Hi,
now I get this weird error:
...
make[2]: Entering directory `/home/benmen/mips/glibc-cvs/misc'
rm -f /home/benmen/mips/mipsel-glibc/misc/syscall-list.d-t
{ \
echo '/* Generated at libc build time from kernel syscall list. */';\
echo ''; \
echo '#ifndef _SYSCALL_H'; \
echo '# error "Never use <bits/syscall.h> directly; include <sys/syscall.h>
instead."'; \
echo '#endif'; \
echo ''; \
rm -f /home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
SUNPRO_DEPENDENCIES='/home/benmen/mips/mipsel-glibc/misc/syscall-list.d-t
/home/benmen/mips/mipsel-glibc/misc/syscall-list.d' \
mipsel-linux-gcc -mabi=32 -E -x c -I /home/benmen/mips/mipsel-glibc -nostdinc
-isystem /home/benmen/mipsel/lib/gcc-lib/mipsel-linux/3.2.3/include -isystem
/home/benmen/mips/kernel/mips-2.4.20/include
../sysdeps/unix/sysv/linux/mips/sys/syscall.h -D_LIBC -dM | \
sed -n 's@^#define __NR_\([^ ]*\) .*$@#define SYS_\1 __NR_\1@p' >
/home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
if grep SYS_O32_ /home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt >
/dev/null; then \
echo '#if defined _ABI64 && _MIPS_SIM == _ABI64'; \
sed -n 's/^\(#define SYS_\)N64_/\1/p' <
/home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
echo '#elif defined _ABIN32 && _MIPS_SIM == _ABIN32'; \
sed -n 's/^\(#define SYS_\)N32_/\1/p' <
/home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
echo '#else'; \
sed -n 's/^\(#define SYS_\)O32_/\1/p' <
/home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
echo '#endif'; \
sed -n '/^#define SYS_\([ON]32\|N64\)_/p' <
/home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
else \
cat /home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
fi; \
rm /home/benmen/mips/mipsel-glibc/misc/syscall-list.h.newt; \
} > /home/benmen/mips/mipsel-glibc/misc/syscall-list.h.new
/bin/sh: line 1: /home/benmen/mips/mipsel-glibc/misc/syscall-list.h.new: Datei
oder Verzeichnis nicht gefunden
mv -f /home/benmen/mips/mipsel-glibc/misc/syscall-list.h.new
/home/benmen/mips/mipsel-glibc/misc/syscall-list.h
mv: Aufruf von stat für
»/home/benmen/mips/mipsel-glibc/misc/syscall-list.h.new« nicht möglich: Datei
oder Verzeichnis nicht gefunden
make[2]: *** [/home/benmen/mips/mipsel-glibc/misc/syscall-list.d] Fehler 1
make[2]: Leaving directory `/home/benmen/mips/glibc-cvs/misc'
make[1]: *** [misc/subdir_lib] Fehler 2
make[1]: Leaving directory `/home/benmen/mips/glibc-cvs'
make: *** [all] Fehler 2
Verzeichnis: ~/mips/mipsel-glibc
[benmen@linuxpc1 mipsel-glibc]
regards,
Ben
|