Page 1 of 1

question about cross compiler with i586-elf

Posted: Fri Dec 20, 2013 5:38 am
by egliang
when i run

Code: Select all

$ ../gcc-2.7.2.3/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --
enable-languages=c,c++ --without-headers
the result is :

Code: Select all

Config.guess failed to determine the host type.  Defaulting to target.
Configuration i586-unknown-elf not supported
how to do it ? help!!!

Re: question about cross compiler with i586-elf

Posted: Fri Dec 20, 2013 5:52 am
by Combuster
Try a version that isn't from before you were probably born :wink:.

Re: question about cross compiler with i586-elf

Posted: Fri Dec 20, 2013 11:53 pm
by egliang
which version? i use cygwin. i don't understand...

Re: question about cross compiler with i586-elf

Posted: Sat Dec 21, 2013 2:40 am
by beyondsociety
../gcc-2.7.2.3/configure
Your using a version of gcc from 1997, the newest version of gcc is 4.8.2 as of october 16, 2013.

Re: question about cross compiler with i586-elf

Posted: Sat Dec 28, 2013 3:08 am
by egliang
good my buddy.... :D :D :D :D :D

THANK U VERY MUCH
beyondsociety wrote:
../gcc-2.7.2.3/configure
Your using a version of gcc from 1997, the newest version of gcc is 4.8.2 as of october 16, 2013.