build stuck: rtems-4.10.2, arm-elf, nds
Matt Wette
mwette at alumni.caltech.edu
Wed Apr 10 13:09:25 UTC 2013
Oops. It works. Didn't expect that. I guess I'll rebuild the chain.
localhost$ ./configure --prefix=/opt/rtool4.10 --target=arm-rtems-4.10checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... Invalid configuration `arm-rtems-4.10': system `4.10' not recognized
configure: error: /bin/sh ./config.sub arm-rtems-4.10 failed
localhost$ ./configure --prefix=/opt/rtool-4.10 --target=arm-rtems4.10
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... arm-unknown-rtems4.10
checking for a BSD-compatible install... /usr/bin/install -c
checking
On Apr 10, 2013, at 6:04 AM, Matt Wette wrote:
>
> On Apr 9, 2013, at 11:20 PM, Ralf Corsepius wrote:
>
>> On 04/10/2013 04:18 AM, Matt Wette wrote:
>>> I'm looking for hints.
>>>
>>> I built tools, then configure rtems-4.10.2 for --target=arm-elf, then make RTEMS_BSP=nds
>>
>> Why are you trying this?
>>
>> * "arm-elf" is not a valid target tuple for RTEMS
>> * "arm-elf" built-GCC toolchains are addressing an entirely different systems (Usually OS-less, bare-metal targets).
>>
>
> Can you be more explicit? I used "./configure --prefix=/opt/rtool-4.10 --target=arm-elf" for binutils, gcc, newlib, gdb.
> The config for rtems seemed to find the compiler fine. Has anyone built the toolchain?
>
> I never tried --target=elf-rtems4.10 because I thought this would happen:
>
> localhost$ ./configure --prefix=/opt/rtool-4.10 --target=arm-rtems-4.10
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking target system type... Invalid configuration `arm-rtems-4.10': system `4.10' not recognized
> configure: error: /bin/sh ./config.sub arm-rtems-4.10 failed
> localhost$
>
> Matt
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users
More information about the users
mailing list