I am trying to setup the following configuration on my Windows XP system:
-
Eclipse
-
OpenOcd
-
Olimex ARM-USB-OCD
-
Yagarto tool chain
-
Olimex LPC-P2148 development board
Everytime I start the arm-elf debug from the Eclipse environment I get output on the console like these:
1-gdb-set confirm off
1^done
(gdb)
2-gdb-set width 0
2^done
(gdb)
3-gdb-set height 0
3^done
(gdb)
4-interpreter-exec console echo
4^done
(gdb)
5-gdb-show prompt
5^done,value="(gdb) "
(gdb)
6 target remote localhost:3333
&“target remote localhost:3333\n”
target remote localhost:3333
&“warning: (Internal error: pc 0x44 in read in psymtab, but not in symtab.)\n”
&“\n”
&“warning: (Internal error: pc 0x44 in read in psymtab, but not in symtab.)\n”
&“\n”
warning: (Internal error: pc 0x44 in read in psymtab, but not in symtab.)
Can someone please help me with this? I also tried the WinArm and GNU tool chains. That made no difference.
Thank you,
Ernst