Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | SetJmp/LongJmp for Microblaze

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

SetJmp/LongJmp for Microblaze - Pablo - 2007-04-10 06:46:00

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.




Re: SetJmp/LongJmp for Microblaze - Jon Beniston - 2007-04-10 08:35:00

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

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: SetJmp/LongJmp for Microblaze - John Williams - 2007-04-10 19:11:00

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