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.

下载时出现错误,out文件无法打开

Other Parts Discussed in Thread: MSP430F6638

大家好,我使用的是TI MSP430F6638实验平台(我是在读大学生),使用的软件是CCS5.4。

今天第一次操作,在新建项目后编写C程序,编写好后发现targetConfigs中已经存在目标配置文件。

然后对项目进行编译,没有错误和提醒,但在console中有以下一段话:

**** Build of configuration Debug for project exam1 ****

"S:\\CCS\\CCS5.4\\ccsv5\\utils\\bin\\gmake" -k all
process_begin: CreateProcess(C:\Users\cp1\AppData\Local\Temp\make7084-1.bat, C:\Users\cp1\AppData\Local\Temp\make7084-1.bat, ...) failed.
make (e=5): 拒绝访问。

gmake: *** [main.obj] Error 5
gmake: Target `all' not remade because of errors.

**** Build Finished ****

然后下载时出现如下对话框:

并且在软件右下角状态栏上显示:Launching exam1:(100%)

注:exam1是项目名

*************************************************************************************

以下附上项目文件截图