On Wednesday 09 January 2008, Phani Babu Giddi wrote: > Can you tell me how does your /etc/make.conf look like. The Gentoo embedded > documentation says that CHOST is that of the host which in my case is > i686-pc-linux-gnu and that for CTARGET its i586-gentoo-linux-uclibc. > > But when I go through the Gentoo x86 documentation it refers CHOST as that > of the target. > > My host is i686 and the target processor is Geode LX 800 which is i586 with > mmx.
you're mixing things. /etc/make.conf is for the normal Gentoo host. so if you installed an x86 system, it's most likely i686-pc-linux-gnu. if you review the embedded handbook, you'll need to create a *different* make.conf which contains settings for the target board. in that file, you would set CBUILD to i686/glibc and CHOST to i586/uclibc. -mike
signature.asc
Description: This is a digitally signed message part.
