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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

MIPS Build Issue


Running into this issue when build MIPS 32 bit. Using the patches that have been included over the last few weeks. Any suggestions?

mv -f /mnt/mips32/build/glibc-cross-32bit/tcb-offsets.h.dT2 /mnt/mips32/build/glibc-cross-32bit/tcb-offsets.h.d
mv -f /mnt/mips32/build/glibc-cross-32bit/tcb-offsets.hT /mnt/mips32/build/glibc-cross-32bit/tcb-offsets.h
mipsel-unknown-linux-gnu-gcc -mel -mabi=32 ../sysdeps/unix/sysv/linux/init-first.c -c -std=gnu99 -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes -I../include -I/mnt/mips32/build/glibc-cross-32bit/csu -I/mnt/mips32/build/glibc-cross-32bit -I../ports/sysdeps/mips/elf -I../ports/sysdeps/unix/sysv/linux/mips/mips32 -I../ports/sysdeps/unix/sysv/linux/mips/nptl -I../ports/sysdeps/unix/sysv/linux/mips -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/mips/mips32 -I../ports/sysdeps/unix/mips -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/mips/mips32 -I../ports/sysdeps/mips -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/wordsize-32 -I../ports/sysdeps/mips/fpu -I../ports/sysdeps/mips/nptl -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -I../nptl -I../ports -I.. -I../libio -I. -nostdinc -isystem /mnt/mips32/cross-tools/bin/../lib/gcc/mipsel-unknown-linux-gnu/4.1.1/include -isystem /tools/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DHAVE_INITFINI -o /mnt/mips32/build/glibc-cross-32bit/csu/init-first.o -MD -MP -MF /mnt/mips32/build/glibc-cross-32bit/csu/init-first.o.dt -MT /mnt/mips32/build/glibc-cross-32bit/csu/init-first.o
In file included from ../ports/sysdeps/mips/ldsodefs.h:64,
from ../sysdeps/unix/sysv/linux/ldsodefs.h:25,
from ../sysdeps/unix/sysv/linux/init-first.c:30:
../sysdeps/generic/ldsodefs.h:296: error: duplicate member 'mips_o32_gnu_pltenter'
../sysdeps/generic/ldsodefs.h:296: error: duplicate member 'mips_n32_gnu_pltenter'
../sysdeps/generic/ldsodefs.h:296: error: duplicate member 'mips_n64_gnu_pltenter'
../sysdeps/generic/ldsodefs.h:367: error: duplicate member 'mips_o32_gnu_pltexit'
../sysdeps/generic/ldsodefs.h:367: error: duplicate member 'mips_n32_gnu_pltexit'
../sysdeps/generic/ldsodefs.h:367: error: duplicate member 'mips_n64_gnu_pltexit'
make[2]: *** [/mnt/mips32/build/glibc-cross-32bit/csu/init-first.o] Error 1
make[2]: Leaving directory `/mnt/mips32/build/glibc-2.4/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/mips32/build/glibc-2.4'
make: *** [all] Error 2




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