This is becoming increasingly insane. After days of re-configuring and 
rebuilding every part of my toolchain I still cannot pin down what is going on.
However I can now switch between working code and segfaulting code, just by 
changing the way I install uClibc!!


This commands results in my busybox "mdev -s" command segfaulting:
sudo make clean install PREFIX=/usr/local/avr32/avr32-linux/ DEVEL_PREFIX= 
RUNTIME_PREFIX=

This command results in no segfault:
> su
# make clean install PREFIX=/usr/local/avr32/avr32-linux/ DEVEL_PREFIX= 
RUNTIME_PREFIX=

It would appear that something in my environment is screwing up the 
build/installation. (It's not my PATH)
The busybox_unstripped.map files are different between the two methods although 
the binaries are the same size.
Any ideas ?

-- 
Cheers
JeremyB
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to