On 21/01/15 20:00, Adrien Prost-Boucle wrote:

Hello,
> Today I tried to recompile GHDL (the gcc version) but it failed after some time with this message:

[...]
make[3]: Entering directory 
'/home/adrien/Dev/AUR/ghdl-hg/src/gcc-build/gcc/vhdl'
../ghdl1 -quiet --compile-standard -O2 -g --std=87 -o std87_standard.s
../xgcc -c -o std87_standard.o std87_standard.s
make[3]: ../xgcc: Command not found

[...]

Anything looking suspicious, has something changed notably about compilation 
process?

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

Reply via email to