Big endian in combined one-pass build

Ian Lance Taylor iant@google.com
Mon Jan 24 17:42:00 GMT 2011


Drasko DRASKOVIC <drasko.draskovic@gmail.com> writes:

> I am trying to compile GCC 4.5.1 and newlib-1.18.0 in one-pass
> combined build. I created symlink to newlib directory in gcc
> directory. Target is arm-elf.
>
> I use configuration options --disable-multilib and --with-endian=big.

As far as I can see from the source code --with-endian=big is only
implemented for SH targets, not for ARM targets.  The documentation is
unfortunately not really clear on that point.  Please consider opening a
bug report at http://gcc.gnu.org/bugzilla/ .

> 3) Do I always have to use armeb-elf instead of arm-elf target when
> multilib is disabled

Yes, I think you do.

Ian



More information about the Gcc-help mailing list