Using the uV2 command line switches to build several projects, it constantly opens the full UI of uV2. Can this be avoided and simply output compilation/linking text to the console? Also, are there any documention on the ERRORLEVEL values returned from an invocation of uV2, to allow exiting of a batch of builds when an error occurs? Finally, can the 'run user program' after build be prevented when an error occurs during the build? TIA
Using make as recommended here: http://www.keil.com/forum/docs/thread1795.asp#msg7255 allows you to invoke the compiler and linker directly without using uVision, run a "user program" afterwards, and when errors occur during the build, stopping or not is at your option.