Cross-compiling
Luis Felipe Strano Moraes
luis.strano@gmail.com
Fri Sep 17 16:26:00 GMT 2004
Hello,
I have built a gcc cross-compiler for xscale on a x86 machine. Now I
want to use
it to compile newlib, but I do not want newlib to be compiled for
xscale (armv5te),
but to a simple armv5.
The documentation was a little bit confusing on this, so I would like
to ask how I
should do it . I tried passing the -march=armv5 parameter on CCFLAGS directly
on the Makefile, but it was useless.
Thanks alot,
--lf
More information about the Newlib
mailing list