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.
Tool/software: Code Composer Studio
Could anyone help me in solving this error
i installed CCS V9.0.0
when trying to build the project i get this error
**** Build of configuration Debug for project msp **** "C:\\ti\\ccs900\\ccs\\utils\\bin\\gmake" -k -j 8 all -O subdir_rules.mk:9: recipe for target 'blink.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [blink.obj] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****
Please check this thread with a similar error that explains the likely cause for the error and resolution.
The ampersand is also known to cause issue with Eclipse based CCS projects. Please select a workspace directory in a different location outside of the default Username path.
i changed the workspace but i still have the same error
**** Build of configuration Debug for project what **** "C:\\ti\\ccs900\\ccs\\utils\\bin\\gmake" -k -j 8 all -O source/subdir_rules.mk:9: recipe for target 'source/dabort.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/dabort.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/errata_SSWF021_45.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/errata_SSWF021_45.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/esm.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/esm.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/gio.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/gio.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/notification.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/notification.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/pinmux.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/pinmux.obj] Error 1 source/subdir_rules.mk:9: recipe for target 'source/sys_core.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_core.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/sys_dma.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_dma.obj] Error 1 source/subdir_rules.mk:9: recipe for target 'source/sys_intvecs.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_intvecs.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/sys_main.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_main.obj] Error 1 source/subdir_rules.mk:9: recipe for target 'source/sys_mpu.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_mpu.obj] Error 1 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_pcr.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/sys_pcr.obj' failed source/subdir_rules.mk:16: recipe for target 'source/sys_phantom.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_phantom.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/sys_pmm.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_pmm.obj] Error 1 source/subdir_rules.mk:9: recipe for target 'source/sys_pmu.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_pmu.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/sys_selftest.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_selftest.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/sys_startup.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_startup.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/sys_vim.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/sys_vim.obj] Error 1 source/subdir_rules.mk:16: recipe for target 'source/system.obj' failed 'C:\Users\R' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. gmake: *** [source/system.obj] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****
Ideally you want to avoid spaces and special characters like '&' in all paths - (ie) workspace and project path, temp environment variable path, as well as paths where CCS and compiler tools are installed. Is that the case in your environment?
What is your workspace directory and to which directory do you have CCS installed?
Could you save the complete build log to a text file (as described in this page) and attach it here?
Or even better if you could zip up the entire project folder and attach it here for us to review.