Keil Logo

µVISION: Building Targets From the Command Line


Information in this article applies to:

  • µVision All Versions

QUESTION

Can µVision create MAKE files and is there a MAKE program available?

ANSWER

µVision does not create MAKE files for projects you create. It does, however, let you build your project from the command line and it can create a batch file to build your project (see below).

To build your project from the command line...

For example, if you have a project file (PROJECT.uvproj) with a target you want to build (TARGET NUMBER 1), you may use the following command line to build the project and exit when the build process is complete.

UV4 -b PROJECT.UVproj -t"TARGET NUMBER 1"

If you want to redirect the output to a file, you may use the -o option. For example:

UV4 -b PROJECT.UVproj -t"TARGET NUMBER 1" -o"OUTPUTFILE.TXT"

MORE INFORMATION

SEE ALSO

Last Reviewed: Tuesday, February 23, 2021


Did this article provide the answer you needed?
 
Yes
No
Not Sure
 
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.