Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi,
--- Quote Start --- I'm using the gdbserver and nios2-linux-gnu-gdb from the tarball on: http://www.nioswiki.com/linux I have some questions about the DebugApps page, and how to apply it to Linux with MMU:- Is the "-elf2flt" option a compile option or a link option? And do I need it?
- Where does the file "hello.gdb" come from? Is it generated by the compiler?
(gdb) symbol-file <your program>
(gdb) tb main
(gdb) c
(gdb) list
<your program list>
int main(....
(gdb)
is a normal tour course of gdb. Kazu