GCC Error

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
AwfulMint
Member
Member
Posts: 35
Joined: Wed Nov 01, 2017 7:41 pm

GCC Error

Post 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++
OS Development is awesome!

|AetherOS Project|
AwfulMint
Member
Member
Posts: 35
Joined: Wed Nov 01, 2017 7:41 pm

Re: GCC Error

Post by AwfulMint »

How jerk can I be! I ran the "make" command not the "make all-gcc" :roll: :lol: #-o
OS Development is awesome!

|AetherOS Project|
Post Reply