Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSCONFIG
Hi experts,
I have a project for AM243X R5F with
- CCS 12.6.0.00008
- TI Clang 3.2.1 LTS
- Industrial communications SDK 9.1.0.03
- SysConfig 1.19.0
While merging branches, I got to a state where I cannot build the project. The error message is
**** Build of configuration Debug for project FW_EXE_Control ****
"C:\\DevTools\\TI\\ccs1260\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
subdir_rules.mk:9: recipe for target 'build-1826579759' failed
process_begin: CreateProcess(C:\pro\1900\d5base\firmware\FW_EXE_Control\Debug\make4568-1.bat, C:\pro\1900\d5base\firmware\FW_EXE_Control\Debug\make4568-1.bat, ...) failed.
make (e=267): Der Verzeichnisname ist ungültig.
gmake: *** [build-1826579759] Error 267
gmake: Target 'all' not remade because of errors.**** Build Finished ****
The directory C:\pro\1900\d5base\firmware\FW_EXE_Control\Debug exists, but the requestre batch file does not.
When I try to do the command directly, it works (though there are compile errors)
C:\pro\1900\d5base\firmware\FW_EXE_Control\Debug>"C:\\DevTools\\TI\\ccs1260\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
'Building file: "syscfg/ti_dpl_config.c"'
'Invoking: Arm Compiler'
[...]
How can I get the CCS make running again?
BR
Alexander