[uClibc] gcc-3.3.x build error for MIPS

Sadiq Shaikh sadiq.shaikh at analog.com
Fri Aug 20 19:15:00 UTC 2004


Hi,

I have downloaded gcc-3.3.x from the uclibc web.
I did change in the top make file for the architecture as
MIPS.After doing this i did expected it to cleanly compile since
"make" will take care of everything !

I'm getting following errors.
----------------------------------------------------
+ CC=/home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc
+ /bin/sh extra/scripts/gen_bits_syscall_h.sh
extra/scripts/gen_bits_syscall_h.sh: line 18:
/home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc: No such
file or directory
extra/scripts/gen_bits_syscall_h.sh: line 15:
/home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc: No such
file or directory
+ cmp include/bits/sysnum.h include/bits/sysnum.h.new
+ mv -f include/bits/sysnum.h.new include/bits/sysnum.h
/bin/sh: line 1:
/home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc: No such
file or directory
/bin/sh: line 1:
/home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc: No such
file or directory
make[2]: /home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc:
Command not found
make[2]: Entering directory
`/home/satishch/gcc-3.3.x/toolchain_build_mips/uClibc/libc/sysdeps/linux/com
mon'
/bin/sh: line 1:
/home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc: No such
file or directory
/bin/sh: line 1:
/home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc: No such
file or directory
make[2]: /home/satishch/gcc-3.3.x/toolchain_mips/bin/mips-linux-uclibc-gcc:
Command not found
make[2]: Entering directory
`/home/satishch/gcc-3.3.x/toolchain_build_mips/uClibc/libc/sysdeps/linux/mip
s'
install: cannot stat `lib/*.[ao]': No such file or directory
make[1]: [install_dev] Error 1 (ignored)
make[1]: [install_dev] Error 1 (ignored)
find: lib/: No such file or directory
find: lib/: No such file or directory
----------------------------------------------------
gcc-3.3.x/toolchain_build_mips/binutils-2.14.90.0.6/libiberty/cplus-dem.c:88
1: warning: comparison of unsigned expression >= 0 is always true
mkdir: cannot create directory `bits': File exists
make[3]: [bits/dynstring.h] Error 1 (ignored)
mkdir: cannot create directory `bits': File exists
make[3]: [bits/myallocator.h] Error 1 (ignored)
----------------------------------------------------
In file included from libdl.c:88:
../../ldso/include/dl-syscall.h: In function `_dl_load_elf_shared_library':
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
In file included from libdl.c:88:
../../ldso/include/dl-syscall.h: In function `_dl_dprintf':
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
../../ldso/include/dl-syscall.h: In function `_dl_mmap':
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
../../ldso/include/dl-syscall.h: In function `_dl_mmap':
../../ldso/include/dl-syscall.h:110: warning: use of memory input without
lvalue in asm operand 7 is deprecated
make[3]: *** No rule to make target `../../lib/libdl-0.9.26.so', needed by
`shared'.  Stop.
make[2]: *** [shared] Error 2
make[1]: *** [shared] Error 2
----------------------------------------------------

Regards & Thanks,
-Sadiq




More information about the uClibc mailing list