| ||||||||
Technical Support Support Resources Product Information | µVISION DEBUGGER: SOURCE LEVEL DEBUGGING WITH GNU ARMInformation in this article applies to:
QUESTIONI have a complex project with several source folders that I build with the GNU ARM compiler. In this situation source-level debugging fails. How can I solve this issue? ANSWERThe GNU ARM Compiler does not store path information in the ELF/DWARF file. Therefore, you must manually specify the path names for your source files using the µVision debugger SET SRC command. For example: set src=C:\Projects\MyFolder set src="C:\\Controller Projects\\PRJ A\\src" If you have problems with variable display you may need to update the SARM.DLL. Download the attachment and copy the file to the folder Keil\ARM\BIN. MORE INFORMATION
SEE ALSOATTACHED FILESRequest the files attached to this knowledgebase article. FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Friday, January 12, 2007 | |||||||
| ||||||||