Re: Backtrace in uClibC

2011-02-15 Thread Carmelo AMOROSO
On 2/14/2011 9:45 PM, ANDY KENNEDY wrote:
> Sorry it has taken so long to get back to you on this one, but I've just
> had a chance to
> come back to it (and a necessity).
> 
>  >
>  > Sure, I've added the #error directive.
>  > Could you try copying the backtrace.c from the sh directory in the
> root and give it a try ?
>  > Ensure that the backtrace.c is built with -fexception (see
> Makefile.arch in the sh folder)
> 
> Okay, it compiled (without setting the -fexecption CFLAG -- missed that
> when I was just reading
> this again. I haven't attempted to compile anything against it and run
> it, but that is shortly
> to come ;).
> 
> So, initially it looks like this would (at least) work for mips32r2
> 

Fine, please let us to know your outcomes.

>  >
>  > > I worked around the issue by rolling back
>  > > the version of the package I was attempting to use. If I get time
> I'll
>  > > attempt it again.
>  > >
>  > > Andy
>  > >
>  >
>  > I know have an ARM target to use, I'll try to test the sh
> implementation (simply based on dwarf2) to
>  > see if it can
>  > be exported to all archs.
> 
> 
> Andy

cheers,
carmelo

> ___
> uClibc mailing list
> uClibc@uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc
> 
___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc


git head wont build for non-NPTL config.

2011-02-15 Thread Tony Wu
commit 18e7136e79a89ba5e978f0dc445a8fcf8d619a40 broke build for
non-NPT config. The new logic is the reverse of the old one.

+CSRC-$(UCLIBC_HAS_THREADS_NATIVE) += fork.c getpid.c raise.c open.c close.c \
+   read.c write.c
-ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
-CSRC := $(filter-out fork.c getpid.c raise.c open.c close.c read.c
write.c, $(CSRC))

Tony
___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc