Hi all, 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
I used the same commands that worked well on November 18, 2014 with mercurial
changeset hg516.
I used gcc 4.9.2 source code, with cloog and isl (no change since last time it
worked).
Basically I'm doing this from vhdl dir:
./configure --prefix=/usr --with-gcc="${srcdir}/gcc-${_gccver}"
make copy-sources
mkdir -p "${srcdir}/gcc-build"
cd "${srcdir}/gcc-build"
"${srcdir}"/gcc-${_gccver}/configure --prefix=/usr \
--libdir=/usr/lib --libexecdir=/usr/lib \
--mandir=/usr/share/man --infodir=/usr/share/info \
--disable-bootstrap \
--enable-languages=vhdl \
--enable-shared --enable-threads=posix \
--with-system-zlib --enable-__cxa_atexit \
--disable-libunwind-exceptions --enable-clocale=gnu \
--disable-libstdcxx-pch --disable-libssp \
--enable-gnu-unique-object --enable-linker-build-id \
--enable-cloog-backend=isl \
--enable-plugin --enable-install-libiberty \
--with-linker-hash-style=gnu \
--disable-multilib --disable-werror \
--enable-checking=release \
--enable-lto \
#--without-cloog --without-isl
make
Anything looking suspicious, has something changed notably about compilation
process?
Attached is full terminal dump there's something interesting.
Regards,
Adrien
ghdl-teminal-dump.xz
Description: application/xz
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
