Part Number: CC2640R2F
Tool/software: Code Composer Studio
Hi,
I have a setup with a build server that checks out the project including the "simplelink_cc2640r2_sdk_3_20_00_21" as it has been customized to our own board, the last checkout location of the SDK was “C:/agent/_work/16/s/BLE/packages”
As of default CCS looks for the SDK in “c:\ti” according to the Product discovery path resulting in following error:
"Product 'SimpleLink CC2640R2 SDK' v3.20.0.21 is not currently installed and no compatible version is available"
As the checkout path could change from time, I do not like the solution of just adding the checkout location to the product discovery path, so my question is:
- Is there a way to specify the SDK location relative to the project instead of using the Product discovery path
- Can I supply an option for the headless build that change the Product discovery path or the SDK location?
I can always copy the SDK to the "C:\ti" before executing the build but that will not allowing me to run 2 builds in parallel, so another solution would be prefered.
Hans
CCS 8.1.0.00011
