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.
Hello,
The 'tirtos_builds_CC3225SF_LAUNCHXL_release_ccs' project builds with no errors using SimpleLink CC32xx SDK [5.20.0.06] :
But, changing to SimpleLink CC32xx SDK [7.10.0.13], I get a 'PACKAGE_NOT_FOUND' error:
**** Build of configuration Release for project tirtos_builds_CC3235SF_LAUNCHXL_release_ccs ****
"C:\\ti\\ccs1240\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
making ../src/sysbios/sysbios.aem4 ...
gmake[1]: Nothing to be done for 'all'.
Building file: "../release.cfg"
Invoking: XDCtools
"C:/ti/ccs1240/xdctools_3_62_01_16_core/xs" --xdcpath="C:/ti/simplelink_cc32xx_sdk_7_10_00_13/.;C:/ti/ccs1240/xdctools_3_62_01_16_core/packages;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/source;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/kernel/tirtos/packages;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/kernel/tirtos7/packages;C:/ti/simplelink_cc32xx_sdk_7_10_00_13;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3220SF -r release -c "C:/ti/ccs1240/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS" "../release.cfg"
making package.mak (because of .xdcenv.mak) ...
configuring release.xem4 from package/cfg/release_pem4.cfg ...
subdir_rules.mk:12: recipe for target 'build-227995105-inproc' failed
js: "C:/Users/RJL/workspace_v12/tirtos_builds_CC3235SF_LAUNCHXL_release_ccs/release.cfg", line 568: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.posix.tirtos' along the path: 'C:/ti/simplelink_cc32xx_sdk_7_10_00_13;C:/ti/ccs1240/xdctools_3_62_01_16_core/packages;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/source;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/kernel/tirtos/packages;C:/ti/simplelink_cc32xx_sdk_7_10_00_13/kernel/tirtos7/packages;C:/ti/ccs1240/xdctools_3_62_01_16_core/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/release_pem4.cfg", line 189
gmake.exe: *** [package.mak:202: package/cfg/release_pem4.xdl] Error 1
gmake.exe: *** [package/cfg/release_pem4.xdl] Deleting file 'package/cfg/release_pem4.h'
gmake.exe: *** [package/cfg/release_pem4.xdl] Deleting file 'package/cfg/release_pem4.c'
js: "C:/ti/ccs1240/xdctools_3_62_01_16_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[2]: *** [build-227995105-inproc] Error 1
gmake[1]: *** [build-227995105] Error 2
gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors.
gmake: *** [all] Error 2
subdir_rules.mk:9: recipe for target 'build-227995105' failed
makefile:127: recipe for target 'all' failed
**** Build Finished ****
Is the circled auto-generated include file correct?
How do I fix this?
Thanks,
Rob
Hi Rob,
It seems that your project is based on TI-RTOS 6 but support for this version was dropped at latest SDK. Latest SDK (7.10.0.13) supports TI-RTOS 7 only. But please wait for confirmation from TI side.
To add support of latest SDK into your project, you will need to port to TI-RTOS 7. I am not able say how much effort this can take at your case.
Personally I give up migration to SDK 7.10.0.13 and I stayed at SDK 6.10.00.05. I have backported important component/changes to SDK 6.10.0.5. Full migration to SDK 7.10.0.13 will be very hard at my project.
Jan