This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: debugging arm executable with gdb


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]