>arm-linux-gcc ../sysdeps/unix/syscall.S -c -I../include -I. -I.. -I../libio
>
>-I../sysdeps/arm/elf -I../crypt/sysdeps/unix
>-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread
>-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
>-I../linuxthreads/sysdeps/arm -I../sysdeps/unix/sysv/linux/arm
>-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
>-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv
>-I../sysdeps/unix/arm -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/arm/fp
>u
>-I../sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754
>-I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic
>-D_LIBC_REENTRANT -include ../include/libc-symbols.h -DASSEMBLER -o
>syscall.o ../sysdeps/unix/syscall.S: Assembler messages:
>../sysdeps/unix/syscall.S:28: Error: Can not represent SWI relocation in this
>object file format (0) make[1]: *** [syscall.o] Error 1 make[1]: Leaving
>directory `/nfs/arch/work/src/glibc-2.1.3/misc' make: *** [misc/subdir_lib]
>Error 2
Run that command with the "-o syscall.o" removed and -c changed to -E, and
find the `swi' instruction. Then find out why the macro that makes up its
argument isn't being substituted. All the __NR_xx constants should be defined
by <asm/unistd.h>.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++