我创建工程模板都是按照教程做的,可是都是出现这样的问题,求大神指点。
Build target 'Target 1'
compiling main.c...
.\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
user\main.c: 0 warnings, 1 error
compiling stm32f10x_it.c...
.\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
user\stm32f10x_it.c: 0 warnings, 1 error
compiling core_cm3.c...
Libraries\CMSIS\CM3\CoreSupport\core_cm3.c(24): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h>
Libraries\CMSIS\CM3\CoreSupport\core_cm3.c: 0 warnings, 1 error
compiling system_stm32f10x.c...
.\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c: 0 warnings, 1 error
assembling startup_stm32f10x_hd.s...
compiling stm32f10x_gpio.c...
.\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c: 0 warnings, 1 error
compiling stm32f10x_rcc.c...
.\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c: 0 warnings, 1 error
".\output\工程模板.axf" - 6 Error(s), 0 Warning(s).
Target not created