debugging arm executable with gdb
Keith Seitz
keiths@redhat.com
Fri Apr 19 17:21:00 GMT 2013
On 04/17/2013 10:21 PM, Attila Csosz wrote:
> (gdb) run
> Starting program: /home/attila/Upload/vmlinux
> Don't know how to run. Try "help target".
^^^^^^^^^^^^^^^^^
The above advice is a good place to start.
You haven't told GDB what target you are using to run the application.
See also the User Manual, specifically the section dealing with targets
and "target commands":
http://sourceware.org/gdb/current/onlinedocs/gdb/Targets.html
Keith
More information about the Gdb
mailing list