Tool/software: Code Composer Studio
Hi There
I am migrating a program (Simple BLE peripheral) to mac and I went to the properties of the stack and app programs -> C++Buil -> Build Variables and changed the path to almost all variables I could find, which were showing the windows path.
These include
BIOS_BASE,
CC26XXWARE,
ORIGINAL_PROJECT_ROOT
TI_RTOS_DRIVERS_BASE
However I still get the error
HAL/Common/subdir_rules.mk:6 *** targer pattern contains no '%' Stop.
So there is some other path that needs to be changed but I cant seem to find it. The objects.mk files are still referencing the old windows directory.
I looked at this old thread
https://e2e.ti.com/support/tools/ccs/f/81/t/247859
but the link which is supposed to help is broken
Could some give me some pointers on what path I am still missing. My code composer version is Version: 9.0.0.00018
Here are the outputs from the program from file "subdir_rules.mk". I can see the path is wrong but can't find its source.
HAL/Common/hal_assert.obj: /C:/ti/simplelink/ble_sdk_2_02_02_25/src/components/hal/src/common/hal_assert.c $(GEN_OPTS) | $(GEN_FILES)
@echo 'Building file: "$<"'
@echo 'Invoking: ARM Compiler'
"/Applications/ti/ccs900/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/bin/armcl" --cmd_file="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/examples/cc2650lp/simple_peripheral/ccs/stack/../../iar/stack/../../../../../src/config/build_components.opt" --cmd_file="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/examples/cc2650lp/simple_peripheral/ccs/stack/../../iar/stack/build_config.opt" -mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path="/Applications/ti/ccs900/ccs/tools/compiler/ti-cgt-arm_18.12.1.LTS/include" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/stack" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/common/cc26xx" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/hal/src/target/_common" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/hal/src/target/_common" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/hal/src/target" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/hal/src/target/_common/cc26xx" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/hal/src/inc" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/osal/src/inc" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/services/src/nv/cc26xx" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/services/src/nv" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/services/src/saddr" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/icall/src/inc" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/inc" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/rom" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/controller/cc26xx/inc" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/services/src/aes/cc26xx" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/components/npi/src" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/common/cc26xx/npi/stack" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/inc" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/icall/inc" --include_path="/Users/raghutumati/ti/simplelink/ble_sdk_2_02_02_25/src/profiles/roles" --include_path="/Users/raghutumati/ti/tirtos_cc13xx_cc26xx_2_21_00_06/products/cc26xxware_2_24_03_17272" --c99 --define=BLE_NO_SECURITY --define=CC26XX --define=CC26XXWARE --define=DATA= --define=EXT_HAL_ASSERT --define=FLASH_ROM_BUILD --define=GATT_NO_CLIENT --define=INCLUDE_AES_DECRYPT --define=NEAR_FUNC= --define=OSAL_CBTIMER_NUM_TASKS=1 --define=OSAL_SNV=1 --define=POWER_SAVING --define=USE_ICALL --define=xDEBUG --define=xDEBUG_ENC --define=xDEBUG_GPIO --define=xDEBUG_SW_TRACE --define=xPM_DISABLE_PWRDOWN --define=xTESTMODES --define=xTEST_BLEBOARD --diag_warning=225 --diag_suppress=48 --diag_suppress=16004 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="HAL/Common/$(basename $(<F)).d_raw" --obj_directory="HAL/Common" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: "$<"'
@echo ' '