This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERRORLEVEL from command-line invocation of uVision2

I am integrating our builds into the Ant and CruiseControl architecture, but have run into a problem: when invoking uVision2 from the command line, e.g.:

uv2 -b washer.uv2
uVision2 never sets ERRORLEVEL (to a nonzero value), even when the build fails. Short of going around uVision2 directly to the compiler and linker, is there a way to get uVision2 to set ERRORLEVEL on failure?