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.

CODECOMPOSER: Eclipse make missing strange batch file

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

  • Hello Alexander,

    Can you provide a test case that I can reproduce on my local environment? It can be a stripped down version of your project (the simpler the better) as long as the issue can reproduced, ideally a self contained project where all the files are in the project folder.

    Thanks

    ki

  • Hello Ki,

    unfortunately the problem disappears when I try to remove complexity of the project. So I am not able to provide a testcase.

    Can you give me a general hint how I could produce such a problem? Something must be terribly wrong...

    BR

    Alexander

  • It is difficult to analyze the issue without a reproducible test case. It appears to be a generic make failure. I'm not sure what the issue is. Likely it had issues generating the bat file in the specified directory. If you have any antivirus or related security software running on your PC, can you try temporarily disabling it to see if that helps?