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.

Warnings after update to SDK 5.30

Guru 73205 points
Part Number: CC3220MOD
Other Parts Discussed in Thread: SYSBIOS

Hi Team,

I moving my current project to latest SDK 5.30 from previous SDK version, but I have few issues related to latest SDK.

  • pre-compiled library display.a was renamed to display_cc32xx.a (ti/display/lib/ccs/m4/*). I don't understand reason of renaming of this library, but this is not big deal.
  • I have two new warning when I compile RTSC project. Obviously something was broken with backward compatibility.

Invalid project path: Include path not found (C:\ti\simplelink_cc32xx_sdk_5_30_00_08\.;C::\ti\xdctools_3_51_03_28_core\packages).
XDCpath repository 'C:/ti/simplelink_cc32xx_sdk_5_30_00_08/.;C:/ti/xdctools_3_51_03_28_core/packages' cannot be found! Visit project's 'Properties > General > RTSC' tab to adjust the XDCpath.

**** Build of configuration Debug for project wifi-sensor-gen2-tirtos-config ****

"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O 
 
Building file: "../release.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/ccsv8/ccs_base;C:/ti/simplelink_cc32xx_sdk_5_30_00_08/.;C:/ti/xdctools_3_51_03_28_core/packages;C:/ti/simplelink_cc32xx_sdk_5_30_00_08/source;C:/ti/simplelink_cc32xx_sdk_5_30_00_08/kernel/tirtos/packages;C:/ti/simplelink_cc32xx_sdk_5_30_00_08/kernel/tirtos7/packages;C:/ti/simplelink_cc32xx_sdk_5_30_00_08;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3220SF -r release -c "C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.8.LTS" "../release.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring release.xem4 from package/cfg/release_pem4.cfg ...
generating custom ti.sysbios library makefile ... 
Starting build of library sources ...
making C:/Users/Hnz/workspace_cc3220/wifi-sensor-gen2-tirtos-config/src/sysbios/sysbios.aem4 ...
clem4 C:/ti/simplelink_cc32xx_sdk_5_30_00_08/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
asmem4 C:/ti/simplelink_cc32xx_sdk_5_30_00_08/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
asmem4 C:/ti/simplelink_cc32xx_sdk_5_30_00_08/kernel/tirtos/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
asmem4 C:/ti/simplelink_cc32xx_sdk_5_30_00_08/kernel/tirtos/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
asmem4 C:/ti/simplelink_cc32xx_sdk_5_30_00_08/kernel/tirtos/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
arem4 BIOS.obj m3_Hwi_asm.obj m3_Hwi_asm_switch.obj m3_IntrinsicsSupport_asm.obj m3_TaskSupport_asm.obj ...
Build of libraries done.
clem4 package/cfg/release_pem4.c ...
Finished building: "../release.cfg"
 
        1 file(s) copied.
making ../src/sysbios/sysbios.aem4 ...
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Nothing to be done for 'configPkg/linker.cmd'.
making ../src/sysbios/sysbios.aem4 ...
gmake[2]: Nothing to be done for 'all'.

**** Build Finished ****

With new SDK is xdcpath is broken somehow (see C:/ti/simplelink_cc32xx_sdk_5_30_00_08/.). For my project I use slightly obscure environment, but it should still works with latest SDK.

I use:

- CCS 8.3.1 (latest 32bit version)

- xdctools_3_51_03_28 (latest 32bit version)

- compiler TI v18.1.8..LTS or TI v20.2.5.LTS (issue is not related to compiler version)

Any idea why latest SDK generate wrong xdcpath?

Thanks for any hint.

Regards,

Jan