question about cross compiler with i586-elf

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
egliang
Posts: 4
Joined: Mon Nov 22, 2010 8:10 pm

question about cross compiler with i586-elf

Post 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!!!
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: question about cross compiler with i586-elf

Post by Combuster »

Try a version that isn't from before you were probably born :wink:.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
egliang
Posts: 4
Joined: Mon Nov 22, 2010 8:10 pm

Re: question about cross compiler with i586-elf

Post by egliang »

which version? i use cygwin. i don't understand...
User avatar
beyondsociety
Member
Member
Posts: 39
Joined: Tue Oct 17, 2006 10:35 pm
Location: Eagle, ID (USA)
Contact:

Re: question about cross compiler with i586-elf

Post 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.
"I think it may be time for some guru meditation"
"Barbarians don't do advanced wizardry"
egliang
Posts: 4
Joined: Mon Nov 22, 2010 8:10 pm

Re: question about cross compiler with i586-elf

Post 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.
Post Reply