Newlib for big endian arm7
andreas.p.1973@gmx.de
andreas.p.1973@gmx.de
Fri Apr 4 13:52:00 GMT 2003
Hi,
I want to build the newlib for a big endian arm7 target on a solaris host.
But it seems to be not possible, only little endian is built...
I think with the multilib switch all different target libraries (big, little
endian)
should be built.
Is big endian supported for the ARM7?
Has anyone built the newlib for big endian ARM7?
I also tried the target armeb-elf, but that gave me an error while building
the gcc, and different newlib/binutils/gcc versions.
The command "arm-elf-gcc -print-multi-lib" gives following output:
.;
thumb;@mthumb
Here is a part of my script:
set BINUTILS = binutils-2.13.1
set GCC = gcc-3.2.2
set NEWLIB = newlib-1.11.0
setenv TARGET arm-elf
../${NEWLIB}/configure \
--target=${TARGET} \
--prefix=${PREFIX} \
--enable-multilib \
--enable-interwork
make all install info install-info
Thanks
--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
More information about the Newlib
mailing list