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.

Build error in default Ti RTOS for CC3200

Other Parts Discussed in Thread: CC3200, SYSBIOS, CC3200SDK

Hi,

I was trying out the getting started example for CC3200 on CCS

Installed the TI RTOS & CC3200 add ons

The ti_rtos_config project was setup with default settings , but its throwing the following errors:

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

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
'Building target: configPkg/linker.cmd'
'Invoking: XDCtools'
"c:/ti/xdctools_3_30_03_47_core/xs"

--xdcpath="c:/ti/ccsv6/ccs_base;c:/ti/tirtos_simplelink_2_01_00_03/packages;c:/ti/tirtos_simplelink_2_01_00_03/products/bios_6_40_03_39/packages;c:/ti/tirtos_simplelink_2_01_00_03/products/uia_2_00_01_34/packages;C:/ti/tirtos_simplelink_2_01_00_03/products/bios_6_40_03_39/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3200 -r release -c "c:/ti/ccsv6/tools/compiler/arm_5.1.6" ../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 ...

aking C:/ti/CC3200SDK/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios/sysbios.aem4 ...
gmake[1]: Entering directory `C:/ti/CC3200SDK/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios'
clem4 C:/ti/tirtos_simplelink_2_01_00_03/products/bios_6_40_03_39/packages/ti/sysbios/BIOS.c ...
0 [main] sh 5200 sync_with_child: child 2560(0x1D0) died before initialization with status code 0xC0000142
23 [main] sh 5200 sync_with_child: *** child state waiting for longjmp
C:/Users/GIREES~1/AppData/Local/Temp/make6620-1.sh: fork: Resource temporarily unavailable
gmake[1]: *** [BIOS.obj] Error 128
gmake[1]: Leaving directory `C:/ti/CC3200SDK/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios'
gmake: *** [C:/ti/CC3200SDK/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios/sysbios.aem4] Error 2
Build of libraries failed.

Please suggest what is it that  i am missing