Hello,

I am trying to cross compile and I have some (newbie) questions:

-
.bashrc:
on my compiling host -->
export CLFS_HOST="$(echo $MACHTYPE | sed "s/$(echo $MACHTYPE | 
cut -d- -f2)/cross/")" 

I obtained i686-cross-linux-gnu
export CLFS_HOST="i686-cross-linux-gnu" 

For my target host I obtained with the same command:

export CLFS_TARGET="i586-cross-linux-gnu"

Is this ok or should I insert
 i586-pc-linux-gnu
in .bashrc?

----
10.7.1 installing glibc
The output of
make -k check >glibc-check-log 2>&1 ; grep Error glibc-check-log
malloc: using debugging hooks
make[2]: *** [/sources/glibc-build/libio/tst-memstream2.out] Error 1
make[2]: *** [/sources/glibc-build/libio/tst-wmemstream2.out] Error 1
make[1]: *** [libio/tests] Error 2
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[2]: *** [/sources/glibc-build/nptl/tst-cond11.out] Error 1
make[1]: *** [nptl/tests] Error 2
make: *** [check] Error 2

I read in the book that annexc.out can be ignored, but the other errors 
also?
--------
 
I wont to compile for a GEODE LX800 (AMD) and my host is intel Pentium 4 
cpu 2.4GHz.
I hope you apologize my very bad English
Thank's at all
Luigi

P.S.: The book is very good, I am not so.













_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to