在编译simplelink_cc13x0_sdk_1_00_00_13\examples\rtos\CC1350_LAUNCHXL的例程出现如下错误,找不到ti.platforms.simplelink这个错误是在编译tirtos_builds_CC1350_LAUNCHXL_release_ccs工程时出现的,而里面的例子好像都跟这个工程关联。
我在编译ble_sdk_2_02_01_18和ti-15.4-stack-sdk_2_00_00_25的cc1350lp里面的例程没有出现过问题。
编译simplelink_cc13x0_sdk_1_00_00_13的例程还需要安装别的东西吗?或者跟别的软件有冲突?我的机器上没有安装cygwin , tirtos_cc13xx_cc26xx_2_20_01_08也安装了。
CCS版本 Version: 6.2.0.00050
有没有哪位大神知道原因啊!!!
**** Build of configuration Default for project tirtos_builds_CC1350_LAUNCHXL_release_ccs ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: configPkg/linker.cmd'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_01_22_core/xs" --xdcpath="C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC1350F128 -r release -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.4.LTS" --compileOptions " -DDEVICE_FAMILY=cc13x0 " ../release.cfg
makefile:40: recipe for target 'configPkg/linker.cmd' failed
js: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.simplelink'. TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_32_01_22_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/ccsv6/ccs_base;C:\ti\xdctools_3_32_01_22_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****