[uClibc] toolchain : Unrecognized target system name i386-linux-uclibc.

Nick Jennings nick at iaminsane.com
Mon Jul 12 15:42:57 UTC 2004


Manuel Novoa III said:
> On Mon, Jul 12, 2004 at 01:45:50PM +0200, Nick Jennings wrote:
>> When going through the build process for the toolchain, everything
>> goes fine until it gets to gcc (v3.3.3 in my toolchain gcc.mk). All
>> the patches apply fine, then when it tries to run configure I get the
>> following error: Invalid configuration `i386-linux-uclibc': system
>> `uclibc' not recognized Unrecognized target system name
>> i386-linux-uclibc.
>>
>> I grepped through all the patches and the makefiles and found no
>> string 'i386-linux-uclibc', so I assume this was not something that
>> failed to get patched into the source as a valid target system name.
>> So what's the deal then?
>
> There are basicly 2 issues addressed by the uClibc gcc patches...
> 1) Add support to the gcc configure system for <arch>-linux-uclibc
> tuples. 2) Teach libstdc++ about uClibc's ctype and locale
> implementation.
>
> Don't know why you're seeing a problem.

 So, are you saying I should have seen the string 'i386-linux-uclibc' when
 grepping through the make/ and sources/ in the toolchain tree? Probably
 in one of the gcc-uclibc* patches correct?
 I'm trying to avoid updating my toolchain tarball, because that would
 mean I will have to download the older version of binutils (I'm not using
 ARM, so  it's unecessary for me), and gcc-3.3.4 ... I've looked at the
 toolchain cvsview, and it looks like that's all that's been updated since
 I downloaded the tarball (last week).
- Nick







More information about the uClibc mailing list