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/CCSTUDIO: CCSSTUDIO

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

TI DSP Device: TMSDC6727B

Code Composer Studio Version 6.2

Windows 10

Build failed.  See below build errors. Can someone from TI Engineer help?

**** Build of configuration Release 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 ****

  • Hello,

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

    Note that whitespaces in the path usually cause issues with BIOS projects. I'm not sure if this is the root cause of the issue you see now, but it can cause issues down the road for sure.

    Michael Huy said:

    Error occurred during initialization of VM

    java/lang/NoClassDefFoundError: java/lang/Object

    Have you seen:

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

    Thanks

    ki

  • 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" "C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\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:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\Main\ActiveSonar\Debug\ActiveSONARcfg.h

    Could Not Find C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\Main\Debug\ActiveSonar.out

    Could Not Find C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\Main\ActiveSonar\Debug\ActiveSONARcfg.cmd

    Could Not Find C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\Main\ActiveSonar\Debug\ActiveConfig.d

    Could Not Find C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\Main\ActiveSonar\Debug\I2CEEPROM.d

    Could Not Find C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\Main\ActiveSonar\Debug\ActiveSONARcfg.d

    Could Not Find C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\Main\ActiveSonar\Debug\ActiveConfig.obj

    Could Not Find C:\SourceCode\SourceCodeTiCCS5\ActiveSONAR Base Unit 1.7.3.1\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:/SourceCode/SourceCodeTiCCS5/ActiveSONAR Base Unit 1.7.3.1/Main/ActiveSONAR.tcf'

    'Invoking: TConf'

    "C:/ti/bios_5_20_05/xdctools/tconf" -b -Dconfig.importPath="C:/ti/bios_5_20_05/packages;" "C:/SourceCode/SourceCodeTiCCS5/ActiveSONAR Base Unit 1.7.3.1/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,

    You are still getting the same issue mentioned earlier:

    Michael Huy said:

    Error occurred during initialization of VM

    java/lang/NoClassDefFoundError: java/lang/Object

    Again, did you see the thread below which discusses it?

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

    Thanks

    ki