Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIs there a difference between debug on hardware and run on hardware?
Hello all, I have started a course on Embedded system design using the nios II and a de-2 board. We are provided with the following code: #include <sys/alt_irq.h> // for irq suppo...
Altera_Forum
Honored Contributor
12 years agoSo, it turns out I had compiler optimizations turned off. Switched them on to level 2 and the program worked (failed actually) as expected. Are things like optimization settings specific to each project? Or is there a way to specify settings globally?