[uClibc](no subject)

Gabe Schnaubelt gabe.schnaubelt at infocus.com
Tue Sep 11 16:49:27 UTC 2001


Hello,

I've performed the following steps
Installed bootstrap gcc and binutils (cross-tools; i586 linux hosted,
arm-uclinux-elf targeted)
I've configured uClibc and ran make. 
Everything appears to have worked without errors.

When I type make install in the uClibc directory I get an error saying there
is no "arm-uclinux-elf-cpp".
Upon investigating my bin directory I find that there is "cpp" and it is
version 3.0.
I installed version 2.11.2 of binutils and 2.95.3 of gcc, so I assumed cpp
must be my native version. 

Out of curiosity I changed cpp's name to arm-uclinux-elf-cpp and ran make
install again. Here is the output:
install -d /armtools/uClib/arm-elf/lib
install -m 644 lib/*.[ao] /armtools/uClib/arm-elf/lib/
install -d /armtools/uClib/arm-elf/include
install -d /armtools/uClib/arm-elf/usr/lib
find include/ -name '*.h' -depth -follow -exec install \
    -D -m 644 {} /armtools/uClib/arm-elf/'{}' ';'
make -C extra/gcc-uClibc install
make[1]: Entering directory `/armtools/uClibc/extra/gcc-uClibc'
gcc -Wall -O2 -s gcc-uClibc.c -o arm-uclibc-gcc
chmod a+x arm-uclibc-ld
install -d /armtools/uClib/arm-elf/bin;
install -d EVEL_PREFIX/bin;
install -m 755 arm-uclibc-gcc EVEL_PREFIX/bin/
install -m 755 arm-uclibc-ld EVEL_PREFIX/bin/
ln -fs arm-uclibc-gcc EVEL_PREFIX/bin/arm-uclibc-cc
ln -fs EVEL_PREFIX/bin/arm-uclibc-gcc /armtools/uClib/arm-elf/bin/gcc
ln -fs EVEL_PREFIX/bin/arm-uclibc-gcc /armtools/uClib/arm-elf/bin/cc
ln -fs EVEL_PREFIX/bin/arm-uclibc-ld /armtools/uClib/arm-elf/bin/ld
for app in addr2line ar as cpp gasp nm objcopy \
    objdump ranlib size strings strip; do \
  ln -fs `which arm-uclinux-elf-${app}` /armtools/uClib/arm-elf/bin/${app};
\
  ln -fs `which arm-uclinux-elf-${app}` EVEL_PREFIX/bin/arm-uclibc-${app}; \
done
make[1]: Leaving directory `/armtools/uClibc/extra/gcc-uClibc'

Is this correct? Did I miss some step that should have compiled a cross-cpp?
Is it located somewhere else?

Thanks for any suggestions, Gabe S.





 <<install.log>> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: install.log
Type: application/octet-stream
Size: 1192 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20010911/04e27b47/attachment.obj 


More information about the uClibc mailing list