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

Nick Jennings nick at iaminsane.com
Mon Jul 12 11:45:50 UTC 2004


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?

[builder at localhost gcc-3.3.x]$ make
mkdir -p
/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_build_i386/gcc-3.3-initialmkdir -p
/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_i386/i386-linux-uclibc/include(cd
/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_build_i386/gcc-3.3-initial;
PATH=/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_i386/bin:/bin:/sbin:/usr/bin:/usr/sbin
\        /home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_build_i386/gcc-3.3.3/configure
        \        --prefix=/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_i386 \
        --build=i386-pc-linux-gnu \
        --host=i386-pc-linux-gnu \
        --target=i386-linux-uclibc \
        --enable-languages=c \
        --disable-shared \
     --includedir=/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_i386/i386-linux-uclibc/include
     \        --with-sysroot=/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_build_i386/uClibc_dev/
        \        --disable-__cxa_atexit \
        --enable-target-optspace \
        --with-gnu-ld \
        --disable-nls \
        --enable-multilib \
         \
        );
Invalid configuration `i386-linux-uclibc': system `uclibc' not recognized
Unrecognized target system name i386-linux-uclibc.
make: ***
[/home/builder/sandbox/toolchain/gcc-3.3.x/toolchain_build_i386/gcc-3.3-initial/.configured]
Error 1[builder at localhost gcc-3.3.x]$







More information about the uClibc mailing list