« Return to Thread: Debugging VICE emulator for AVR32

Re: Debugging VICE emulator for AVR32

by John Voltz-2 :: Rate this Message:

Reply to Author | View in Thread

My problem was that VICE wasn't being linked against libpthread. Simply adding a LDFLAGS="-lpthread" to the configure statement fixed it.

John


On Tue, Jul 22, 2008 at 3:31 PM, Mark Jackson <mpfj@...> wrote:
Peter Korsgaard wrote:
I've also noticed pthread problems with avahi on uclibc 0.9.29 (on
PPC), but I haven't had time to debug it yet. The same setup works
with 0.9.28.3
Hi Peter,

I'm also having problems with avahi-daemon segfaulting (on the NGW100 defconfig plus avahi).

I raised a ticket on avahi.org (http://avahi.org/ticket/224), and after a bit of novice gdb investgations have shown up a "pthread" function may well be the cause.

In case of a post 0.9.29 bug fix, I did try to use the uclibc daily snapshot, but it didn't compile at all.

Did you manage to get anywhere with this, or is it still outstanding ?

Regards
Mark


_______________________________________________
buildroot mailing list
buildroot@...
http://busybox.net/mailman/listinfo/buildroot

 « Return to Thread: Debugging VICE emulator for AVR32