[Bug other/78410] New: gen-fac.c: undefined references
neotheuser at ymail dot com
gcc-bugzilla@gcc.gnu.org
Thu Nov 17 20:22:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78410
Bug ID: 78410
Summary: gen-fac.c: undefined references
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: neotheuser at ymail dot com
Target Milestone: ---
Created attachment 40075
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40075&action=edit
build error
Hello, I'm trying to build a complete native toolchain into a custom directory
(not /usr) similar to what crosstool-ng does. I've already built binutils and
newlib, now just trying to build the first pass GCC compiler, this is my
configure line for GCC:
mkdir -p build && cd build && ../configure --with-newlib --without-headers
--target=x86_64-pc-linux-gnu --prefix=/home/<scrubbed>/git-toolchain-bin
--disable-nls --disable-shared --disable-multilib --disable-decimal-float
--disable-threads --disable-libatomic --disable-libgomp --disable-libmpx
--disable-libquadmath --disable-libssp --disable-libvtv --disable-libstdcxx
--enable-languages=c --disable-lto --with-system-zlib --disable-werror
--disable-gold --without-isl
--with-native-system-header-dir=/home/<scrubbed>/git-toolchain-bin/include
--disable-libcilkrts --disable-libitm --disable-libsanitizer
--with-local-prefix=/home/<scrubbed>/git-toolchain-bin
The following error is attached. Any help and suggestions would be great!
Alec Ari
More information about the Gcc-bugs
mailing list