This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision Debugger on GNU projects

It seems that current uVision Debugger is not very compatible with the symbol table generated by GNU tools. I have a project on LPC2214, with GNU tools, each time debug it, i found some funny things, e.g. the structure defined by "typedef struct..." can NOT be viewed via the "Add Watch", and some other, some other globals can not be viewed either.
For the examples keil provided with the installation, I slightly modified the code by adding a variable ( e.g. int MyVar;) on a ".c" file, it can NOT be watched ( note that it's not optimazation issue, as I saw it in the map file already ), but can only be monitored via the memory window.
All these issues are NOT observed by using Keil tool chain. Another point is that the
"set SRC = ..." is already set correctly to the project path, to make sure the debugger can get all the files.

Anybody has the similar experiences and had any suggestions? Thanks!