Hello All, I am trying to understand how to build a uv2 project from command line. Presently when the (eg test.uv2) project is clicked open, it defaults to the uv2 IDE for build, compile and link. Is there any way,that a project can be built, compiled and linked from command line without resorting to the IDE? The idea is that someone without a knowledge of the IDE, should simply be able to compile the project with a given set of instructions. Thanks in advance. I look forward for your suggestions.
There is a section in the uVision Getting Started guide about the command-line interface. Alternatively, all the other tools (compiler, assembler, linker) are command-line applications - so you can call the from a Batch file, or make, or whatever.
send me an e-mail erikm@digrec.com and I will send you a batch file (albeit for the '51) that illustartes a method to do so Erik