• Automated Build
    I want to automate our build proceedure (using CruiseControl). Unfortunately our ancient version of uVision (2.14) seems not to be able to output a makefile. Is it possible to run uVision from a batch...
  • Output uv4 build messages to stdout
    I'm building my project via the command line using something like this: "C:\Program Files\Keil\UV4\Uv4.exe" -b ".\myProj.uvproj" The problem is that this command does not send anything to the...
  • Auto-Increment Build Number
    Anybody got a slick way to roll an auto-incrementing build number into uVision? I want to end up with a string constant containing a number that I can maniputate in my C code. It really doesn't matter...
  • Build is not doing incremental/partial build
    Hello, I'm pressing the build button and hoping to do an incremental build, but uvision keeps rebuilding all projects files. I assume it's related to the fact that it's cleaning & deleting all the intermediate...
  • Missing include files making build fail
    Background: This is my first use of the uVision IDE. I received a project that was being worked on by my predecessor. I was given the laptop he had been using, but IT, in their infinite wisdom, wiped...