Keil™, An ARM® Company

Technical Support

DSCOPE: VIEWING SOURCE FILES

QUESTION

How can I get dScope to display my source files if they are located in a different directory than the OMF file?

ANSWER

dScope determines the path to search for source files based solely on the directory in which the absolute object file (OMF) is stored. To specify additional search directories, use the SET SRC command.

For example, if you wish to add the directory "c:\prj\cfiles" to the search path, you would enter the following line in dScope's command window:

SET SRC = C:\PRJ\CFILES

Note that this is different from the syntax described in the "dScope for Windows" manual, because here an equals sign ("=") must appear between SRC and the pathspec.

Last Reviewed: Monday, May 10, 2004


Did this article provide the answer you needed?
 
Yes
No
Not Sure