Hi everyone,
I try to create a new project for a BLE application, unfortunately I have an error since the beginning of the afternoon and can't find the solution. The error I get is :
xdc.cfg.SourceDir: Build of generated source libraries failed: exit status = 2;
and the compilation error code is:
js: "C:/ti/xdctools_3_30_06_67_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed! gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Error 1 gmake.exe: *** Deleting file `package/cfg/appBLE_pem3.xdl' gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Deleting file `package/cfg/appBLE_pem3.h' gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Deleting file `package/cfg/appBLE_pem3.c' js: "C:/ti/xdctools_3_30_06_67_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.
The error is pointing to SourceDir.xs :
if (result) { this.$logError( "Build of generated source libraries failed: exit status = " + status.exitStatus + ((status.errors != null) ? (":\n" + status.errors) : ""), this); result = status.exitStatus; }
Thanks in advance for your help !
Have a nice day
Sebastien