uClibc system call to get stack trace information

2008-10-23 Thread ganesh sahu
Hi   Does uClibc is having an system call to get stack information. In glibc we can print the stack trace through backtrace() function but it doesn't work in uClibc. So how we can get stack trace information inside our C code using uClibc. Thanks Ganesh Connect with friends all

Re: uClibc system call to get stack trace information

2008-10-23 Thread Carmelo AMOROSO
ganesh sahu wrote: Hi Does uClibc is having an system call to get stack information. In glibc we can print the stack trace through backtrace() function but it doesn't work in uClibc. So how we can get stack trace information inside our C code using uClibc. Thanks Ganesh Backtrace

Re: uClibc system call to get stack trace information

2008-10-23 Thread Bernhard Reutner-Fischer
On Thu, Oct 23, 2008 at 08:20:40AM +0200, Carmelo AMOROSO wrote: ganesh sahu wrote: Hi Does uClibc is having an system call to get stack information. In glibc we can print the stack trace through backtrace() function but it doesn't work in uClibc. So how we can get stack trace information

Re: Install problem (Cross compile AVR32)

2008-10-23 Thread Rob Landley
On Tuesday 21 October 2008 19:57:19 Jeremy Bowen wrote: On Wednesday 22 October 2008 12:52:07 pm John Voltz wrote: I would recommend you save yourself the pain, and just use buildroot. rant Argh! Why is the world full of lemmings. buildroot is not the magical answer to life the universe and

Re: [MIPS] syscall() segv on mips1

2008-10-23 Thread Maxime Bizon
On Thu, 2008-10-23 at 02:08 +0900, Atsushi Nemoto wrote: Hello Atsushi, diff -u uClibc-0.9.30-rc2/libc/sysdeps/linux/mips/syscall.S uClibc/libc/sysdeps/linux/mips/syscall.S --- uClibc-0.9.30-rc2/libc/sysdeps/linux/mips/syscall.S 2007-09-15 16:25:54.0 +0900 +++