Hi
Time ago I started programming and debugging LPC2129. After some time I was able to debug in Insight with the code in RAM. When trying to debug
in flash an error shows up something like this:
warning: (Internal error: pc 0x10 in read in psymtab, but not in
symtab.)
For avoiding that error there are 2 ways: rebuilding gdb
or changing from dwarf2 to stabs (I’m using WinArm). I tried this second
option (using
monitor arm7_9 force_hw_brkpts enable
inside the Insight’s console), however, when debugging at the very
begining of my code Insight crashes =(. This is WinXp 2ndSP. I’m from
Mexico so a window shows up with the next message:
La instrucción en “0x00462b19” hace referencia a la memoria en
“0x00000038”. La memoria no se puede “read”
Does anyone has had the same problem or knows how to solve it?? In the
mean time I will debug from RAM, but sooner the 16KB will not be enough.
Thanks in advanced =)