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

uVision exit code

Hi,

I am using a code analysis tool that invokes uVision to perform a project build from the command line.  The build completes successfully but uVision always exits with code 1, causing the tool to complain.  Why doesn't uVision exit with code 0 when successful ?

Thanks 

Parents
  • Thanks.  I discovered this shortly after posting my message.  My project does have compiler warnings (mainly from 3rd party components such as mbedTLS) so this is why.  Ideally I would like to leave warnings switched on but suppress exit code 1 but this does not seem possible.

Reply
  • Thanks.  I discovered this shortly after posting my message.  My project does have compiler warnings (mainly from 3rd party components such as mbedTLS) so this is why.  Ideally I would like to leave warnings switched on but suppress exit code 1 but this does not seem possible.

Children