Barni Ja-De wrote:
Hey all!
I started a project with mspgcc and GDB/Insight and everything worked well.
After my project reached a size (.elf about 13.4kB) GDB/Insight does not
start anymore. When I delete some lines of source code it works fine, when I add
some lines the problem starts again. It doens't matter, where I add source
code in the project. GDB/Insight stops with the message:
MSP430-GDB verursachte einen Fehler durch eine ungültige Seite
in Modul CYGTK80.DLL bei 0167:6638f00f.
Register:
EAX=00000000 CS=0167 EIP=6638f00f EFLGS=00010216
EBX=00e8da08 SS=016f ESP=00b4cdb8 EBP=00b4cdd0
ECX=00b4ced4 DS=016f ESI=00ddbc57 FS=1087
EDX=00e8da08 ES=016f EDI=0059ef7c GS=0000
Bytes bei CS:EIP:
8b 50 28 89 5c 24 04 8d 42 0c 89 04 24 ff 52 38
Stapelwerte:
0000000f 00000000 00000000 00ccd1fc 00000002 00000007 00b4ce40 0058448a
00b78d98 00e8da08 00000000 00000000 610c4050 00dcfbe0 00b4cdf8 00b4ced4
What can I do???
Worry? OK, lets be serious.....
Hi Bernd,
I have debugged bigger programs without trouble, so I assume the problem
is triggered by something specific in your code. At what point do you
get this error message? Is it as you open the program file, or later?
Are you using the simulator or rproxy/gdbproxy? Do you mind sending the
code that causes trouble, so I can do some debugging with it? Do you
need the source files present to provoke the problem, or will just
loading the binary itself cause trouble?
Regards,
Steve