Page 1 of 1

GCC Error

Posted: Wed May 16, 2018 9:47 pm
by AwfulMint
So, today I install Ubuntu 18.04 to develop my OS and while compiling the GCC (compiled succefully in MinGW under windows 10) I'm getting this error:

Code: Select all

checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
WTF is that lol, I've searched and I only found things related to Hosted Cross CompĂ­ler, but I'm compiling to i686-elf!!

Here's the configure of mah GCC 7.3.0:

Code: Select all

../gcc-7.3.0/configure --target=$TARGET --prefix="$PREFIX"--disable-nls --without-headers --disable-bootstrap --enable-languages=c,c++

Re: GCC Error

Posted: Wed May 16, 2018 9:49 pm
by AwfulMint
How jerk can I be! I ran the "make" command not the "make all-gcc" :roll: :lol: #-o