Quantcast
Viewing all articles
Browse latest Browse all 262198

CCS/LAUNCHXL-CC1350: Problems to compile example in fresh install CCSv7

Part Number:LAUNCHXL-CC1350

Tool/software: Code Composer Studio

HI, i recently have installed CCS 7.1 and SDK simplelink_cc13x0_sdk_1_30_00_06 on windows machine. Then i tried compile the first example (rfPacktTx_CC1350_LAUNCHPADXL_tirtos_ccs) but the Build stopped with errors. From console of  "rfPacktTx_CC1350_LAUNCHPADXL_tirtos_ccs" the output is:

**** Clean-only build of configuration Debug for project rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -j 2 -j 2 -k -j 4 clean -O 
DEL /F  "rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs.hex"  "rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs.out" 
DEL /F "CC1350_LAUNCHXL.obj" "ccfg.obj" "rfPacketTx.obj" "smartrf_settings\smartrf_settings.obj" 
DEL /F "CC1350_LAUNCHXL.d" "ccfg.d" "rfPacketTx.d" "smartrf_settings\smartrf_settings.d" 
No se pudo encontrar C:\Users\fondef\workspace_v7\rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs\Debug\rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs.hex
No se pudo encontrar C:\Users\fondef\workspace_v7\rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs\Debug\CC1350_LAUNCHXL.obj
No se pudo encontrar C:\Users\fondef\workspace_v7\rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs\Debug\smartrf_settings\smartrf_settings.obj
No se pudo encontrar C:\Users\fondef\workspace_v7\rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs\Debug\CC1350_LAUNCHXL.d
No se pudo encontrar C:\Users\fondef\workspace_v7\rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs\Debug\smartrf_settings\smartrf_settings.d
'Finished clean'
' '

**** Build Finished ****
Buildfile generation error occurred..
Cannot build project. Referenced RTSC Configuration project 'tirtos_builds_CC1350_LAUNCHXL_release_ccs' contains build-errors.
Build stopped..

And the output from "tirtos_builds_CC1350_LAUNCHXL_release_ccs"

**** Build of configuration Debug for project tirtos_builds_CC1350_LAUNCHXL_release_ccs ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O 
making ../src/sysbios/rom_sysbios.aem3 ...
gmake[1]: Entering directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'
asmem3 C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
7 Assembly Errors, 1 Assembly Warning

>> Compilation failure
makefile:38: recipe for target 'm3_Hwi_asm.obj' failed
"C:\ti\simplelink_cc13x0_sdk_1_30_00_06\kernel\tirtos\packages\ti\sysbios\family\arm\m3\package/internal/Hwi.xdc.h", line 15: fatal error: cannot open source file "ti/sysbios/family/arm/m3/Hwi.h"
Compilation terminated.
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", WARNING! at line 37:
 [E1000]
         error while processing C code in .cdecls directive
	        .cdecls C,NOLIST,"package/internal/Hwi.xdc.h"

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 52:
 [E0004]
         Structure/Union tag symbol expected
	ti_sysbios_family_arm_m3_Hwi_Module__state__V .tag ti_sysbios_family_arm_m3_Hwi_Module_State

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 98:
 [E0004]
         Absolute, well-defined integer value expected
	    .if ti_sysbios_Build_useIndirectReferences

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 98:
 [R0001]
         After symbol substitution the line became:
	    .if FALSE

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 159:
 [E0004]
         Absolute, well-defined integer value expected
	    .if ti_sysbios_Build_useIndirectReferences

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 159:
 [R0001]
         After symbol substitution the line became:
	    .if FALSE

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 252:
 [E0004]
         Absolute, well-defined integer value expected
	    .if ti_sysbios_Build_useIndirectReferences

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 252:
 [R0001]
         After symbol substitution the line became:
	    .if FALSE

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 256:
 [E0009]
         Missing struct/union member or tag
	swiTaskKeyAddr:         .word           ti_sysbios_family_arm_m3_Hwi_Module__state__V.swiTaskKeys

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 278:
 [E0004]
         Absolute, well-defined integer value expected
	    .if ti_sysbios_BIOS_smpEnabled__D

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 278:
 [R0001]
         After symbol substitution the line became:
	    .if FALSE

"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at EOF:
 [E0300]
         The following symbols are undefined:
  FALSE
  swiTaskKeys
  ti_sysbios_family_arm_m3_Hwi_Module_State
  ti_sysbios_family_arm_m3_Hwi_Module__state__V

