Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
Hi,
We use a buildserver (docker) for building our code in production using commandline (headless) build with code composer studio 10
This is all working fine but now I have upgraded our project to the new SDK4.30 recently.
The project is building fine in code composer (CCS10) locally.
Now I updated the buildserver with the new SDK and run into the following issue:
When I build the project on the buildserver, the sysconfig code is not generated and subsequentially the build fails to compile.
Looking into the logfile of the build I see that indeed sysconfig tool is not invoked so obviously no compiled code for this is available
Any idea to why this might happen? How can I make sure sysconfig is being invoked by the buildserver in SDK 4.30?