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

Manuel Novoa III mjn3 at codepoet.org
Mon Jul 12 15:06:52 UTC 2004


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.

Manuel



More information about the uClibc mailing list