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.

CCS/CC1350: cc1350

Part Number: CC1350
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

I get this error every time I run the example codes. And tried installing over again it also fails. How to fix this?

 

**** Build of configuration Debug for project hello_CC1350_LAUNCHXL_tirtos_ccs ****

"C:\\tiCSS\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
gmake[1]: Entering directory 'C:/Users/Kushan/CSSWORKSPACE/hello_CC1350_LAUNCHXL_tirtos_ccs/Debug'
'Building file: ../hello.cfg'
'Invoking: XDCtools'
"C:/tiCSS/xdctools_3_50_03_33_core/xs" --xdcpath="C:/tiCSS/simplelink_cc13x0_sdk_1_50_00_08/source;C:/tiCSS/simplelink_cc13x0_sdk_1_50_00_08/kernel/tirtos/packages;C:/tiCSS/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC1350F128 -r release -c "C:/tiCSS/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib -me --include_path=\"C:/Users/Kushan/CSSWORKSPACE/hello_CC1350_LAUNCHXL_tirtos_ccs\" --include_path=\"C:/tiCSS/simplelink_cc13x0_sdk_1_50_00_08/kernel/tirtos/packages/ti/sysbios/posix\" --include_path=\"C:/tiCSS/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include\" --define=DeviceFamily_CC13X0 -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on " "../hello.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring hello.xem3 from package/cfg/hello_pem3.cfg ...
generating custom ROM library makefile ...
Starting build of library sources ...
making C:/Users/Kushan/CSSWORKSPACE/hello_CC1350_LAUNCHXL_tirtos_ccs/src/sysbios/rom_sysbios.aem3 ...
gmake[1]: Entering directory `C:/Users/Kushan/CSSWORKSPACE/hello_CC1350_LAUNCHXL_tirtos_ccs/src/sysbios'
clem3 C:/tiCSS/simplelink_cc13x0_sdk_1_50_00_08/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
gmake[1]: Leaving directory `C:/Users/Kushan/CSSWORKSPACE/hello_CC1350_LAUNCHXL_tirtos_ccs/src/sysbios'
Build of libraries failed.
subdir_rules.mk:33: recipe for target 'build-1397698895-inproc' failed
0 [main] sh 11524 sync_with_child: child 8296(0x1F4) died before initialization with status code 0xC0000142
23 [main] sh 11524 sync_with_child: *** child state waiting for longjmp
C:/Users/Kushan/AppData/Local/Temp/make4448-1.sh: fork: Resource temporarily unavailable
gmake[1]: *** [rom_sysbios.obj] Error 128
gmake: *** [C:/Users/Kushan/CSSWORKSPACE/hello_CC1350_LAUNCHXL_tirtos_ccs/src/sysbios/rom_sysbios.aem3] Error 2
error: xdc.cfg.SourceDir: "C:/tiCSS/xdctools_3_50_03_33_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/tiCSS/xdctools_3_50_03_33_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/hello_pem3.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/hello_pem3.xdl'
gmake.exe: *** [package/cfg/hello_pem3.xdl] Deleting file `package/cfg/hello_pem3.h'
gmake.exe: *** [package/cfg/hello_pem3.xdl] Deleting file `package/cfg/hello_pem3.c'
js: "C:/tiCSS/xdctools_3_50_03_33_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1397698895-inproc] Error 1
gmake: *** No rule to make target 'build-1397698895', needed by 'configPkg/compiler.opt'.
gmake[1]: Leaving directory 'C:/Users/Kushan/CSSWORKSPACE/hello_CC1350_LAUNCHXL_tirtos_ccs/Debug'
gmake: *** No rule to make target 'build-1397698895', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-1397698895', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.