I have found some situations where single step with next in GDB with OpenOCD on
a LPC3220 (uses lpc3250.cfg with modification of core ID and memory size), does
not work. Whenever I reach a certain line while single stepping, OpenOCD
prints
out "Error: Unable to set 32 bit software breakpoint
simon qian wrote:
> Another feedback about compile warnings:
>
> In file included from ../../src/helper/command.h:35,
> from configuration.h:26,
> from options.c:27:
> ../../src/helper/jim.h:812: warning: declaration of 'index' shadows a global
> declaration
>
Another feedback about compile warnings:
In file included from ../../src/helper/command.h:35,
from configuration.h:26,
from options.c:27:
../../src/helper/jim.h:812: warning: declaration of 'index' shadows a
global declaration
/usr/include/string.h:304: warning:
Hi,
>From a user of Versaloon:
> For the LPC1343, I used your lpc1700.cfg with memory region sizes updated.
> I have been able to connect to the target with gdb, to load a program to
> the RAM, step it, set breakpoints, continue, ctrl-C. It seems to me, that
> basically, the system works.
> Howev