 | µVision User's Guide legacy |  |
|
|
| Build Target ExampleYou may rebuild a target using the following command line.
C:\Keil\UV3\UV3 -r Blinky.UV2 -o Build_Output.txt
Where | -r Blinky.UV2 | specifies the name of the µVision project file. | | -o Build_Output.txt | specifies the file to contain the build log. For example:
Build target 'Simulator'
assembling Startup.s...
compiling Blinky.c...
compiling Serial.c...
linking...
Program Size: data=1199 const=65 code=5836
creating hex file from ".\Flash\Blinky"...
".\Flash\Blinky" - 0 Error(s), 0 Warning(s).
|
|
|