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]

Re: Patch for 'mipsel-linux' target...


>>>>> Steven J Hill writes:

 > This patch fixes the undefined typedef and allows me to make
The patch is broken, use the glibc sources.
 > 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'
Broken tools?  Which ones are you using?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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