Forum Discussion
Altera_Forum
Honored Contributor
21 years agoeclipse debug fails
I followed recomendation from "Linux reference guide.pdf" for nios2 and tried to debug hello application for my prepared system. As described on page 23, I tried: # debug hello.gdb with the f...
Altera_Forum
Honored Contributor
21 years agoHi, the debug command that you run from within Nios II linux is
debug app not debug app.gdb The gdb file is necessary on the host side not on your Nios II Linux system. Let me know if I've been unclear.