hello
when I compile ipc project (mcsdk_2_01_02_05\demos\image_processing\ipc\evmc6678l\master) I got this error
Cannot run program "make": Launching failed
Error: Program "make" is not found in PATH
thanks for answer
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.
hello
when I compile ipc project (mcsdk_2_01_02_05\demos\image_processing\ipc\evmc6678l\master) I got this error
Cannot run program "make": Launching failed
Error: Program "make" is not found in PATH
thanks for answer
Hi Aicha,
And also, please check that you are aligned with this WIKI for building the image processing example.
http://processors.wiki.ti.com/index.php/MCSDK_Image_Processing_Demonstration_Guide#IPC-Based_2
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------
Hi Aicha,
I guess so, there is a problme in the way you import the project into CCS.
In CCS, go to Projects --> Import existing CCS Eclipse Project.
After importing, in the project explorer, right click on the project and select project properties and check the include paths and variables.
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------
Hi,
Cannot run program "make": Launching failed
Error: Program "make" is not found in PATH
PATH=[D:\Code Composer\ccsv5\ccs_base\common\bin;D:\Code Composer\ccsv5\ccs_base\common\uscif;D:\Code Composer\ccsv5\ccs_base\DebugServer\license;D:/Code Composer/ccsv5/eclipse/jre/bin/client;D:/Code Composer/ccsv5/eclipse/jre/bin;D:/Code Composer/ccsv5/eclipse/jre/lib/i386;D:/Code Composer/xdctools_3_23_04_60;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\MATLAB\R2014a\runtime\win32;C:\Program Files\MATLAB\R2014a\bin;C:\Program Files\MATLAB\R2014a\polyspace\bin;D:/Code Composer/xdctools_3_23_04_60;D:\Code Composer\ccsv5\eclipse;]
**** Build Finished ****
From the error that it has thrown, you can observe that few paths were with back slash, "\" and few were with forward slashes, "/". Due to which it is not able to locate the files correctly.
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------
Hi
Error: Import failed for project 'image_processing_serial_simc6678' because its compiler definition is not available. The project does not appear to be a 'CCS Project'. Please try importing it through the 'General > Existing Projects into Workspace' wizard.
when I compile ipc project (mcsdk_2_01_02_05\demos\image_processing\ipc\evmc6678l\master) I got this error
Which file you are importing and building ?
I'm not facing any problem when I import the (master and slave IPC) CCS projects on CCS IDE.
Which CCS version are you using and have you installed MCSDK correctly ?
Cannot run program "make": Launching failed
Error: Program "make" is not found in PATH
PATH=[D:\Code Composer\ccsv5\ccs_base\common\bin;D:\Code Composer\ccsv5\ccs_base\common\uscif;D:\Code Composer\ccsv5\ccs_base\DebugServer\license;D:/Code Composer/ccsv5/eclipse/jre/bin/client;D:/Code Composer/ccsv5/eclipse/jre/bin;D:/Code Composer/ccsv5/eclipse/jre/lib/i386;D:/Code Composer/xdctools_3_23_04_60;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\MATLAB\R2014a\runtime\win32;C:\Program Files\MATLAB\R2014a\bin;C:\Program Files\MATLAB\R2014a\polyspace\bin;D:/Code Composer/xdctools_3_23_04_60;D:\Code Composer\ccsv5\eclipse;]
Your error log seems that you have modified the properties of CCS project.
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------
H Aicha,
What EVM board you have ?
This "image_processing_serial_simc6678" project is used for simulator and not for EVM board.
Also, able to see files like ".ccsproject", ".cproject" and ".project"??, then it is CCS importable project only.
I'm able to import this project and build successfully.
Please make sure that you have installed the MCSDK properly.
Log:
**** Clean-only build of configuration Debug for project image_processing_serial_simc6678 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k clean
DEL /F "image_processing_serial_simc6678.out"
DEL /F "src\mcip_bmp_utils.pp" "src\mcip_core.pp" "src\mcip_master_main.pp" "src\mcip_process.pp"
DEL /F "src\mcip_bmp_utils.obj" "src\mcip_core.obj" "src\mcip_master_main.obj" "src\mcip_process.obj"
'Finished clean'
' '
**** Build Finished ****
**** Build of configuration Debug for project image_processing_serial_simc6678 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../src/mcip_bmp_utils.c'
'Invoking: C6000 Compiler'
"C:/ti/C6000 Code Generation Tools 7.4.0/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/C6000 Code Generation Tools 7.4.0/include" --include_path="C:/ti/imglib_c66x_3_1_1_0/packages" --include_path="C:/ti/imglib_c66x_3_1_1_0/inc" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/mcip_bmp_utils.pp" --obj_directory="src" "../src/mcip_bmp_utils.c"
'Finished building: ../src/mcip_bmp_utils.c'
' '
'Building file: ../src/mcip_core.c'
'Invoking: C6000 Compiler'
"C:/ti/C6000 Code Generation Tools 7.4.0/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/C6000 Code Generation Tools 7.4.0/include" --include_path="C:/ti/imglib_c66x_3_1_1_0/packages" --include_path="C:/ti/imglib_c66x_3_1_1_0/inc" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/mcip_core.pp" --obj_directory="src" "../src/mcip_core.c"
'Finished building: ../src/mcip_core.c'
' '
'Building file: ../src/mcip_master_main.c'
'Invoking: C6000 Compiler'
"C:/ti/C6000 Code Generation Tools 7.4.0/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/C6000 Code Generation Tools 7.4.0/include" --include_path="C:/ti/imglib_c66x_3_1_1_0/packages" --include_path="C:/ti/imglib_c66x_3_1_1_0/inc" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/mcip_master_main.pp" --obj_directory="src" "../src/mcip_master_main.c"
'Finished building: ../src/mcip_master_main.c'
' '
'Building file: ../src/mcip_process.c'
'Invoking: C6000 Compiler'
"C:/ti/C6000 Code Generation Tools 7.4.0/bin/cl6x" -mv6600 --abi=eabi -g --include_path="C:/ti/C6000 Code Generation Tools 7.4.0/include" --include_path="C:/ti/imglib_c66x_3_1_1_0/packages" --include_path="C:/ti/imglib_c66x_3_1_1_0/inc" --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/mcip_process.pp" --obj_directory="src" "../src/mcip_process.c"
'Finished building: ../src/mcip_process.c'
' '
'Building target: image_processing_serial_simc6678.out'
'Invoking: C6000 Linker'
"C:/ti/C6000 Code Generation Tools 7.4.0/bin/cl6x" -mv6600 --abi=eabi -g --display_error_number --diag_warning=225 -z -m"image_processing_serial_simc6678.map" -i"C:/ti/C6000 Code Generation Tools 7.4.0/lib" -i"C:/ti/C6000 Code Generation Tools 7.4.0/include" -i"C:/ti/imglib_c66x_3_1_1_0/lib" --reread_libs --warn_sections --xml_link_info="image_processing_serial_simc6678_linkInfo.xml" --rom_model -o "image_processing_serial_simc6678.out" "./src/mcip_process.obj" "./src/mcip_master_main.obj" "./src/mcip_core.obj" "./src/mcip_bmp_utils.obj" "../image_processing_serial_simc6678.cmd" -limglib.ae66 -l"libc.a"
<Linking>
'Finished building target: image_processing_serial_simc6678.out'
' '
**** Build Finished ****