Forum Discussion
Altera_Forum
Honored Contributor
21 years agoDebug Assembler Routine under NIOSII IDE
Hi, i tried to debug a assembler - routine (modified IRQ -entry). But I couldn't set a breakpoint in this source, to see whats going on there. Even if I set an break on an absolut adress...
Altera_Forum
Honored Contributor
21 years agoTo enable debug information open up the properties of your project, find C/C++ build and change the "debug level" to specify "-g". Check the commands being sent to the make system to ensure that the -g is being correctly passed through.
GAS is part of GNU binutils. On my PC the documentation is in the file kits/nios2/documents/gnu-tools/binutils/as.html