| ARM Technical Support Knowledge Articles | |
Applies to: uVision IDE
Information in this article applies to:
I am using uVision and trying to use the source browser. The source browser works OK when I select the Browse Information check box in the Output tab of the Project Options.
However, when I select a directory to use for my object files AND when I enable Browse Information, uVision responds with the following error message...
Can't open file 'C:KEILC51EXAMPLESTESTTESTCODE'
What's wrong?
When you select a directory for your object files, uVision puts the OBJ files as well as the absolute object file created by the linker in that directory.
The problem here is that the source browser is not looking in that directory. This is a problem that will be corrected in a subsequent release. Check http://www.keil.com/update/ for the latest updates.
One work-around for this problem is to specify the path for the executable that is generated. If you place the executable file (the output from the linker) in the project path, the source browser will be able to find it.
If your project path is: C:KEILC51EXAMPLESTEST
And, if your obj file path is: C:KEILC51EXAMPLESTESTOBJ
Then, enter the following path for the Name of Executable in the Output tab of the Project Options: ..TESTCODE
This assumes that your output file is named TESTCODE.
Article last edited on: 2004-06-29 10:46:33
Did you find this article helpful? Yes No
How can we improve this article?