今天我用最新的keil编译以前的工程,先是报错:
TIM1.axf: Warning: L6373W: libattrs.map file not found in System Library directory C:\Program Files\ARM\ADSv1_2\LIB\armlib\. Library selection may be impaired.
TIM1.axf: Warning: L6310W: Unable to find ARM libraries.
TIM1.axf: Error: L6411E: No compatible library exists with a definition of startup symbol __main.
我看好像是定位到了我装的ads路径里,我果断的把ads卸载了,然后重新编译,结果出现了这个错误:
..\USER\SOURCE\core_cm3.c(24): error: #5: cannot open source input file "stdint.h": No such file or directory
我在网上搜了半天没搜到。。。。希望哪位大哥指点指点啊,先谢了 |