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
Hi there is a problem with CCS.
I am wondering how to solve this problem
**** Clean-only build of configuration Debug for project vitalSigns_16xx_dss **** "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O DEL /F "vitalSigns_16xx_dss.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "vitalSigns_16xx_dss.xe674" DEL /F "dss_config_edma_util.oe674" "dss_data_path.oe674" "dss_main.oe674" "dss_vitalSignsDemo_utilsFunc.oe674" DEL /F "dss_config_edma_util.d" "dss_data_path.d" "dss_main.d" "dss_vitalSignsDemo_utilsFunc.d" RMDIR /S/Q "configPkg\" C:\new\vitalSigns_16xx_dss\Debug\vitalSigns_16xx_dss.hex을(를) 찾을 수 없습니다. C:\new\vitalSigns_16xx_dss\Debug\configPkg\linker.cmd을(를) 찾을 수 없습니다. C:\new\vitalSigns_16xx_dss\Debug\vitalSigns_16xx_dss.xe674을(를) 찾을 수 없습니다. C:\new\vitalSigns_16xx_dss\Debug\dss_config_edma_util.oe674을(를) 찾을 수 없습니다. C:\new\vitalSigns_16xx_dss\Debug\dss_config_edma_util.d을(를) 찾을 수 없습니다. Finished clean **** Build Finished **** **** Build of configuration Debug for project vitalSigns_16xx_dss **** "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 12 all -O rm -f C:/new/vitalSigns_16xx_dss/vitalSigns_16xx_dss.bin makefile:188: recipe for target 'pre-build' failed process_begin: CreateProcess(NULL, rm -f C:/new/vitalSigns_16xx_dss/vitalSigns_16xx_dss.bin, ...) failed. make (e=2): 지정된 파일을 찾을 수 없습니다. gmake[1]: [pre-build] Error 2 (ignored) Building file: "../dss_mmw.cfg" Invoking: XDCtools "C:/ti/ccs930/xdctools_3_50_04_43_core/xs" --xdcpath="C:/ti/bios_6_53_02_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:AWR16XX:false:600 -r debug -c "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5" "../dss_mmw.cfg" subdir_rules.mk:19: recipe for target 'build-1788522337-inproc' failed C:/Users/Baeks/AppData/Local/Temp/make2968-1.sh: Can't open C:/Users/Baeks/AppData/Local/Temp/make2968-1.sh: No such file or directory C:/ti/ccs930/xdctools_3_50_04_43_core/packages/xdc/bld/xdc_rules.mak:307: *** Error: Specified build configuration file '' is not found. Stop. js: "C:/ti/ccs930/xdctools_3_50_04_43_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake[2]: *** [build-1788522337-inproc] Error 1 gmake[1]: *** [build-1788522337] Error 2 gmake[1]: Target 'main-build' not remade because of errors. subdir_rules.mk:16: recipe for target 'build-1788522337' failed makefile:155: recipe for target 'all' failed gmake: *** [all] Error 2 **** Build Finished ****
KyeongDong Baek said:I am using version 4.2.0 of Industrial Toolbox
I can't seem to find the vital signs example for 16xx in that version of the toolbox. Did you import it from an earlier version of the toolbox and now trying to use it with the latest version?
If I understand correctly, you originally imported the example from toolbox version 2.9.1 and now you are trying to use it with toolbox version 4.2.0?
No, the version used is 2.9.1 of Automotive Toolbox.
But, you asked for the Industrial Toolbox version, so i answerd 4.2.0
Actually, I used 2.9.1 version of Automotive Toolbox.
Thank you.
Sorry for the delayed response. I tried to reproduce the issue using the same version of the automotive toolbox, sys/bios, and xdctools. It built successfully. Based on your build messages, I do not see any reason why it is failing. I have escalated this to the engineering team for further analysis
Hi,
This could be due to a variety of reasons. Could you please make sure the directory C:/Users/Baeks/AppData/Local/Temp/ actually exists and that it has no spaces or non-ASCII characters.
Could you please also try the suggestions in the "CCS gmake errors" section of the following link:
http://software-dl.ti.com/ccs/esd/documents/sdto_ccs_build-errors.html#ccs-gmake-errors