OSDev.org
https://forum.osdev.org/

GCC Error
https://forum.osdev.org/viewtopic.php?f=1&t=32943
Page 1 of 1

Author:  AwfulMint [ Wed May 16, 2018 9:47 pm ]
Post subject:  GCC Error

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:
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:
../gcc-7.3.0/configure --target=$TARGET --prefix="$PREFIX"--disable-nls --without-headers --disable-bootstrap --enable-languages=c,c++

Author:  AwfulMint [ Wed May 16, 2018 9:49 pm ]
Post subject:  Re: GCC Error

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

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/