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.
egliang
Posts: 4 Joined: Mon Nov 22, 2010 8:10 pm
Post
by egliang » Fri Dec 20, 2013 5:38 am
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!!!
Combuster
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:
Post
by Combuster » Fri Dec 20, 2013 5:52 am
Try a version that isn't from before you were probably born
.
"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
Post
by egliang » Fri Dec 20, 2013 11:53 pm
which version? i use cygwin. i don't understand...
beyondsociety
Member
Posts: 39 Joined: Tue Oct 17, 2006 10:35 pm
Location: Eagle, ID (USA)
Contact:
Post
by beyondsociety » Sat Dec 21, 2013 2:40 am
../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
Post
by egliang » Sat Dec 28, 2013 3:08 am
good my buddy....
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.