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.
Hi ,
I am working on IPC based image processing demo application on C6678 EVM .
For this I am using windows-7 64 bit OS , CCSv61.1.
For this I am referring C:\ti\mcsdk_2_01_xx_xx\demos\image_processing\docs\image_processing_demonstration_release_notes.
For this I have imported the ipc based project ti\mcsdk_2_01_xx_xx\demos\image_processing\ipc\evmc6678l into CCS, but when I am trying to build the .out files for this projects I am getting following error.
"C:\\ccsv6_1_1\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F "image_processing_evmc6678l_slave.out" "configPkg\linker.cmd" "configPkg\compiler.opt"
The system cannot find the file specified.
gmake: [clean] Error 1 (ignored)
RMDIR /S/Q "configPkg\"
The system cannot find the file specified.
gmake: [clean] Error 2 (ignored)
DEL /F "master\src\mcip_slave_main.pp" "common\src\mcip_core.pp" "common\src\mcip_core_task.pp"
Could Not Find C:\ti\mcsdk_2_01_xx_xxdemos\image_processing\ipc\evmc6678l\slave\no_instrumentation\Debug\master\src\mcip_slave_main.pp
Could Not Find C:\ti\mcsdk_2_01_xx_xx\demos\image_processing\ipc\evmc6678l\slave\no_instrumentation\Debug\common\src\mcip_core.pp
DEL /F "master\src\mcip_slave_main.obj" "common\src\mcip_core.obj" "common\src\mcip_core_task.obj"
Could Not Find C:\ti\mcsdk_2_01_xx_xx\demos\image_processing\ipc\evmc6678l\slave\no_instrumentation\Debug\master\src\mcip_slave_main.obj
Could Not Find C:\ti\mcsdk_2_01_xx_xx\demos\image_processing\ipc\evmc6678l\slave\no_instrumentation\Debug\common\src\mcip_core.obj
'Finished clean'
' '
**** Build Finished ****
Buildfile generation error occurred..
Multiple XDCpath issues were encountered during the build. Please refer to the Problems view for details.
Build stopped..
With the same CCS configurations I was able to build the .out file for other projects but not for image processing demo example projects.
I have attached the screenshot of the CCS error .
Can you please help me with this issue?
Hi,
It seems the error is coming from the fact CCS is unable to recognize some of the installed products of MCSDK. Did you add the MCSDK products to your CCS as shown in section 2.4.4 of the User's Guide?
http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_Getting_Started_Guide
If not, make sure you added the products properly and see if they are being properly referenced by your project - right click on the project and select Properties; then select the item General on the tree on the left; then click on the tab RTSC and see if there are any missing products.
For example, the image demo for C6657 shows the following products and checkboxes:
Hope this helps,
Rafael