Tool/software: Code Composer Studio
I'm trying to use CCSv10 to build a project from simplelink_cc2640r2_sdk_4_10_00_10. The SDK release notes for that SDK state that it was built and tested with CCSv9.0 but I was hoping that CCSv10 would be backward compatible. Is this even likely to work or should I stop here and downgrade to CCSv9.0?
When I try to build in CCSv10 it fails with a non-descriptive error message, "Cannot build project. Referenced project 'glucose_sensor_cc2640r2lp_stack_library' contains build-errors."
One thing I noticed, and I suspect causes problems, is that while the project depends on XDCtools v3.50.1.12_core, CCSv10 reports this version is not available and automatically switches to XDCtools v3.61.0.16_core.
I have confirmed that XDCtools v3.50.1.12_core is installed at C:\TI but CCSv10 doesn't auto detect it. Is there a way to force CCSv10 to auto detect the earlier version of XDCtools?
Thanks