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.

CCS6.0在编译时出现下面的问题

我的程序编写没错,本来可以正常编译和烧写,在程序正常运行后,我把程序停下来,改了一点东西,为了做另一个实验,且这次修改的内容是之前经常用的,所以程序没有问题,但选择Build Project或者Rebuild Project后,无法生成.out文件,把程序改回去后仍然出现这个问题,下面是编译后出现的提示:

'Building file: ../motor_control.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.2/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.2/include" --include_path="F:/28377SRM/F2837xD_headers/include" --include_path="F:/28377SRM/F2837xD_common/include" -g --define=CPU1 --diag_warning=225 --display_error_number --diag_suppress=10063 --preproc_with_compile --preproc_dependency="motor_control.pp" "../motor_control.c"
>> FATAL ERROR: failed while attempting to run executable C:\ti\ccsv6\tools\compiler\ti-cgt-c2000_6.4.2\bin\ac2000.exe
gmake: *** [motor_control.obj] Error 1
gmake: Target `all' not remade because of errors.

请各位指教这是什么原因,就是本来好好地,突然就这样了