On Thu, Mar 31, 2011 at 12:53 PM, Kirangadu bobbu <[email protected]> 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 <arch_start_kernel>
> in main.c
>

What do you mean by "strucked"? I assume it's "stucked", but that does
not explain a lot. Which action have you used? Try using "si" in gdb
console to step instruction after instruction.

You might need to have added correct breakpoints, etc.

Usually gdb / insight "stucked" means that it's doing it's working but
is not being triggered by any breakpoint.


-- 
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