Altera_Forum
Honored Contributor
16 years agouClinux and debugging problem
I am using eclipse with nios2-linux-uclibc-gdb in an uClinux enviroment. When I try to lauch the debugger from within eclispe I get an error.
Here is the log: 592,923 1source .gdbinit 592,923 &"source .gdbinit\n" 592,924 1^done 592,924 (gdb) 592,924 2-environment-cd /home/chris/Project/eclipse/workspace/TWS 592,925 2^done 592,925 (gdb) 592,925 3-gdb-set auto-solib-add on 592,926 &"No symbol table is loaded. Use the \"file\" command.\n" 592,926 3^error,msg="No symbol table is loaded. Use the \"file\" command." 592,926 (gdb) Any ideas? Also where is eclispe getting the .gdbinit file from? Thanks