This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

Re: big endian support for IXDP425


On Fri, Jul 02, 2004 at 10:21:39PM -0700, Herman Sahota wrote:
> Hello,
>        I am trying to build the library for Intel
> Xscale IXDP425 board, which support big endian. When I
> do the build library, it does not report any error.
> However, when I do a build tests, it gives me  the
> following error and none of the tests get built.
> ********************************************************
> /home/brahma/limitedusers/herman/ecos/gnutools/arm-elf/bin/../lib/gcc-lib/arm-elf/3.2.1/xscale/libgcc.a(_clz.o):
> compiled for a little endian system and target is big
> endian
> make[1]: Leaving directory

The tool chain libraries you are using only supports little
endian. You need to recompile your toolchain with big endian support.

Search the mail archives about this.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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