How to build Toolchains for ARM Big Endian

I've succesfully build toolchains for ARM, the defalut is little endian.

binutils: #configure --target=arm-elf --prefix=/opt/armtools/ #make all install

#export PATH=/opt/armtools/bin: $PATH

gcc-newlib: #configure --target=arm-elf --with-gnu-as --with-gnu-ld --enable-threads --w ith-newlib --enable-languanges=c,c++ --prefix=/opt/armtools/ #make all install

I know I can use '-mbig-endian' to build the cource code for big endian target. But when do linking, it reported errors that the libraries are all little endian.

Does anybody know how to build Toolchains for ARM Big Endian?

Thanks

Hans

Reply to
Ren Hantao
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.