This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TIDA-010003: cc1310, Tida-010003

Part Number: TIDA-010003
Other Parts Discussed in Thread: CC1310

Tool/software: Code Composer Studio

Hello,

I am trying to compile the Tida-010003 end node example in debug-push configuration. 

Target is cc1310 launchpad

I am using CCS8.

I have the following SDK installed

simplelink_cc13x0_sdk_2_20_00_38

simplelink_cc13x0_sdk_1_30_00_06

I have the following xdctools installed

xdctools_3_32_02_25_core

xdctools_3_50_05_12_core

xdctools_3_50_07_20_core

xdctools_3_51_01_18_core

When compiling I get 

Description Resource Path Location Type
#20 identifier "macTxPwrVal_t" is undefined .ccsproject /6lowpan_ti_15_4_project line 608, external location: C:\ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\ti154stack\common\mac_user_config_cc13x0_rftable.h C/C++ Problem
#20 identifier "macTxPwrVal_t" is undefined .ccsproject /6lowpan_ti_15_4_project line 629, external location: C:\ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\ti154stack\common\mac_user_config_cc13x0_rftable.h C/C++ Problem
#20 identifier "macTxPwrVal_t" is undefined .ccsproject /6lowpan_ti_15_4_project line 649, external location: C:\ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\ti154stack\common\mac_user_config_cc13x0_rftable.h C/C++ Problem
#20 identifier "macTxPwrVal_t" is undefined .ccsproject /6lowpan_ti_15_4_project line 661, external location: C:\ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\ti154stack\common\mac_user_config_cc13x0_rftable.h C/C++ Problem
#20 identifier "macTxPwrVal_t" is undefined .ccsproject /6lowpan_ti_15_4_project line 675, external location: C:\ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\ti154stack\common\mac_user_config_cc13x0_rftable.h C/C++ Problem
#20 identifier "macTxPwrVal_t" is undefined .ccsproject /6lowpan_ti_15_4_project line 685, external location: C:\ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\ti154stack\common\mac_user_config_cc13x0_rftable.h C/C++ Problem
#20 identifier "macTxPwrVal_t" is undefined .ccsproject /6lowpan_ti_15_4_project line 706, external location: C:\ti\simplelink_cc13x0_sdk_2_20_00_38\examples\rtos\CC1310_LAUNCHXL\ti154stack\common\mac_user_config_cc13x0_rftable.h C/C++ Problem
#28 expression must have a constant value mac_user_config_cc13x0_subg_us_euro.h /6lowpan_ti_15_4_project/Application line 125 C/C++ Problem
#28 expression must have a constant value mac_user_config_cc13x0_subg_us_euro.h /6lowpan_ti_15_4_project/Application line 126 C/C++ Problem
#28 expression must have a constant value mac_user_config_cc13x0_subg_us_euro.h /6lowpan_ti_15_4_project/Application line 127 C/C++ Problem
gmake: *** [C:/Users/siva9/workspace_v8/6lowpan_ti_15_4_project/debug_push/obj/mac_user_config.obj] Error 1 6lowpan_ti_15_4_project    C/C++ Problem
gmake: Target 'all' not remade because of errors. 6lowpan_ti_15_4_project    C/C++ Problem

Here is the build console output file below.

Build_console_output.txt

The build settings are shown below.

build settings.docx

Could you please advise what I am doing wrong.

Best Regards,

Robert