新手上路
- 积分
- 43
- 金钱
- 43
- 注册时间
- 2015-6-15
- 在线时间
- 21 小时
|

楼主 |
发表于 2015-9-18 10:15:54
|
显示全部楼层
回复【2楼】lycreturn:
---------------------------------
Build target 'Target 1'
compiling test.c...
..\SYSTEM\sys\stm32f10x.h(478): error: #5: cannot open source input file "core_cm3.h": No such file or directory
#include "core_cm3.h"
test.c: 0 warnings, 1 error
compiling delay.c...
..\SYSTEM\sys\stm32f10x.h(478): error: #5: cannot open source input file "core_cm3.h": No such file or directory
#include "core_cm3.h"
..\SYSTEM\delay\delay.c: 0 warnings, 1 error
compiling sys.c...
..\SYSTEM\sys\stm32f10x.h(478): error: #5: cannot open source input file "core_cm3.h": No such file or directory
#include "core_cm3.h"
..\SYSTEM\sys\sys.c: 0 warnings, 1 error
compiling usart.c...
..\SYSTEM\sys\stm32f10x.h(478): error: #5: cannot open source input file "core_cm3.h": No such file or directory
#include "core_cm3.h"
..\SYSTEM\usart\usart.c: 0 warnings, 1 error
"..\OBJ\test.axf" - 4 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:00
是这个,帮我看下是什么意思,是说我的core_cm3.h文件的问题,可是我直接粘贴光盘文件的的啊,是我哪里配置错了吗? |
|