
Dear "MrGates",
In message 89E1F23FA74D47E7B01BE455B231E303@MrGates you wrote:
(gdb) step _start () at start.S:41 41 in start.S
...
_start () at start.S:47 47 in start.S (gdb) reset () at start.S:108 108 in start.S
...
reset () at start.S:124 124 in start.S (gdb) call_board_init_f () at start.S:129 129 in start.S
...
These indicate that in start.S,first instruction:b reset not jump success
What do you mean by that statement?
The process just go from one instruction to the next.
You are running series of "step" commands - you are asking the debugger to "go from one instruction to the next", and this is what it does. What else would you expect?
What may be the problem?any suggestions is appreciate.
Where exactly do you see a problem?
Best regards,
Wolfgang Denk