Debug shows no variables and can't step into

Hi,

had the blinking LED example code working fine in Eclipse and could step through the program, watching variables, stepping into functions and such.

Now am trying to get the WinArm examples to work with Eclipse and have run into this:

  • can compile without problems,

  • as there’s no main.out generated, fed the debugger main.elf without complaints,

  • set thbreak at main.

Program starts up and stops at main as expected. Can single step, but can’t step into a function or see the declared variables.

My feeling is it is related to linking, but have no idea how to solve it; maybe the debugger needs a .out file?? How can I add this to the WinArm makefile?

Thanks for any insight.

Arthur