Forum Discussion
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