Eclipse & Olimex ARM-USB-OCD LPc-P2148 problem

I am trying to setup the following configuration on my Windows XP system:

  1. Eclipse

  2. OpenOcd

  3. Olimex ARM-USB-OCD

  4. Yagarto tool chain

  5. 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

I suspect that gcc isn’t generating debug code correctly or at all. Whenever I see a symtab error with gdb, its either gcc didn’t generate it right or gdb didn’t load it. YMMV !

I think, did you installed [GNUARM Eclipse Plugin?](DEPRECATED > GNU ARM Eclipse download | SourceForge.net)

Hello Ernst,

have you test your installation with Insight too, is this working?

You will find the tutorial for the Insight at the YAGARTO side too.

:wink:

Michael