Hi,
i've imported tida00374 project in CCS and i'm trying to modified it properly to develop on CC2650LP.
When i click on "build release" it works fine, no errors.
When i click on "build debug" I have those errors below, i overlined the first one. Can you please help me?
**** Build of configuration Debug for project TIDA00374-Firmware_mod ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
making ../src/sysbios/sysbios.aem3 ...
gmake[1]: Entering directory 'C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/src/sysbios'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory 'C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/src/sysbios'
'Building file: ../TIDA00374-Board.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/smartrf_settings" --include_path="C:/ti/tirtos_simplelink_2_14_01_20/products/cc26xxware_2_22_00_16101" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="TIDA00374-Board.d" --cmd_file="configPkg/compiler.opt" "../TIDA00374-Board.c"
>> Compilation failure
subdir_rules.mk:14: recipe for target 'TIDA00374-Board.obj' failed
"../TIDA00374-Board.c", line 43: fatal error #1965: cannot open source file "inc/hw_memmap.h"
1 catastrophic error detected in the compilation of "../TIDA00374-Board.c".
Compilation terminated.
gmake: *** [TIDA00374-Board.obj] Error 1
'Building file: ../ccfg.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/smartrf_settings" --include_path="C:/ti/tirtos_simplelink_2_14_01_20/products/cc26xxware_2_22_00_16101" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ccfg.d" --cmd_file="configPkg/compiler.opt" "../ccfg.c"
>> Compilation failure
subdir_rules.mk:32: recipe for target 'ccfg.obj' failed
"../ccfg.c", line 50: fatal error #1965: cannot open source file "startup_files/ccfg.c"
1 catastrophic error detected in the compilation of "../ccfg.c".
Compilation terminated.
gmake: *** [ccfg.obj] Error 1
'Building file: ../hdc1000.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/smartrf_settings" --include_path="C:/ti/tirtos_simplelink_2_14_01_20/products/cc26xxware_2_22_00_16101" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="hdc1000.d" --cmd_file="configPkg/compiler.opt" "../hdc1000.c"
>> Compilation failure
subdir_rules.mk:39: recipe for target 'hdc1000.obj' failed
"C:/ti/tirtos_simplelink_2_14_01_20/packages/ti/drivers/PIN.h", line 539: fatal error #1965: cannot open source file "inc/hw_types.h"
1 catastrophic error detected in the compilation of "../hdc1000.c".
Compilation terminated.
gmake: *** [hdc1000.obj] Error 1
'Building file: ../main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/smartrf_settings" --include_path="C:/ti/tirtos_simplelink_2_14_01_20/products/cc26xxware_2_22_00_16101" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="main.d" --cmd_file="configPkg/compiler.opt" "../main.c"
>> Compilation failure
subdir_rules.mk:46: recipe for target 'main.obj' failed
"C:/ti/tirtos_simplelink_2_14_01_20/packages/ti/drivers/PIN.h", line 539: fatal error #1965: cannot open source file "inc/hw_types.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
'Building file: ../rf_driver/RF.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/smartrf_settings" --include_path="C:/ti/tirtos_simplelink_2_14_01_20/products/cc26xxware_2_22_00_16101" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="rf_driver/RF.d" --obj_directory="rf_driver" --cmd_file="configPkg/compiler.opt" "../rf_driver/RF.c"
>> Compilation failure
rf_driver/subdir_rules.mk:7: recipe for target 'rf_driver/RF.obj' failed
"../rf_driver/RF.c", line 39: fatal error #1965: cannot open source file "inc/hw_memmap.h"
1 catastrophic error detected in the compilation of "../rf_driver/RF.c".
Compilation terminated.
gmake: *** [rf_driver/RF.obj] Error 1
'Building file: ../smartrf_settings/smartrf_settings_BLE_ADV_cc26xx.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/bin/armcl" -mv7M3 --code_state=16 --float_support=vfplib -me --include_path="C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod" --include_path="C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/smartrf_settings" --include_path="C:/ti/tirtos_simplelink_2_14_01_20/products/cc26xxware_2_22_00_16101" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="smartrf_settings/smartrf_settings_BLE_ADV_cc26xx.d" --obj_directory="smartrf_settings" --cmd_file="configPkg/compiler.opt" "../smartrf_settings/smartrf_settings_BLE_ADV_cc26xx.c"
>> Compilation failure
smartrf_settings/subdir_rules.mk:7: recipe for target 'smartrf_settings/smartrf_settings_BLE_ADV_cc26xx.obj' failed
"../smartrf_settings/smartrf_settings_BLE_ADV_cc26xx.c", line 31: fatal error #1965: cannot open source file "inc/hw_types.h"
1 catastrophic error detected in the compilation of "../smartrf_settings/smartrf_settings_BLE_ADV_cc26xx.c".
Compilation terminated.
gmake: *** [smartrf_settings/smartrf_settings_BLE_ADV_cc26xx.obj] Error 1
'Building file: ../TIDA00374-Firmware.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_01_22_core/xs" --xdcpath="C:/ti/tirtos_simplelink_2_14_01_20/packages;C:/ti/tirtos_simplelink_2_14_01_20/products/bios_6_42_02_29/packages;C:/ti/tirtos_simplelink_2_14_01_20/products/uia_2_00_02_39/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib -me --include_path=\"C:/ti/ccsv6/tools/compiler/arm_15.12.3.LTS/include\" --include_path=\"C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod\" --include_path=\"C:/Users/user/workspace_v6_2/TIDA00374-Firmware_mod/smartrf_settings\" --include_path=\"C:/ti/tirtos_simplelink_2_14_01_20/products/cc26xxware_2_22_00_16101\" -g --define=DEBUG --define=ccs --diag_wrap=off --diag_warning=225 --diag_warning=255 --display_error_number --gen_func_subsections=on --abi=eabi " "../TIDA00374-Firmware.cfg"
clem3 package/cfg/TIDA00374-Firmware_pem3.c ...
>> Compilation failure
subdir_rules.mk:21: recipe for target 'build-1528794273' failed
"package/cfg/TIDA00374-Firmware_pem3.c", line 2356: fatal error #1965: cannot open source file "inc/hw_types.h"
1 catastrophic error detected in the compilation of "package/cfg/TIDA00374-Firmware_pem3.c".
Compilation terminated.
xdctools_3_32_01_22_core\gmake.exe: *** [package/cfg/TIDA00374-Firmware_pem3.oem3] Error 1
js: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [build-1528794273] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****