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 agokarlxmar: I managed to get my code running by making sure that no segmentation faults were happening... easier said than done, as the chip would just reset without indicating where the fault actually occurred, thus I had to breakpoint/printf my way to the error source.
I don't know much about the debugger and I am sure there must be a way you are supposed to do it (perhaps something to do with the exception stack?), in which case I haven't found it yet!