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.

CCS: on

Tool/software: Code Composer Studio

hello all,

i am working on ccs 6.0.2 version for the past few days presently i am working on speech recogniser kit but i am getting many error as

"/home/user/ti/bios_5_42_01_09/xdctools/tconf" -b -Dconfig.importPath="/home/user/ti/bios_5_42_01_09/packages;" "../BF_rt_bios_cfg.tcf"
subdir_rules.mk:14: recipe for target 'build-245787055' failed
gmake: *** [build-245787055] Error 7
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

i an not be able to find errors can anyone give ideas to reduce errors

  • Please provide as much detail as possible about the project you are trying to build. Is it a TI provided example project or your own custom project?

    Also please copy and paste the full output seen in the CCS build console into a text file and attach it here.

  • i am working on speech reconize_system for the past three days.when i am building TlesrDemoC55 and BF_rt_bios i am getting error as below



    for TIesrDemoC55
    **** Build of configuration Debug for project TIesrDemoC55 ****

    /home/user/ccsv6/utils/bin/gmake -k all
    Building file: /home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/build/TIesrDemoC55.tcf
    Invoking: TConf
    "/home/user/ti/bios_5_42_01_09/xdctools/tconf" -b -Dconfig.importPath="/home/user/ti/bios_5_42_01_09/packages;" "/home/user/ti/c55_lp/c55_csl_3.07/demos/TIesr/c5535/TIesr_C55_demo/build/TIesrDemoC55.tcf"
    subdir_rules.mk:7: recipe for target 'build-1483366785' failed
    gmake: *** [build-1483366785] Error 7
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****





    *** Build of configuration Debug for project BF_rt_bios ****

    /home/user/ccsv6/utils/bin/gmake -k all
    Building file: ../BF_rt_bios_cfg.tcf
    Invoking: TConf
    "/home/user/ti/bios_5_42_01_09/xdctools/tconf" -b -Dconfig.importPath="/home/user/ti/bios_5_42_01_09/packages;" "../BF_rt_bios_cfg.tcf"
    subdir_rules.mk:14: recipe for target 'build-245787055' failed
    gmake: *** [build-245787055] Error 7
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****


    this is the error where i am getting AartiG
  • I see that you are building a C55 demo project. I am going to move this thread to the C5000 device forum as the experts there are more familiar with this demo and should be able to assist better here.
  • ktr,
    Do you have DSP BIOS 5_42_00_07 as mentioned in the instructions www.ti.com/.../tidubj5a.pdf installed?
    software-dl.ti.com/.../index_FDS.html

    Lali
  • Lali'


    Thank you Lali. It is working
    ktr