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.
"D:\program files <x86>\IAR systems\Embedded Workbench 7.0\430\inc\dlib\c\Dlib_Default.h",39 Fatal error[Pe1696]:
cannot open source file "D:/Program Files <x86>/IAR Systems/Embedded Workbench 7.0/430/lib/dlib/dl430xsfn.h"
Fatal error detected,aborting.
提示说没有找到dl430xsfn.h这个文件,请问这个文件在哪里有下载?或者是我的配置出了问题吗?
用的是如下指令:
..\xdctools_3_30_04_52_core\gmake -f tirtos.mak drivers
http://processors.wiki.ti.com/index.php/Creating_TI-RTOS_Projects_for_Other_MSP430_Devices?keyMatch=ti-rtos for msp430&tisearch=Search-CN
这个资料应该对楼主有帮助
ken wang:
我有下载TI-RTOS for msp430的安装文件并成功完装,但在IAR的430/INC/的目录里,就是缺少430xsfn.h这个文件.
不过问题已经解决了,我在INC文件夹下找了一个430xslfn.h文件复制并生成一个新的430xsfn.h文件就可以了.