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/TMS320C6678: Build errors while importing example project

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hello  I am Mounika

I  started learning CCSv7 tool recently  to work on TMS320C6678 DSP  Processor.

When I tried to  build  the example project  without connecting to target  from   C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l .  I  got  the following   build errors.

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

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k clean
DEL /F "helloworld_evmc6678l.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "helloworld_evmc6678l.out"
makefile:156: recipe for target 'clean' failed
The system cannot find the file specified.
gmake: [clean] Error 1 (ignored)
RMDIR /S/Q "configPkg\"
makefile:156: recipe for target 'clean' failed
The system cannot find the file specified.
gmake: [clean] Error 2 (ignored)
DEL /F "helloWorld.obj" "platform_osal.obj" "resourcemgr.obj" "udpHello.obj"
DEL /F "helloWorld.d" "platform_osal.d" "resourcemgr.d" "udpHello.d"
Could Not Find C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l\Debug\helloWorld.obj
Could Not Find C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6678l\Debug\helloWorld.d
'Finished clean'
' '

**** Build Finished ****
Buildfile generation error occurred..
Product 'com.ti.biosmcsdk.mcsdk' v2.1.2.6 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..

Please help  me how to resolve this issue.

  

     

  • Mounika,

    Please take a look at this related post.

    The BIOS MCSDK product needs to be discovered and installed by CCS before you can build the project. You can check whether this happened under menu Window->Preferences->Code Composer Studio->Products, otherwise make sure it is installed and restart CCS.