IAR for msp430编译过程中出现错误

2019-07-15 15:14发布

IAR  for  msp430 编译过程中出现Fatal Error[Pe1696]: cannot open source file "stdint.h"
[C] 纯文本查看 复制代码
//-------------------------------------------------------------------------/*FAT16.C - LINO TECH  Designed by Carter  2008-03-19*/#include <stdint.h>#include"FAT16.h"#include"sd.h"//------------------------------------------------------------------------#defineSEC_Size512#defineMBR_Sector0//绝对地址#defineFAT_Sector0//逻辑地址//-------------------------------------------------------------------------uint8_tBUFFER[SEC_Size];uint8_tPB_RelativeSector;uint16_tBPB_BytesPerSec;uint8_tBPB_SecPerClus;uint16_tBPB_RsvdSecCnt;uint8_tBPB_NumFATs;uint16_tBPB_RootEntCnt;uint16_tBPB_TotSec16;uint16_tBPB_FATSz16;//FAT占用的sectorsuint32_tBPB_HiddSec;//------------------------------------------
http://bbs.elecfans.com/file://C:%5CUsers%5CAdministrator%5CAppData%5CRoaming%5CTencent%5CUsers%5C752976038%5CQQ%5CWinTemp%5CRichOle%5CU%5B66Z%C1TPC7D95XG%5DW%5BR%7BP.jpg
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。