On Sat, Mar 21, 2009 at 10:45 PM, Drasko DRASKOVIC < [email protected]> wrote:
> Hi all, > I cannot lounch target sim in arm-linux-gnu-gdb. Any ideas why and how to > fix this? > > dra...@marx:~/arm$ arm-linux-gnu-gdb > GNU gdb 6.8-debian > Copyright (C) 2008 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later < > http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "--host=i486-linux-gnu --target=arm-linux-gnu". > *(gdb) target sim > Undefined target command: "sim". Try "help target".* > (gdb) help target > Connect to a target machine or process. > The first argument is the type or protocol of the target machine. > Remaining arguments are interpreted by the target protocol. For more > information on the arguments for a particular protocol, type > `help target ' followed by the protocol name. > > List of target subcommands: > > target async -- Use a remote computer via a serial line > target core -- Use a core file as a target > target exec -- Use an executable file as a target > target extended-async -- Use a remote computer via a serial line > target extended-remote -- Use a remote computer via a serial line > target remote -- Use a remote computer via a serial line > > Type "help target" followed by target subcommand name for full > documentation. > Type "apropos word" to search for commands related to "word". > Command name abbreviations are allowed if unambiguous. > (gdb) > > Best regards, > Drasko >

