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 GP
On Thu, Mar 31, 2011 at 2:03 PM, Kirangadu bobbu wrote:
> I can see something like this in console WINDOW OF INSIGHT:
>
> 0x81103194 in vfprintf (stream=0xe8bd8800, format=0x81102bb0 "", arg={__ap =
> 0x81149544}) at loader/libs/c/src/vfprintf.c:90
> 0x81102fa8 in printf (format=0x81102bb0 "") at
2011/3/31 Kirangadu bobbu :
> 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
codezero-devel@l
On Thu, Mar 31, 2011 at 12:53 PM, Kirangadu bobbu wrote:
> Hello,
Hi,
> I am new to this codezero environment.
> I tried building helloworld program as per the documentation.
> But i tried running final .elf in insight where it got strucked at the call
> :
> bl
> in main.c
>
What do you mean
I tried "step-in" . At the below red coloured branch instruction , program
excution stopped:
0x8110036c:push{r11, lr}
-0x81100370:addr11, sp, #4; 0x4
-0x81100374:subsp, sp, #16;
0x10
-0x81100378:strr0, [r11, #
Hi ,
I went on step by step excution in assembly mode,
at the instruction bl , GUI is not responsding any more
even i gave step over command:
I can see something like this in console WINDOW OF INSIGHT:
*
0x81103194 in vfprintf (stream=0xe8bd8800, format=0x81102bb0 "", arg={__ap =
0x81149544}) a
Hello,
I am new to this codezero environment.
I tried building helloworld program as per the documentation.
But i tried running final .elf in insight where it got strucked at the call
:
bl
in main.c
Can anyone please let me know whats the problem
-kiranbobbu
__