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.
AwfulMint
Member
Posts: 35 Joined: Wed Nov 01, 2017 7:41 pm
Post
by AwfulMint » 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:
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 D eve lop men t is awe som e!
| A e t h e r OS Project |
AwfulMint
Member
Posts: 35 Joined: Wed Nov 01, 2017 7:41 pm
Post
by AwfulMint » Wed May 16, 2018 9:49 pm
OS D eve lop men t is awe som e!
| A e t h e r OS Project |