This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
is a more detailled documentation about CCSv5 command line build? something more than the few lines at
http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create
One thing I could not find out is how I get result of the build. errorlevel is 0 if build was successful or if it failed. How do i determine if it failed? I need to build my project from command line on a test-PC and buildserver and my scripts need to stop if the build fails.
bye,
Thomas
Hi Thomas,
unfortunately at the moment, there are no error codes returned when doing a headless build. Please see this post. The work around is to verify a .out was generated.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/161312/587656.aspx#587656
Best Regards,
Lisa
Hi,
as a feedback: CCS V5.2.0 command line build now returns an ERRORLEVEL != 0 when the build fails,
thanks for that,
Thomas