I'm trying to run through Project0 for my CC3200 Launchpad kit, and I have the following errors while trying to build ti_rtos_config:
**** 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;" 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" C:/ti/CC3200SDK_1.0.0/cc3200-sdk/ti_rtos/ti_rtos_config/app.cfg
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
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.0.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios/sysbios.aem4 ...
gmake[1]: Entering directory `C:/ti/CC3200SDK_1.0.0/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 68816 sync_with_child: child 68376(0x1D0) died before initialization with status code 0xC0000142
14 [main] sh 68816 sync_with_child: *** child state waiting for longjmp
C:/Users/Dan/AppData/Local/Temp/make66676-1.sh: fork: Resource temporarily unavailable
gmake[1]: *** [BIOS.obj] Error 128
gmake[1]: Leaving directory `C:/ti/CC3200SDK_1.0.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios'
gmake: *** [C:/ti/CC3200SDK_1.0.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios/sysbios.aem4] Error 2
Build of libraries failed.
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_30_03_47_core/packages/xdc/cfg/SourceDir.xs", line 184: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
js: "C:/ti/xdctools_3_30_03_47_core/packages/xdc/cfg/Main.xs", line 159: 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_30_03_47_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
I've uninstalled, cleaned *everything* TI off of my computer, and reinstalled to find the same error. the "simplelink" program builds just fine.
This is on Windows 8.1 x64. What's odd is that I can build the project fine at home on my Windows 7 x64 computer, but I can't really use that for all of my development at work. Can anyone verify that they can build in Windows8 or 8.1? Or am I just banging my head against an incompatibility?
Versions:
CCS: 6.0.1.00040
CC3200 SDK : 1.0.0.4
TI_RTOS for SimpleLink: 2.1.0.03
XDC Tools: 3.30.1.52_core, 3.30.03.47_core
TI Compiler: Same failure for 5.1.6 and 5.1.8
Windows: 8.1 x64
Any help would be greatly appreciated - I'm new to the TI/CCS/ARM world (from Microchip/PIC) and don't really know where to go from here.
Thanks a ton
Dan