checking sysdep dirs... configure: error: The arm is not supported

Carlos O'Donell carlos@systemhalted.org
Wed Mar 7 03:04:00 GMT 2012


On Tue, Mar 6, 2012 at 8:35 PM, Hua Li <privatestuffs@gmail.com> wrote:
> Dear Carlos,
>
> It is not a problem related to GCC, I think. Because even if I added
> GCC to bashrc or bash_profile, there is still the same error.

You appear to be cross-compiling and your cross-compiler is too old.
~~~
configure:3327: arm-linux-g++ --version >&5
arm-linux-g++ (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~~~

Your cross-assembler is also too old
~~~
configure:4110: checking for assembler gnu_indirect_function symbol type support
conftest.s: Assembler messages:
conftest.s:1: Error: unrecognized symbol type "gnu_indirect_function"
~~~

You need to update your cross toolchain first.

See the INSTALL file.

Cheers,
Carlos.



More information about the Libc-help mailing list