微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI WIFI设计交流 > 关于CC3200 编译ti_rtos_config 失败

关于CC3200 编译ti_rtos_config 失败

时间:10-02 整理:3721RD 点击:


**** Build of configuration Default for project ti_rtos_config ****

"D:\\CC3200 LaunchPad\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: configPkg/linker.cmd'
'Invoking: XDCtools'
"D:/CC3200 LaunchPad/ti/xdctools_3_31_01_33_core/xs" --xdcpath="D:/CC3200 LaunchPad/ti/ccsv6/ccs_base;D:/CC3200 LaunchPad/ti/tirtos_simplelink_2_14_03_28/packages;D:/CC3200 LaunchPad/ti/tirtos_simplelink_2_14_03_28/products/bios_6_42_03_35/packages;D:/CC3200 LaunchPad/ti/tirtos_simplelink_2_14_03_28/products/uia_2_00_02_39/packages;D:/CC3200 LaunchPad/ti/tirtos_simplelink_2_14_03_28/products/bios_6_40_03_39/packages;D:/CC3200 LaunchPad/ti/tirtos_simplelink_2_14_03_28/products/uia_2_00_01_34/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3200 -r release -c "D:/CC3200 LaunchPad/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6" D:/CC3200\ LaunchPad/ti/CC3200SDK_1.1.0/cc3200-sdk/ti_rtos/ti_rtos_config/app.cfg
xdc.tools.configuro: extraneous arguments ignored: 'LaunchPad/ti/CC3200SDK_1.1.0/cc3200-sdk/ti_rtos/ti_rtos_config/app.cfg ...'
Usage: xs xdc.tools.configuro [--help]
[-v | -q]
[-@ optionsfile]
[-o outdir]
[-b config_bld | -c codegen_dir | --cb]
[-t target] [-p platform[:instance]] [-r profile]
[-Dname=value]
[-w | -x regexp]
[--rtsName pkg_name]
[--cfgArgs args_string]
[--linkTemplate linker_template]
[--pkg] [--generationOnly]
[--compileOptions compile_options_string]
[--linkOptions linker_options_string]
[--oc compiler.opt] [--ol linker.cmd]
infile.cfg
js: "D:/CC3200 LaunchPad/ti/xdctools_3_31_01_33_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: Error: can't open input file 'D:/CC3200\'
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

求帮忙解决!

CC3200 TI RTOS 插件安装了吗?重启下CCS看是否有TI-RTOS 相关配置

http://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/f/968/p/365465/1298240

---------

I managed to resolve the issue. Please find the details below. If this works for you as well you may verify the answer.

In the Guide there is a screenshot for project properties->General->RTSC(Tab)->Products and Repositories(tab).

In the TI RTOS for simple wireless MCU there is a single option 2.0.2.36 option in the screeshot, where as I was getting two options

2.0.2.36

2.1.0.03

I checked 2.1.0.03 also and that did the trick. Screenshot attached for your reference.

——————————————

Just encountered a VERY similar issue while trying to build for the TM4C129 platform with a CC2564 cape. CCS code not find the the ti.platforms.tiva package and gave the following nasty error.

'Building file: C:/ti/Connectivity/CC256X BT/CC256x M4 Bluetopia SDK/v1.2 R2/Cortex_M4/Sample/SPPDemo/TI_RTOS/TIRTOS.cfg'
'Invoking: XDCtools'
"c:/ti/xdctools_3_30_05_60_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_10_01_38/packages;C:/ti/tirtos_tivac_2_10_01_38/products/bios_6_40_02_27/packages;C:/ti/tirtos_tivac_2_10_01_38/products/ndk_2_23_01_01/packages;C:/ti/tirtos_tivac_2_10_01_38/products/uia_2_00_01_34/packages;c:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C129XNCZAD -r release -c "c:/ti/ccsv6/tools/compiler/arm_5.1.8" --compileOptions "-g --optimize_with_debug" "C:/ti/Connectivity/CC256X BT/CC256x M4 Bluetopia SDK/v1.2 R2/Cortex_M4/Sample/SPPDemo/TI_RTOS/TIRTOS.cfg"
js: "C:/ti/xdctools_3_30_05_60_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.tiva'. TI platforms are no longer shipped as part of XDCtools (c:\ti\xdctools_3_30_05_60_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/tirtos_tivac_2_10_01_38/packages;C:/ti/tirtos_tivac_2_10_01_38/products/bios_6_40_02_27/packages;C:/ti/tirtos_tivac_2_10_01_38/products/ndk_2_23_01_01/packages;C:/ti/tirtos_tivac_2_10_01_38/products/uia_2_00_01_34/packages;C:/ti/ccsv6/ccs_base;c:\ti\xdctools_3_30_05_60_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
gmake[1]: *** [configPkg/linker.cmd] Error 1
gmake[1]: Target `main-build' not remade because of errors.
gmake: *** [all] Error 2

It turned out that since the RTOS version was set to an earlier version which was not installed and by default falling back to my later version the compiler was not able to resolve the platform until the latest/existing  version (in my case 2.10.1.38)  of  RTOS is manually checked.

Hope this helps somebody!

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top