Keil™, An ARM® Company

Technical Support

µVISION: BUILDING TARGETS FROM THE COMMAND LINE


Information in this article applies to:

  • C166 Version 4.02

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.UV2) 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.

UV2 -b PROJECT.UV2 -t"TARGET NUMBER 1"

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

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

MORE INFORMATION

Refer to Chapter 12 in the "Getting Started and Creating Applications" user's guide for the C166 Development Tools.

SEE ALSO

FORUM THREADS

The following Discussion Forum threads may provide information related to this topic.

Last Reviewed: Monday, July 30, 2007


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