编译下载文件时提示错误.MSP430: GEL: Encountered a problem loading file: D:\ti\workplace\MSP430F55xx_1.c\Debug\MSP430F55xx_1.c.out Could not open file
请问是啥原因?
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.
编译下载文件时提示错误.MSP430: GEL: Encountered a problem loading file: D:\ti\workplace\MSP430F55xx_1.c\Debug\MSP430F55xx_1.c.out Could not open file
请问是啥原因?
应该是是路径错误,查找一下这个文件的路径,在Include Options添加这个路径,link里面也添加一下
您先查看一下相应的路径,是不是根本就没有生成那个*.out文件?
没产生out文件,很有可能是您的程序编译没通过,有错误。
您现在编译是否成功?有什么错误提示?
process_begin: CreateProcess(C:\Users\ADMINI~1\AppData\Local\Temp\make50984-1.bat, C:\Users\ADMINI~1\AppData\Local\Temp\make50984-1.bat, ...) failed.
make (e=2): 系统找不到指定的文件。
gmake: *** [MSP430F55xx_1.obj] Error 2
gmake: Target `all' not remade because of errors.
**** Build Finished ****
您可以先参考下http://processors.wiki.ti.com/index.php/Build_Errors_in_CCS#make:_The_system_cannot_find_the_file_specified 给出的方法
把工程clear之后再重新make编译呢?
看看配置,在(Project →Properties → Build → Build Steps Tab→ Post-Build Step → Apply Predefined Step)选项中
是不是配置成输出txt文件了?