Tool/software: Code Composer Studio
Tried some "resolved" solution in the forum but no positive result.
I cannot compile this example. I am running windows 10 (and no space in my user name and not using WINAVR).
CCS version 7, simple link SDK 1.50.0.58, XDC 3.50.3.33
I tried the installation on a Linux system and compile of the same app and all went fine.
Here is the error:
gmake[1]: Leaving directory `C:/Users/jmj/workspace_v7/simple_peripheral_cc2640r2lp_app/TOOLS/src/sysbios'
Build of libraries failed.
TOOLS/subdir_rules.mk:12: recipe for target 'build-1287780815-inproc' failed
0 [main] sh 15148 sync_with_child: child 8368(0x244) died before initialization with status code 0xC0000142
49 [main] sh 15148 sync_with_child: *** child state waiting for longjmp
More Complete listing below:
making C:/Users/jmj/workspace_v7/simple_peripheral_cc2640r2lp_app/TOOLS/src/sysbios/rom_sysbios.aem3 ...
gmake[1]: Entering directory `C:/Users/jmj/workspace_v7/simple_peripheral_cc2640r2lp_app/TOOLS/src/sysbios'
clem3 C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/kernel/tirtos/packages/ti/sysbios/BIOS.c ...
gmake[1]: Leaving directory `C:/Users/jmj/workspace_v7/simple_peripheral_cc2640r2lp_app/TOOLS/src/sysbios'
Build of libraries failed.
TOOLS/subdir_rules.mk:12: recipe for target 'build-1287780815-inproc' failed
0 [main] sh 15148 sync_with_child: child 8368(0x244) died before initialization with status code 0xC0000142
49 [main] sh 15148 sync_with_child: *** child state waiting for longjmp
C:/Users/jmj/AppData/Local/Temp/make11612-1.sh: fork: Resource temporarily unavailable
gmake[1]: *** [rom_sysbios.obj] Error 128
gmake: *** [C:/Users/jmj/workspace_v7/simple_peripheral_cc2640r2lp_app/TOOLS/src/sysbios/rom_sysbios.aem3] Error 2
error: xdc.cfg.SourceDir: "C:/ti/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:/ti/xdctools_3_50_03_33_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/app_ble_pem3.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/app_ble_pem3.xdl'
gmake.exe: *** [package/cfg/app_ble_pem3.xdl] Deleting file `package/cfg/app_ble_pem3.h'
gmake.exe: *** [package/cfg/app_ble_pem3.xdl] Deleting file `package/cfg/app_ble_pem3.c'
js: "C:/ti/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-1287780815-inproc] Error 1
gmake: *** [build-1287780815] Error 2
TOOLS/subdir_rules.mk:9: recipe for target 'build-1287780815' failed
Thank you for some help.
I have to work with a customer using Windows and cannot impose Linux, and in anyway this CCS should work on both
Jean-Marc