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.

DSK6713 + CCS v5.02

Other Parts Discussed in Thread: CCSTUDIO

Hi,

Install ccv5 and want to take an example of tone I compile and run ok in ccs v3.1. when I import a ccs v5.02 and I build all I get this error:
Build of configuration Debug **** for project tone ****

C: \ you \ ccsv5 \ utils \ bin \ gmake-k all
'Building file: .. / build-tone.tcf'
'Invoking: TConf'
"C :/ ti/xdctools_3_23_03_53/tconf"-b-Dconfig.importPath = "C :/ ti/bios_5_41_13_42/packages," ".. / Build-tone.tcf"
remark: using deprecated form of loadPlatform ()
remark: environment ["ti.bios.oldMemoryNames"] = true
js: "C :/ ti/xdctools_3_23_03_53/include/utils.tci", line 962: Error: Can not load platform definition 'ti.platforms.dsk6713': Error: Can not find seed configuration: c :/ ti / bios_5_41_13_42/packages/ti/bios/config/cdb/c6x1x.cdb
gmake: *** [build-tonecfg.cmd] Error 1

However I have installed the platform 'ti.platforms.dsk6713' and also the path for compiler and link.

Roberto

  • Hi Roberto,

    Roberto Varela said:
    Error: Can not find seed configuration: c :/ ti / bios_5_41_13_42/packages/ti/bios/config/cdb/c6x1x.cdb

    Can you check to see if this file actually exists?

    Thanks

    ki

  • Hi Ki,

    i copy the file to the directory c6x1x.cdb sought him, but now I have this sequence and the compiler gives me error.


    Build of configuration Debug **** for project tone ****

    C: \ you \ ccsv5 \ utils \ bin \ gmake-k all
    'Building file: .. / build-tone.tcf'
    'Invoking: TConf'
    "C :/ ti/xdctools_3_23_03_53/tconf"-b-Dconfig.importPath = "C :/ ti/bios_5_41_13_42/packages," ".. / Build-tone.tcf"
    remark: using deprecated form of loadPlatform ()
    remark: environment ["ti.bios.oldMemoryNames"] = true
    'Finished building: .. / build-tone.tcf'
    ''
    'Building file: build-tonecfg.s?'
    'Invoking: C6000 Compiler'
    "C :/ ti/ccsv5/tools/compiler/c6000_7.3.6/bin/cl6x"-mv6710-g - define = "CHIP_6713" - define = "_DEBUG" - include_path = "C :/ ti/ccsv5 / tools/compiler/c6000_7.3.6/include "- include_path =" c :/ ti/xdctools_3_23_03_53/packages/ti/platforms/dsk6713 "- include_path =" C :/ Users/rvarela/workspace_v5_2/tone/Debug "- include_path = "C :/ ti/bios_5_41_13_42/packages/ti/bios/include" - include_path = "C :/ ti/bios_5_41_13_42/packages/ti/rtdx/include/c6000" - include_path = "C :/ you / xdais_7_21_01_07/packages/ti/xdais "- include_path =" / include "- include_path =" c :/ ti/CCStudio_3.1/c6000/dsk6713/include "- include_path =" .. " - Quiet - display_error_number - abi = coffabi - preproc_with_compile - preproc_dependency = "build-tonecfg.pp" "build-tonecfg.s?"
    "Build-tonecfg.s?" ERROR! [E1000] Can not open source file
                                           build-tonecfg.s?: Invalid argument

    Compilation failure >>
    gmake: *** [build-tonecfg.obj] Error 1
    'Building file: build-tonecfg_c.c'
    'Invoking: C6000 Compiler'
    "C :/ ti/ccsv5/tools/compiler/c6000_7.3.6/bin/cl6x"-mv6710-g - define = "CHIP_6713" - define = "_DEBUG" - include_path = "C :/ ti/ccsv5 / tools/compiler/c6000_7.3.6/include "- include_path =" c :/ ti/xdctools_3_23_03_53/packages/ti/platforms/dsk6713 "- include_path =" C :/ Users/rvarela/workspace_v5_2/tone/Debug "- include_path = "C :/ ti/bios_5_41_13_42/packages/ti/bios/include" - include_path = "C :/ ti/bios_5_41_13_42/packages/ti/rtdx/include/c6000" - include_path = "C :/ you / xdais_7_21_01_07/packages/ti/xdais "- include_path =" / include "- include_path =" c :/ ti/CCStudio_3.1/c6000/dsk6713/include "- include_path =" .. " - Quiet - display_error_number - abi = coffabi - preproc_with_compile - preproc_dependency = "build-tonecfg_c.pp" "build-tonecfg_c.c"
    Fatal Mistake # 5: could not open source file "build-tonecfg_c.c"
    1 fatal error detected in the compilation of "build-tonecfg_c.c".
    Compilation terminated.

    Compilation failure >>
    gmake: *** [build-tonecfg_c.obj] Error 1
    'Building file: .. / tone.c'
    'Invoking: C6000 Compiler'
    "C :/ ti/ccsv5/tools/compiler/c6000_7.3.6/bin/cl6x"-mv6710-g - define = "CHIP_6713" - define = "_DEBUG" - include_path = "C :/ ti/ccsv5 / tools/compiler/c6000_7.3.6/include "- include_path =" c :/ ti/xdctools_3_23_03_53/packages/ti/platforms/dsk6713 "- include_path =" C :/ Users/rvarela/workspace_v5_2/tone/Debug "- include_path = "C :/ ti/bios_5_41_13_42/packages/ti/bios/include" - include_path = "C :/ ti/bios_5_41_13_42/packages/ti/rtdx/include/c6000" - include_path = "C :/ you / xdais_7_21_01_07/packages/ti/xdais "- include_path =" / include "- include_path =" c :/ ti/CCStudio_3.1/c6000/dsk6713/include "- include_path =" .. " - Quiet - display_error_number - abi = coffabi - preproc_with_compile - preproc_dependency = "tone.pp" ".. / Tone.c"
    ".. / Tone.c", line 36: fatal error # 5: could not open source file "dsk6713.h"
    1 fatal error detected in the compilation of ".. / Tone.c".
    Compilation terminated.

    Compilation failure >>
    gmake: *** [tone.obj] Error 1
    gmake: Target `all 'not remade Because of errors.

    Finished Build **** ****

    tks you

  • Hi Roberto,

    I am going to move this into the BIOS forum where the experts there can provide more suggestions with your tcf build issues.

    thanks

    ki

  • From the compiler errors reported, It seems that your project still contains references to files and or resources in a CC3.1 installation.

    Is this on purpose? Does the c:/ti/CCStudio_3.1/c600/dsk6713/include directory exist and contain the referenced files?

    I'm a little troubled by what appear to be embedded spaces in the paths shown in the console output. For example:

        "include_path =" C :/ Users/rvarela/workspace_v5_2/tone/Debug "

    Are those real or simply copy/paste artifacts?

    Alan

  • Hi Alan

    I copy the old installation (CCStudio_v3.1) to the ccs v5.02 because it was on another machine. Referring to the appearance of some path space is copy / paste.