Errors in Source - Assembler Aborted
gmake[1]: *** [m3_Hwi_asm.obj] Error 1
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/BIOS.c", line 36: fatal error: cannot open source file "xdc/std.h"
1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/BIOS.c".
Compilation terminated.
gmake[1]: *** [rom_sysbios.obj] Error 1
gmake[1]: Leaving directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'
gmake[1]: Entering directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'
clem3 C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/BIOS.c ...

>> Compilation failure
makefile:55: recipe for target 'rom_sysbios.obj' failed
gmake[1]: Target 'all' not remade because of errors.
gmake: *** [../src/sysbios/rom_sysbios.aem3] Error 2
gmake[1]: Leaving directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'
../src/makefile.libs:56: recipe for target '../src/sysbios/rom_sysbios.aem3' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

I understand (by read output console) that the compiler doesn't find some files, but this files were installed with the SDK, at least they can be located in the file system. For other hand, also i have installed in my system other eclipse based IDE, BeyondStudio, that i use to programming wireless uController (not cc1350). I don't know if there are compatibility problems, but i already have installed two times the CCS with the same result.

do you some idea that can help me? Thanks in advance. 

 


**** Build of configuration Debug for project tirtos_builds_CC1350_LAUNCHXL_release_ccs ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O making ../src/sysbios/rom_sysbios.aem3 ...gmake[1]: Entering directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'asmem3 C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...7 Assembly Errors, 1 Assembly Warning
>> Compilation failuremakefile:38: recipe for target 'm3_Hwi_asm.obj' failed"C:\ti\simplelink_cc13x0_sdk_1_30_00_06\kernel\tirtos\packages\ti\sysbios\family\arm\m3\package/internal/Hwi.xdc.h", line 15: fatal error: cannot open source file "ti/sysbios/family/arm/m3/Hwi.h"Compilation terminated."C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", WARNING! at line 37: [E1000]         error while processing C code in .cdecls directive       .cdecls C,NOLIST,"package/internal/Hwi.xdc.h"
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 52: [E0004]         Structure/Union tag symbol expectedti_sysbios_family_arm_m3_Hwi_Module__state__V .tag ti_sysbios_family_arm_m3_Hwi_Module_State
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 98: [E0004]         Absolute, well-defined integer value expected   .if ti_sysbios_Build_useIndirectReferences
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 98: [R0001]         After symbol substitution the line became:   .if FALSE
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 159: [E0004]         Absolute, well-defined integer value expected   .if ti_sysbios_Build_useIndirectReferences
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 159: [R0001]         After symbol substitution the line became:   .if FALSE
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 252: [E0004]         Absolute, well-defined integer value expected   .if ti_sysbios_Build_useIndirectReferences
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 252: [R0001]         After symbol substitution the line became:   .if FALSE
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 256: [E0009]         Missing struct/union member or tagswiTaskKeyAddr:         .word           ti_sysbios_family_arm_m3_Hwi_Module__state__V.swiTaskKeys
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at line 278: [E0004]         Absolute, well-defined integer value expected   .if ti_sysbios_BIOS_smpEnabled__D
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", REMARK   at line 278: [R0001]         After symbol substitution the line became:   .if FALSE
"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M", ERROR!   at EOF: [E0300]         The following symbols are undefined:  FALSE  swiTaskKeys  ti_sysbios_family_arm_m3_Hwi_Module_State  ti_sysbios_family_arm_m3_Hwi_Module__state__V
Errors in Source - Assembler Abortedgmake[1]: *** [m3_Hwi_asm.obj] Error 1"C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/BIOS.c", line 36: fatal error: cannot open source file "xdc/std.h"1 catastrophic error detected in the compilation of "C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/BIOS.c".Compilation terminated.gmake[1]: *** [rom_sysbios.obj] Error 1gmake[1]: Leaving directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'gmake[1]: Entering directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'clem3 C:/ti/simplelink_cc13x0_sdk_1_30_00_06/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
>> Compilation failuremakefile:55: recipe for target 'rom_sysbios.obj' failedgmake[1]: Target 'all' not remade because of errors.gmake: *** [../src/sysbios/rom_sysbios.aem3] Error 2gmake[1]: Leaving directory 'C:/Users/fondef/workspace_v7/tirtos_builds_CC1350_LAUNCHXL_release_ccs/src/sysbios'../src/makefile.libs:56: recipe for target '../src/sysbios/rom_sysbios.aem3' failedgmake: Target 'all' not remade because of errors.
**** Build Finished ****


Viewing all articles
Browse latest Browse all 262198

Trending Articles