Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAbout exceptions: Is try, catch and thow supported?
I would like to use try-catch statements, but it does not seems to work for me. I work with Quartus II 11.0sp1 and nios II (the fpga includes a vic). When I debug what happens in my throw state...
Altera_Forum
Honored Contributor
14 years agogytibor:
I obtained the source code so I could build a nios2 cross compiler which specifically targets RTEMS RT OS. The rtems.h is used by the cross compiler build to configure stack unwinding and other properties of the cross compiler specifically for RTEMS. The link below has some of the details, and you might also search for "building configuring cross gcc" on google. http://www.alterawiki.com/wiki/crossgcc