新手入门
- 积分
- 5
- 金钱
- 5
- 注册时间
- 2017-6-10
- 在线时间
- 0 小时
|
1金钱
Build target 'LED'
compiling main.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
main.c: 0 warnings, 1 error
compiling stm32f10x_it.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
stm32f10x_it.c: 0 warnings, 1 error
compiling system_stm32f10x.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
system_stm32f10x.c: 0 warnings, 1 error
compiling led.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\HARDWARE\LED\led.c: 0 warnings, 1 error
compiling delay.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\SYSTEM\delay\delay.c: 0 warnings, 1 error
compiling sys.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\SYSTEM\sys\sys.c: 0 warnings, 1 error
compiling usart.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\SYSTEM\usart\usart.c: 0 warnings, 1 error
compiling core_cm3.c...
..\CORE\core_cm3.c(24): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h>
..\CORE\core_cm3.c: 0 warnings, 1 error
compiling misc.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\STM32F10x_FWLib\src\misc.c: 0 warnings, 1 error
compiling stm32f10x_gpio.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\STM32F10x_FWLib\src\stm32f10x_gpio.c: 0 warnings, 1 error
compiling stm32f10x_dbgmcu.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c: 0 warnings, 1 error
compiling stm32f10x_rcc.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\STM32F10x_FWLib\src\stm32f10x_rcc.c: 0 warnings, 1 error
compiling stm32f10x_usart.c...
..\CORE\core_cm3.h(90): error: #5: cannot open source input file "stdint.h": No such file or directory
#include <stdint.h> /* Include standard types */
..\STM32F10x_FWLib\src\stm32f10x_usart.c: 0 warnings, 1 error
"..\OBJ\LED.axf" - 13 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:02
|
|