<aziz>
me and my student are working on milkymist, we had a compilation problem with lm32-rtems4.11-gcc
<aziz>
compiling sdk and sdk-install we got this errer message
<sb0>
been years since I touched that... but ask
<aziz>
0x5562df54922b copyprop_hardreg_forward ../../gcc-4.9.3/gcc/regcprop.c:1120 0x5562df54922b execute ../../gcc-4.9.3/gcc/regcprop.c:1293 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions. <commande interne> : la recette pour la cible « lnfpus.o » a échouée make[1]: *** [lnfpus.o] Erreur 1 mak
<sb0>
ah yes, try a different gcc versions
<aziz>
ok, we ve the last one i think
<sb0>
whatever was used to compile it at the time
<sb0>
yes, there have been some regressions, including this one
<aziz>
ok, we will try, thank you.
<sb0>
iirc gcc 4.5 works
<sb0>
the first release that had lm32. it was broken immediately after that.
<aziz>
we should use 4.5 ??
<aziz>
one other think, we are aiming to structure the project using FuseSoC, its seems more suitable for hardware compiling and simulating than makefiles
<aziz>
what you think about it ?
<sb0>
nothing. we use misoc for all recent work.
<sb0>
and cargo/rust for firmware more recently, so I don't know if that works with fusesoc