On 03/09/06, Hanni Ali <[EMAIL PROTECTED]> wrote:
Just a suggestion but I use i586 for the C7 and C3
-march=i686 -mfpmath=sse -msse -Os -pipe -fomit-frame-pointer -mmmxthis is unnecessary you just need -march=i686 -Os (if smll is what your after)
for sse mmx etc there are use flags you should use it is foolish to force them to enable stick mmx sse and sse2 in /etc/make.conf and that may well sort you out.
HanniOn 03/09/06, Kfir Lavi < [EMAIL PROTECTED]> wrote:Hi,
I'm trying to build an image for NEHEMIA cpu.
I'm following http://www.bulah.com/embeddedgentoo.html
I'm trying to 'emerge portage' and I get this output:
>>> Source unpacked.
./configure --prefix=/usr --host=i686-gentoo-linux-uclibc
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --without-afs
--disable-profiling --without-gnu-malloc --without-installed-readline
--disable-nls --with-curses
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... Invalid configuration
`i686-gentoo-linux-uclibc': machine `i686-gentoo-linux' not recognized
configure: error: /bin/sh ./support/config.sub i686-gentoo-linux-uclibc failed
---------------------
make.conf
USE="bitmap-fonts minimal truetype-fonts mmx"
CHOST="i686-gentoo-linux-uclibc"
CFLAGS="-march=i686 -mfpmath=sse -msse -Os -pipe -fomit-frame-pointer -mmmx"
CXXFLAGS="${CFLAGS}"
FEATURES="buildpkg"
GENTOO_MIRRORS=" http://mirror.hamakor.org.il/pub/mirrors/gentoo"
VIDEO_CARDS="via"
UCLIBC_CPU="NEHEMIAH"
---------------------
The CHOST var making trouble.
What is wrong?
Tnx
Kfir
--
gentoo-embedded@gentoo.org mailing list--
E-mail: [EMAIL PROTECTED]
Mobile: 07985580147
Website: www.ainkaboot.co.uk
--
E-mail: [EMAIL PROTECTED]
Mobile: 07985580147
Website: www.ainkaboot.co.uk