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 Compile problem!

Other Parts Discussed in Thread: TEST2, TMS320F28335

Hi,

   My CCS doesn't work properly recently . When I compile my SYS/BIOS project.  it take quite a long time to compile.

   I recreate a new project ( CCS -> 28X Example -> SWI Example),it also take a long time to compile. what is wrong with my CCS?

   Version of CCS :  Version: 5.1.1.00031

   PC OS: WIN7

   the console output message is as below:

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

C:\ti\ccsv5\utils\bin\gmake -k clean DEL /F  "configPkg\compiler.opt" "configPkg\linker.cmd"  "test2.out" 找不到 E:\work\project\MotionControl\DSP\test\test2\Debug\test2.out RMDIR /S/Q  "configPkg\" DEL /F "main.pp" 找不到 E:\work\project\MotionControl\DSP\test\test2\Debug\main.pp DEL /F "main.obj" 找不到 E:\work\project\MotionControl\DSP\test\test2\Debug\main.obj 'Finished clean' ' '

**** Build Finished ****

**** Build of configuration Debug for project test2 ****

C:\ti\ccsv5\utils\bin\gmake -k all 'Building file: ../app.cfg' 'Invoking: XDCtools' "C:/ti/xdctools_3_22_04_46/xs" --xdcpath="C:/ti/bios_6_33_03_33/packages;" xdc.tools.configuro -o configPkg -t ti.targets.C28_float -p ti.platforms.tms320x28:TMS320F28335 -r release -c "C:/ti/ccsv5/tools/compiler/c2000" --compileOptions "-g --optimize_with_debug" "../app.cfg" making package.mak (because of package.bld) ... making package.mak (because of C:/ti/xdctools_3_22_04_46/packages/xdc/bld/bld.js) ... making package.mak (because of C:/ti/xdctools_3_22_04_46/packages/xdc/bld/bld.js) ... making package.mak (because of C:/ti/xdctools_3_22_04_46/packages/xdc/bld/bld.js) ... making package.mak (because of C:/ti/xdctools_3_22_04_46/packages/xdc/bld/bld.js) ... gmake: ***

(................long time waiting, so i canceled the process....................)

Deleting file `configPkg/compiler.opt' 终止批处理操作吗(Y/N)?

**** Build of configuration Debug for project test2 ****

Command canceled Error: Program "C:/ti/ccsv5/utils/bin/gmake" is not found in PATH

PATH=[C:\ti\ccsv5\ccs_base\common\bin;C:\ti\ccsv5\ccs_base\common\uscif;C:\ti\ccsv5\ccs_base\DebugServer\license;C:/ti/ccsv5/eclipse/jre/bin/client;C:/ti/ccsv5/eclipse/jre/bin;C:/ti/ccsv5/eclipse/jre/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\Lenovo\Access Connections\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;D:\WAMP\Mysql\bin;D:\Program Files\Altium Designer Summer 09\System;C:\Program Files\IDM Computer Solutions\UEStudio 06\;C:\ti\ccsv5\eclipse;]

**** Build Finished ****

I don't know what to do. please check this issue

Thank you.

  • lin han,
    can you check the modification time for the file C:/ti/xdctools_3_22_04_46/packages/xdc/bld/bld.js and compare it with the current time on your PC? If you copied that file from somewhere, or the current time on your PC is set incorrectly, you would see package.mak being constantly rebuilt. If you find out that the modification time for bld.js is in the future relative to your PC clock, you'll have to either reinstall xdctools or reset your PC clock.

  • Hi Sasha,

        Thanks for your post!. I checked the modification time of bld.js and PC clock, and i reset my pc clock, it really worked,

        Thanks so much!