FATAL ERROR: failed while attempting to run executable C:\ti\ccsv5\tools\compiler\arm_5.1.1\bin\armcg.exe
gmake: *** [tm4c123gh6pm_startup_ccs.obj] Error 1
gmake: Target `all' not remade because of errors.
编译过程出现上述问题,代码没问题。
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.
FATAL ERROR: failed while attempting to run executable C:\ti\ccsv5\tools\compiler\arm_5.1.1\bin\armcg.exe
gmake: *** [tm4c123gh6pm_startup_ccs.obj] Error 1
gmake: Target `all' not remade because of errors.
编译过程出现上述问题,代码没问题。
看起来启动文件有问题吧?
建议楼主直接导入Tivaware工程中的例程,验证自己的开发环境正常后,再对当前的工程进行debug。
不客气,
多说一句,对于导入的工程,如果因为CCS版本不同等原因导致编译异常,可以尝试先Clean Project,然后再全部重新编译即可。