Hello, I applied your little patch and the compilation finished properly. Thanks!
Adrien > No, nothing has changed notably. There is a possibility of a missing > dependency. Worth trying that patch: > --- dist/gcc/Make-lang.in > +++ dist/gcc/Make-lang.in > @@ -124,8 +124,8 @@ ghdl$(exeext): ghdl1$(exeext) > vhdl/default_pathes.ads force > -bargs -E -cargs $(ADA_CFLAGS) $(GHDL_ADAFLAGS) -largs $(LIBS) > if test $@ -nt s-ghdllib; then $(RM) -f s-ghdllib; fi > -# Ghdl libraries. > -s-ghdllib: ghdl$(exeext) ghdl1$(exeext) > +# Ghdl libraries. Also depends on xgcc to build std_standard.o > +s-ghdllib: ghdl$(exeext) ghdl1$(exeext) $(GCC_PASSES) > $(MAKE_IN_VHDL) ghdllib > touch $@ > Tristan. _______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
