hofull wrote :
I’ve got serious problems setting up the debugger in eclipse. Using
the Win XP command line works fine. Building the project under eclipse
also works fine but debugging ends up in this error message:
mi_cmd_env_cd: Usage DIRECTORY
Has anyone an idea solving this problem?
We had the same problem (and solved it). Here is a short checklist :
* ensure your version of gdb is at least version 5.2.1
* check the PATH environment variable (it should contain the path to the
gdb binary)
* check gcc's flags (gcc -g3 to include debugging symbols)
* check that the ELF binary parser is enabled (more details here :
http://homepage.hispeed.ch/py430/mspgcc/ )
Hope this helps,
--
Corentin Plouet <[email protected]>