Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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.

RTOS/CC3200-LAUNCHXL: Unable to build CC3200 ti_rtos_config example - TI RTOS missing in resource explorer, build errors

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200, CC3200SDK, SYSBIOS

Tool/software: TI-RTOS

I have a CC3200 Launchpad board, and I have installed the following:

ccs_setup_7.2.0.00013.exe

cc3200sdk-1.3.0-windows-installer.exe

simplelink_cc32xx_sdk_1_40_01_00.exe

I am trying to follow the documentation, but the first thing I noticed is that there is no TI RTOS for CC32xx in the resource explorer - see screenshot 1 below.

Next, I manually downloaded and installed TI RTOS using:

tirtos_cc32xx_setupwin32_2_16_01_14.exe

TI RTOS is now visible under ti_rtos_config properties - see screenshot 2 below.

But despite trying all the XDC tool versions, I am simply not able to build the project. I get errors like:

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

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all
'Building file: C:/ti/CC3200SDK_1.3.0/cc3200-sdk/ti_rtos/ti_rtos_config/app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_02_25_core/xs" --xdcpath="C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3200 -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS" "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/ti_rtos/ti_rtos_config/app.cfg"
making package.mak (because of .xdcenv.mak) ...
configuring app.xem4 from package/cfg/app_pem4.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/ti/CC3200SDK_1.3.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios/sysbios.aem4 ...
gmake[1]: Entering directory `C:/ti/CC3200SDK_1.3.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios'
clem4 C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/BIOS.c ...
gmake[1]: Leaving directory `C:/ti/CC3200SDK_1.3.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios'
Build of libraries failed.
subdir_rules.mk:12: recipe for target 'build-11648687-inproc' failed
0 [main] sh 4800 sync_with_child: child 8664(0x1FC) died before initialization with status code 0xC0000142
700 [main] sh 4800 sync_with_child: *** child state waiting for longjmp
C:/Users/info/AppData/Local/Temp/make8584-1.sh: fork: Resource temporarily unavailable
gmake[1]: *** [BIOS.obj] Error 128
gmake: *** [C:/ti/CC3200SDK_1.3.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios/sysbios.aem4] Error 2
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/app_pem4.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/app_pem4.xdl'
gmake.exe: *** [package/cfg/app_pem4.xdl] Deleting file `package/cfg/app_pem4.h'
gmake.exe: *** [package/cfg/app_pem4.xdl] Deleting file `package/cfg/app_pem4.c'
js: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
subdir_rules.mk:9: recipe for target 'build-11648687' failed
gmake[2]: *** [build-11648687-inproc] Error 1
makefile:127: recipe for target 'all' failed
gmake[1]: *** [build-11648687] Error 2
gmake[1]: Target 'configPkg/linker.cmd' not remade because of errors.
gmake: *** [all] Error 2

**** Build Finished ****

I'd appreciate any help with setup. 

Thanks