This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Newlib for big endian arm7


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!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]