Hello ,
*I tried using the below command *:
~/opt/tools/codezero$ arm-none-eabi-gdb --command=/home/kirankumarb/.gdbinit
./build/final.elf
*and I got following errors*:
GNU gdb (Sourcery G++ Lite 2009q3-68) 6.8.50.20090630-cvs
Copyright (C) 2009 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=i686-pc-linux-gnu
--target=arm-none-eabi".
For bug reporting instructions, please see:
<https://support.codesourcery.com/GNUToolchain/>...
/home/kirankumarb/.gdbinit:1: Error in sourced command file:
localhost:1234: Connection timed out.
/home/kirankumarb/.gdbinit:1: Error in sourced command file:
localhost:1234: Connection timed out.
(gdb) run
Starting program: /home/kirankumarb/opt/tools/codezero/build/final.elf
Don't know how to run.  Try "help target".
*SO I gave following command:*
(gdb) target sim
Connected to the simulator.
(gdb) run
Starting program: /home/kirankumarb/opt/tools/codezero/build/final.elf
warning: No program loaded.
Segmentation fault

Can anyone let m eknow what is going wrong here





2011/3/31 Dawid Ciężarkiewicz <[email protected]>

> 2011/3/31 Kirangadu bobbu <[email protected]>:
> > I tried  "step-in" . At the below red coloured  branch instruction ,
> program
>
>
> arm-none-eabi-gdb --command=path/to/gdbinit
>
>
> --
> Dawid Ciężarkiewicz
> B-Labs. http://b-labs.com/
>
_______________________________________________
codezero-devel mailing list
[email protected]
http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org

Reply via email to