On Tue, Feb 10, 2009 at 1:51 PM, "Sven Wöhlbier" <[email protected]> wrote:
> I use Openocd 0.1.0, Eclipse Ganymede, Sourcery G++ Lite and the 
> mikrocontroller LM3S8962.
>
> I have a problem with the debugging. During the debugging I get the follow 
> error message.
>
> Error: address+size wrapped(0xfffffffe, 0x00000004)
>
> What is the problem?

This is a bug in GDB where GDB asks for an impossible address & word length.

Did you try discussing this on the GDB mailing list?

>
> Thank You!
>
> ---------------------------------------------------------------------
> GDB init commands:
>
> target extended-remote localhost:3333
> monitor debug_level 2
> monitor halt
> load
> monitor cortex_m3 maskisr off
> thbreak main
> monitor debug_level 0
>
> ---------------------------------------------------------------------
> Log-File:
>
> Open On-Chip Debugger 0.1.0 (2009-01-21-21:15) Release
>
>
> BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
>
>
> $URL: 
> https://[email protected]/svnroot/repos/openocd/tags/openocd-0.1.0/src/openocd.c
>  $
> 500 kHz
> undefined debug reason 6 - target needs reset
> Info : Algorithm flash write 1850 words to 0x0, 1850 remaining
> requesting target halt and executing a soft reset
> target state: halted
> target halted due to breakpoint, current mode: Thread
> xPSR: 0x01000000 pc: 0x00000110
> Error: address+size wrapped(0xfffffffe, 0x00000004)
> Info : Algorithm flash write 1850 words to 0x0, 1850 remaining
> requesting target halt and executing a soft reset
> target state: halted
> target halted due to breakpoint, current mode: Thread
> xPSR: 0x01000000 pc: 0x00000110
> Error: address+size wrapped(0xfffffffe, 0x00000004)
> Error: address+size wrapped(0xfffffffe, 0x00000004)
> Error: address+size wrapped(0xfffffffe, 0x00000004)
> Error: address+size wrapped(0xfffffffe, 0x00000004)
> Info : Algorithm flash write 1850 words to 0x0, 1850 remaining
> requesting target halt and executing a soft reset
> target state: halted
> target halted due to breakpoint, current mode: Thread
> xPSR: 0x01000000 pc: 0x00000110
> Info : Algorithm flash write 1850 words to 0x0, 1850 remaining
> requesting target halt and executing a soft reset
> target state: halted
> target halted due to breakpoint, current mode: Thread
> xPSR: 0x01000000 pc: 0x00000110
> Error: address+size wrapped(0xfffffffe, 0x00000004)
> Info : Algorithm flash write 1850 words to 0x0, 1850 remaining
> requesting target halt and executing a soft reset
> target state: halted
> target halted due to breakpoint, current mode: Thread
> xPSR: 0x01000000 pc: 0x00000110
> Error: address+size wrapped(0xfffffffe, 0x00000004)
> cortex_m3 interrupt mask off
> Info : Algorithm flash write 1850 words to 0x0, 1850 remaining
> cortex_m3 interrupt mask off
> ------------------------------------------------------------------------
> _______________________________________________
> Openocd-development mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/openocd-development
>



-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to