新手上路
- 积分
- 42
- 金钱
- 42
- 注册时间
- 2017-4-30
- 在线时间
- 9 小时
|
3金钱
刚开始的时候
Rebuild target 'Target 1'
assembling STM32F10x.s...
compiling test.c...
test.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
test.c: 0 warnings, 1 error
compiling delay.c...
..\SYSTEM\delay\delay.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\SYSTEM\delay\delay.c: 0 warnings, 1 error
compiling sys.c...
..\SYSTEM\sys\sys.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\SYSTEM\sys\sys.c: 0 warnings, 1 error
compiling usart.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\SYSTEM\usart\usart.c: 0 warnings, 1 error
compiling led.c...
..\HARDWARE\LED\led.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\HARDWARE\LED\led.c: 0 warnings, 1 error
compiling key.c...
..\HARDWARE\KEY\key.c(1): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\HARDWARE\KEY\key.c: 0 warnings, 1 error
compiling exti.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\HARDWARE\EXTI\exti.c: 0 warnings, 1 error
compiling wdg.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\HARDWARE\WDG\wdg.c: 0 warnings, 1 error
compiling timer.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
#include <stm32f10x_lib.h>
..\HARDWARE\TIMER\timer.c: 0 warnings, 1 error
".\TEST.axf" - 9 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:03
这几个错误全是 cannot open source input file "stm32f10x_lib.h": No such file or directory
|
-
点完“取消后”
|