There are 3 messages in this thread.
You are currently looking at messages 0 to 3.
Does anybody use Setjmp.h for Microblaze?. I have to use this library but something is wrong, so I have decided to open smtjmp.h and I have seen that there is no definition for Microblaze. Does anyone use this library?Does I must define some flag to compile? Thanks.
It will either be in the newlib/libgloss source code or built in to GCC. Alternatively, just disassemble a program that uses it. Cheers, Jon______________________________
Hi Pablo, Pablo wrote: > Does anybody use Setjmp.h for Microblaze?. I have to use this library > but something is wrong, so I have decided to open smtjmp.h and I have > seen that there is no definition for Microblaze. Does anyone use this > library?Does I must define some flag to compile? I've not used/seen a version of setjmp for standalone MicroBlaze code. It was implemented in uClibc for MicroBlaze as part of the Embedded Linux support. You can browse it here: http://developer.petalogix.com/browser/software/petalinux-dist/uClibc/libc/sysdeps/linux/m icroblaze Regards, John