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: CCS version 6.2



Tool/software: Code Composer Studio

Hello,

Problem

Project needed to convert from Windows 7 to Windows 10 for DSP device TMSDC6727. I updated CCS version 5.5 to version 6.2 and below is the build errors. I try new version CCS version 7, 8, 9 and 10, but doesn't support TI DSP TMSDC6727. Can someone from TI engineer help me with this problem? I'm not sure what to do?

**** Clean-only build of configuration Debug for project ActiveSonar ****

"C:\\Texas Instruments\\ccsv6\\utils\\bin\\gmake" -j 8 clean -O

gmake: *** No rule to make target 'clean'. Stop.

**** Build Finished ****

Buildfile generation error occurred..

Cannot build project. Referenced project 'ActiveSonar' contains build-errors.

Build stopped..

  • Hi Michael,

    Michael Huy said:
     I try new version CCS version 7, 8, 9 and 10, but doesn't support TI DSP TMSDC6727

    Those versions of CCS do support the C6727. If you can update to a later version, I certainly recommend it. 

    It is hard to say what the cause of the build error is. i would need more details. One thing that jumps out to me is that you installed CCS in a path with a whitespace ("Texas Instruments"). I don't recommend this as non-alphanumeric characters can sometimes cause build issues. If you try installing a later version of CCS (or reinstalling this version), please install in a path without such characters (like the default c:\ti")

    Thanks

    ki

  • Hello,

    Problem

    Project needed to convert from Windows 7 to Windows 10 for DSP device TMSDC6727. I updated CCS version 5.5 to version 6.2 and below is the build errors. Can someone from TI engineer help?

    **** Build of configuration Debug for project ActiveSonar ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -j 8 all -O

    'Building file: C:/ExproMetersInc/Projects/ActiveMeter/BaseUnit/DSP - CCS5/Main/ActiveSONAR.tcf'

    'Invoking: TConf'

    "C:/ti/bios_5_20_05/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_20_05/packages;" "C:/ExproMetersInc/Projects/ActiveMeter/BaseUnit/DSP - CCS5/Main/ActiveSONAR.tcf"

    subdir_rules.mk:17: recipe for target 'build-105018881-inproc' failed

    Error occurred during initialization of VM

    java/lang/NoClassDefFoundError: java/lang/Object

    gmake[1]: *** [build-105018881-inproc] Error 3

    gmake: *** [build-105018881] Error 2

    subdir_rules.mk:14: recipe for target 'build-105018881' failed

    **** Build Finished ****

  • Michael Huy said:
    C:/ExproMetersInc/Projects/ActiveMeter/BaseUnit/DSP - CCS5/Main/ActiveSONAR.tcf

    DSP/BIOS typically does not like spaces in the path. Can you try using a different folder name?

  • Hello,

    New build problem:

    **** Clean-only build of configuration Debug for project ActiveSonar ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -j 8 clean -O

    DEL /F "ActiveSONARcfg.h" "ActiveSONARcfg.h??" "ActiveSONAR.cdb" "C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\Debug\ActiveSonar.out" "ActiveSONARcfg.cmd" "ActiveSONARcfg.s??" "ActiveSONARcfg_c.c" "C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\Debug\ActiveSonar.hex"

    DEL /F "ActiveConfig.d" "ActiveSONARcfg_c.d" "ActiveSonarMain.d" "ArrivalTrackerAlgos.d" "CaponAlgos.d" "DemodDataAlgos.d" "DeviceParams.d" "FFT.d" "FPGADriver.d" "MODBUS.d" "MODBUSRegisters.d" "Peripherals.d" "Prot.d" "ResultsAlgos.d" "STFlash.d" "Syscontrol.d" "Utils.d"

    DEL /F "I2CEEPROM.d"

    DEL /F "ActiveSONARcfg.d"

    DEL /F "ActiveConfig.obj" "ActiveSONARcfg.obj" "ActiveSONARcfg_c.obj" "ActiveSonarMain.obj" "ArrivalTrackerAlgos.obj" "CaponAlgos.obj" "DemodDataAlgos.obj" "DeviceParams.obj" "FFT.obj" "FPGADriver.obj" "I2CEEPROM.obj" "MODBUS.obj" "MODBUSRegisters.obj" "MY_DSPF_sp_fftSPxSP.obj" "MY_dp_cmplx_matrix_solver.obj" "MY_dp_cmplx_memcpy.obj" "Peripherals.obj" "Prot.obj" "ResultsAlgos.obj" "STFlash.obj" "Syscontrol.obj" "Utils.obj"

    DEL /F "MY_DSPF_sp_fftSPxSP.d" "MY_dp_cmplx_matrix_solver.d" "MY_dp_cmplx_memcpy.d"

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\ActiveSonar\Debug\ActiveSONARcfg.h

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\Debug\ActiveSonar.out

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\ActiveSonar\Debug\ActiveSONARcfg.cmd

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\Debug\ActiveSonar.hex

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\ActiveSonar\Debug\ActiveConfig.d

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\ActiveSonar\Debug\I2CEEPROM.d

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\ActiveSonar\Debug\ActiveSONARcfg.d

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\ActiveSonar\Debug\ActiveConfig.obj

    Could Not Find C:\ExproMetersInc\Projects\ActiveMeter\BaseUnit\DSPCCS5\Main\ActiveSonar\Debug\MY_DSPF_sp_fftSPxSP.d

    'Finished clean'

    ' '

    **** Build Finished ****

    **** Build of configuration Debug for project ActiveSonar ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -j 8 all -O

    'Building file: C:/ExproMetersInc/Projects/ActiveMeter/BaseUnit/DSPCCS5/Main/ActiveSONAR.tcf'

    'Invoking: TConf'

    "C:/ti/bios_5_20_05/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_20_05/packages;" "C:/ExproMetersInc/Projects/ActiveMeter/BaseUnit/DSPCCS5/Main/ActiveSONAR.tcf"

    subdir_rules.mk:17: recipe for target 'build-105018881-inproc' failed

    Error occurred during initialization of VM

    java/lang/NoClassDefFoundError: java/lang/Object

    gmake[1]: *** [build-105018881-inproc] Error 3

    gmake: *** [build-105018881] Error 2

    subdir_rules.mk:14: recipe for target 'build-105018881' failed

    **** Build Finished ****

  • Thanks for cleaning up the paths. Unfortunately it did not help.

    Michael Huy said:

    Error occurred during initialization of VM

    java/lang/NoClassDefFoundError: java/lang/Object

    The error look related to one reported in the below thread:

    https://e2e.ti.com/support/processors/f/791/t/657900

  • Hello,

    Can someone from TI engineer help?

    **** Clean-only build of configuration Debug for project ActiveSonar ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -j 8 clean -O

    DEL /F "ActiveSONARcfg.h" "ActiveSONARcfg.h??" "ActiveSONAR.cdb" "ActiveSonarBase.exe" "C:\ti\ActiveMeter\Base Unit\Main\Debug\ActiveSonar.out" "ActiveSONARcfg.cmd" "ActiveSONARcfg.s??" "ActiveSONARcfg_c.c"

    DEL /F "ActiveConfig.d" "ActiveSONARcfg_c.d" "ActiveSonarMain.d" "ArrivalTrackerAlgos.d" "CaponAlgos.d" "DemodDataAlgos.d" "DeviceParams.d" "FFT.d" "FPGADriver.d" "MODBUS.d" "MODBUSRegisters.d" "Peripherals.d" "Prot.d" "ResultsAlgos.d" "STFlash.d" "Syscontrol.d" "Utils.d"

    DEL /F "I2CEEPROM.d"

    DEL /F "ActiveSONARcfg.d"

    DEL /F "ActiveConfig.obj" "ActiveSONARcfg.obj" "ActiveSONARcfg_c.obj" "ActiveSonarMain.obj" "ArrivalTrackerAlgos.obj" "CaponAlgos.obj" "DemodDataAlgos.obj" "DeviceParams.obj" "FFT.obj" "FPGADriver.obj" "I2CEEPROM.obj" "MODBUS.obj" "MODBUSRegisters.obj" "MY_DSPF_sp_fftSPxSP.obj" "MY_dp_cmplx_matrix_solver.obj" "MY_dp_cmplx_memcpy.obj" "Peripherals.obj" "Prot.obj" "ResultsAlgos.obj" "STFlash.obj" "Syscontrol.obj" "Utils.obj"

    DEL /F "MY_DSPF_sp_fftSPxSP.d" "MY_dp_cmplx_matrix_solver.d" "MY_dp_cmplx_memcpy.d"

    Could Not Find C:\Users\michael.huy\workspace_v6_2\ActiveSonar\Debug\ActiveSONARcfg.h

    Could Not Find C:\ti\ActiveMeter\Base Unit\Main\Debug\ActiveSonar.out

    Could Not Find C:\Users\michael.huy\workspace_v6_2\ActiveSonar\Debug\ActiveSONARcfg.cmd

    Could Not Find C:\Users\michael.huy\workspace_v6_2\ActiveSonar\Debug\ActiveConfig.d

    Could Not Find C:\Users\michael.huy\workspace_v6_2\ActiveSonar\Debug\I2CEEPROM.d

    Could Not Find C:\Users\michael.huy\workspace_v6_2\ActiveSonar\Debug\ActiveSONARcfg.d

    Could Not Find C:\Users\michael.huy\workspace_v6_2\ActiveSonar\Debug\ActiveConfig.obj

    Could Not Find C:\Users\michael.huy\workspace_v6_2\ActiveSonar\Debug\MY_DSPF_sp_fftSPxSP.d

    'Finished clean'

    ' '

    **** Build Finished ****

    Buildfile generation error occurred..

    Product 'XDAIS' v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.

    Build stopped..

  • Sorry for the delay. I have been in and out due to some family emergencies.

    Michael Huy said:
    Product 'XDAIS' v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.

    Please see:

    https://e2e.ti.com/support/tools/ccs/f/81/p/374245/2046257#2046257

    Thanks

    ki