Tool/software: Code Composer Studio
Hi,
I have following build errors for SimpleLink™ CC2650 project 0 ( exported from cloud CCS) in CCS v8.0 newly installed on my Win 7 PC.
Your advice is much appreciated.
Rgds
Jidong
====================
**** Clean-only build of configuration Debug for project ProjectZeroApp_CC2650LAUNCHXL ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k clean
DEL /F "ProjectZeroApp_CC2650LAUNCHXL.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "ProjectZeroApp_CC2650LAUNCHXL.out"
RMDIR /S/Q "configPkg\"
DEL /F "Application\ProjectZero.obj" "ICall\ICall.obj" "ICall\ICallCC2650.obj" "ICallBLE\ICallBleAPI.obj" "ICallBLE\bleUserConfig.obj" "Profiles\Button_Service.obj" "Profiles\Data_Service.obj" "Profiles\JW_Data_Service.obj" "Profiles\LED_Service.obj" "Profiles\devinfoservice.obj" "Profiles\gatt_uuid.obj" "Profiles\gattservapp_util.obj" "Profiles\peripheral.obj" "Startup\CC2650_LAUNCHXL.obj" "Startup\ccfg_appBLE.obj" "Startup\main.obj" "Utils\uart_logs.obj" "Utils\util.obj"
DEL /F "Application\ProjectZero.d" "ICall\ICall.d" "ICall\ICallCC2650.d" "ICallBLE\ICallBleAPI.d" "ICallBLE\bleUserConfig.d" "Profiles\Button_Service.d" "Profiles\Data_Service.d" "Profiles\JW_Data_Service.d" "Profiles\LED_Service.d" "Profiles\devinfoservice.d" "Profiles\gatt_uuid.d" "Profiles\gattservapp_util.d" "Profiles\peripheral.d" "Startup\CC2650_LAUNCHXL.d" "Startup\ccfg_appBLE.d" "Startup\main.d" "Utils\uart_logs.d" "Utils\util.d"
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Application\ProjectZero.obj
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\ICall\ICall.obj
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\ICallBLE\ICallBleAPI.obj
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Profiles\Button_Service.obj
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Startup\CC2650_LAUNCHXL.obj
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Utils\uart_logs.obj
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Application\ProjectZero.d
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\ICall\ICall.d
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\ICallBLE\ICallBleAPI.d
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Profiles\Button_Service.d
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Startup\CC2650_LAUNCHXL.d
Could Not Find C:\scratch\cc2650\download\ProjectZeroApp_CC2650LAUNCHXL\Debug\Utils\uart_logs.d
Finished clean
**** Build Finished ****
Buildfile generation error occurred..
Cannot build project. Referenced project 'ProjectZeroStack_CC2650LAUNCHXL' contains build-errors.
Build stopped..
================================================