I tracked it down to way ash was hanging at start up. It was setjmp. Looking into the problem was uClibc was set to USE_FPU. This caused a lookup. So I disabled USE_FPU in uClibc but I'm getting
arm-linux-uclibc-ld: ERROR: /home/jsimmons/work/ems2/iabuild/root/ems2-boot-tools/lib/gcc/arm-linux-uclibc/3.4.3/libgcc.a(_dvmd_lnx.o) uses hardware FP, whereas ld-uClibc-0.9.27.so uses software FP I tried several options to build the toolchain but no luck. This is using gcc-3.4.3 with uClibc 0.9.27. Anyone know how to fix this? _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
