[uClibc] Problem when compiling an arm cross-compiler under cygwin

Cédric Gaudin cedric.gaudin at epfl.ch
Tue Sep 16 09:39:43 UTC 2003


Hello everybody,

I'm trying to make an ARM cross-compile with uClibc but .. the magic script stop with an error.

Here is the last output of the script:
#
# Hack things to use the correct shared lib loader
#
(cd /cygdrive/e/temp/toolchain/gcc-3.3.1/build_arm/gcc-3.3.1; set -e; export LIS
T=`grep -lr -- "-dynamic-linker.*\.so[\.0-9]*" *`;\
        if [ -n "$LIST" ] ; then \
        perl -i -p -e "s,-dynamic-linker.*\.so[\.0-9]*},\
            -dynamic-linker /lib/ld-uClibc.so.0},;" $LIST; fi);
export: gcc/config/alpha/freebsd.h: bad variable name
make: *** [/cygdrive/e/temp/toolchain/gcc-3.3.1/build_arm/gcc-3.3.1/.gcc_build_h
acks] Error 2
bash-2.05b$

Does anybody have seen the same problem ? 

Regards,
Cédric Gaudin


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/uclibc/attachments/20030916/674b73ea/attachment-0001.htm 


More information about the uClibc mailing list