GCC Error
Posted: Wed May 16, 2018 9:47 pm
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:
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
checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
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++