This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for 'mipsel-linux' target...


This patch fixes the undefined typedef and allows me to make
it further in the build, but now I get an error related to
the newly added 'sysdep.h' file. It appears the the PSEUDO
statements are not liked by the assembler. Any thoughts on
this one?

*****************************************************************************
make  -C io subdir_lib
make[2]: Entering directory `/data/mips-stuff/libc-work/io'
(echo '#include <sysdep.h>'; \
 echo 'PSEUDO (__flock, flock, 2)'; \
 echo ' ret'; \
 echo 'PSEUDO_END(__flock)'; \
 echo 'weak_alias (__flock, flock)'; \
) | mipsel-linux-gcc -c  -I../include -I. -I/data/mips-stuff/build-glibc/io -I..
-I../libio  -I/data/mips-stuff/build-glibc -I../sysdeps/mips/elf
-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sysdeps/mips -I../sysdeps/unix/sysv/linux/mips
-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/mips -I../sysdeps/unix -I../sysdeps/posix
-I../sysdeps/mips/mipsel -I../sysdeps/mips/fpu -I../sysdeps/mips
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc
-isystem /usr/mipsel-linux/lib/gcc-lib/mipsel-linux/2.97/include -isystem
/usr/mipsel-linux/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h 
-DPIC   -DASSEMBLER   -x assembler-with-cpp -o
/data/mips-stuff/build-glibc/io/flock.o -
: Assembler messages:
:2: Error: absolute expression required `li'
make[2]: *** [/data/mips-stuff/build-glibc/io/flock.o] Error 1
make[2]: Leaving directory `/data/mips-stuff/libc-work/io'
make[1]: *** [io/subdir_lib] Error 2
make[1]: Leaving directory `/data/mips-stuff/libc-work'
make: *** [all] Error 2
*****************************************************************************

-Steve

-- 
 Steven J. Hill - Embedded SW Engineer
 Public Key: 'finger sjhill@mail.cotw.com'
 FPR1: E124 6E1C AF8E 7802 A815
 FPR2: 7D72 829C 3386 4C4A E17D

mips-glibc-20010115.patch.gz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]