Hi all,
Im having issue building the ti_rtos_config project.
OS: Win 8.1
CCS version:6.0.1.00040
CC3200 SDK and addons are all updated and TIRTOS for Simplelink is installed. However I get the error below. I tried on my old WinXP machine the exact same installation steps and it works but on the Win8 machine it doesnt.
I get an error: gmake: *** [C:/ti/CC3200SDK_1.0.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios/sysbios.aem4] Error 2
The console output is below. I cleaned first and then built:
**** Clean-only build of configuration Default for project ti_rtos_config ****
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F
process_begin: CreateProcess(NULL, DEL /F, ...) failed.
make (e=2): The system cannot find the file specified.
gmake: [clean] Error 2 (ignored)
RMDIR /S/Q "configPkg\"
'Finished clean'
' '
**** Build Finished ****
**** 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_04_52_core/xs" --xdcpath="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/ccsv6/ccs_base;" 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.8" 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 19928 sync_with_child: child 9692(0x1C8) died before initialization with status code 0xC0000142
18 [main] sh 19928 sync_with_child: *** child state waiting for longjmp
C:/Users/Stevan/AppData/Local/Temp/make6336-1.sh: fork: Resource temporarily unavailable
gmake[1]: Leaving directory `C:/ti/CC3200SDK_1.0.0/cc3200-sdk/ti_rtos/ti_rtos_config/src/sysbios'
gmake[1]: *** [BIOS.obj] Error 128
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_04_52_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_04_52_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_04_52_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 ****
Any advice on this would be great? Thanks.
Stevan