Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNios II Debugger problem
When I try to debug the simple_socket_server app in Nios II SBT for Eclipse I get the following error: .gdbinit: No such file or directory. Reading symbols from C:/NEEK_Qsys/Ethernet3/neek_et...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Did the "Run as admin" solve your problem? --- Quote End --- NO! I gave up on that problem and stopped trying to use the debugger. I have to run my Nios II code out of external flash memory, so I can't really use the debugger anyway. Plus it just adds another layer of uncertainty (and aggravation) to the debugging process. Instead I insert printf() statements at key locations in the code to monitor the software. --- Quote Start --- Ive seen some posts where the problem has gone away when people have edited thier .gdbinit file. However, I dont know how to edit it. What paths do I set? --- Quote End --- I don't think you really need a .gdbinit file, but I don't know for sure.