On Mon, Nov 17, 2008 at 2:09 PM, Bernhard Reutner-Fischer <[EMAIL PROTECTED]> wrote: > On Mon, Nov 17, 2008 at 01:58:44PM -0600, Brett Neumeier wrote: >>Oops! OK. It turns out that "make install" must now be given the same >>"CROSS=" parameter as the "make" command. That wasn't the case in >>0.9.29... > > yes. Alternatively you can set i in your .config via CROSS_COMPILER_PREFIX
Off-list, it was suggested that I switch to using the new linuxthreads implementation rather than use linuxthreads.old. I tried doing a build with that, but got the following: $ make V=99 CROSS=mipsel-unknown-linux-uclibc- mipsel-unknown-linux-uclibc-gcc -c libpthread/linuxthreads/sysdeps/pthread/errno-loc.c -o libpthread/linuxthreads/sysdeps/pthread/errno-loc.oS -include ./include/libc-symbols.h -Wall -Wstrict-prototypes -fno-strict-aliasing -mips32 -mtune=mips32 -mabi=32 -fno-stack-protector -fno-builtin -nostdinc -I./include -I. -I./libc/sysdeps/linux/mips -fno-asm -isystem /cross-tools/lib/gcc/mipsel-unknown-linux-uclibc/4.3.2/include-fixed -DUCLIBC_INTERNAL -std=gnu99 -Os -funit-at-a-time -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -mno-split-addresses -I./libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips -I./libpthread/linuxthreads/sysdeps/mips -I./libpthread/linuxthreads/sysdeps/unix/sysv/linux -I./libpthread/linuxthreads/sysdeps/pthread -I./libpthread/linuxthreads -I./libpthread -I/cross-tools/sysroot/usr/include/ -I/home/clfs/cross-tools/bin/../lib/gcc/mipsel-unknown-linux-uclibc/4.3.2//include-fixed -I/home/clfs/cross-tools/bin/../lib/gcc/mipsel-unknown-linux-uclibc/4.3.2/include -DNDEBUG -mno-split-addresses -fPIC -DSHARED -DNOT_IN_libc -DIS_IN_libpthread -MT libpthread/linuxthreads/sysdeps/pthread/errno-loc.oS -MD -MP -MF libpthread/linuxthreads/sysdeps/pthread/.errno-loc.oS.dep In file included from libpthread/linuxthreads/sysdeps/pthread/errno-loc.c:23: ./libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h:20:20: error: sysdep.h: No such file or directory make: *** [libpthread/linuxthreads/sysdeps/pthread/errno-loc.oS] Error 1 I might try to figure out what's going on there and how I can get around it, but I thought in the meantime I would mention the problem here. Cheers! bn -- Brett Neumeier ([EMAIL PROTECTED]) _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
