Hi there,
I am using UV4 from the command line as such:
> UV4.exe -b myproj.uvproj
and this works fine, the build completes and returns "0"
However, whenever I use the same to try and build an uvmpw file:
> UV4.exe -b mympw.uvmpw
the return code when the process exits is "1" instead of "0" even if the build runs successfully. This prevents me from integrating the command line with make-like tools (msbuild) since those check for the return value to know whether the compiler invokation was successful.
Is there a reason I am getting a "1" as a return code when the process exits?
Regards,
Carles
"I will check if the warnings are the cause"
Don't you think that you should have checked that first?!
http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm
Fair enough, apologies, I must've missed that while reading the doc.
Thanks for the feedback.