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.

TMS320F28379D: CCS subdir_rules.mk error on gmake.

Part Number: TMS320F28379D
Other Parts Discussed in Thread: CODECOMPOSER, C2000WARE

Hello,

I'm trying to compile my source code, about a month everithing working as expected now I ma having the next error when I try to compile:


**** Build of configuration CPU1_RAM for project gpio_ex2_toggle ****

"C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

Building file: "../gpio_ex2_toggle.syscfg"
subdir_rules.mk:16: recipe for target 'build-97286625' failed
gmake: *** [build-97286625] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

I try to create new project, use the examples an even make a new installation of the CodeComposer Studio but the error remains.

 I am using CodeComposer10.4.0 with C2000Ware_3_04_00_00 

Thanks in advance,

    Daniel

  • Can you let us know if you installed any new updates to CCS? Can you attach a file with the full results from the console output window.

  • Hello Ozino,

    I don't remember to have installed updates on CSS.

    The version I am using is :

    Code Composer Studio

    Version: 10.4.0.202105291800
    Build id: N202105291800 

    the result from the console output are this :

    **** Build of configuration CPU1_RAM for project gpio_ex2_toggle ****

    "C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

    Building file: "../gpio_ex2_toggle.syscfg"
    subdir_rules.mk:16: recipe for target 'build-97286625' failed
    gmake: *** [build-97286625] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    Nothing more.

    I don't know why the CCS is still not working on my PC, I have resolved with new installation of CCS and C2000Ware on a Virtual Machine in my PC.

    Inside the Virtual Machine the compilation works.

     Thanks,

        Daniel