在线时间60 小时
UID3076747
注册时间2015-4-27
NXP金币0
该用户从未签到
高级会员

- 积分
- 916
- 最后登录
- 2020-4-8
|
本帖最后由 戏如人生 于 2015-8-3 19:44 编辑
首先感谢七姐,感谢论坛,感谢。。。等等 今天收到YL-KL26Z开发板,我下载好资料后在KEIL5中打开官方例程,编译出错 不知所措,刚开始还以为是给的例程有问题呢?哪位大神遇到过这种问题,怎么解决的啊??
Rebuild target 'DebugInFlash'
compiling arm_cm0.c...
..\Source\common\core_cm0.h(112): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory
#include <core_cmInstr.h> /* Core Instruction Access */
..\Source\common\arm_cm0.c: 0 warnings, 1 error
assembling startup_MKL25Z4.s...
compiling system_MKL25Z4.c...
..\Source\common\core_cm0plus.h(112): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory
#include <core_cmInstr.h> /* Core Instruction Access */
..\Source\common\system_MKL25Z4.c: 0 warnings, 1 error
compiling main.c...
..\Source\common\core_cm0.h(112): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory
#include <core_cmInstr.h> /* Core Instruction Access */
..\Source\App\main.c: 0 warnings, 1 error
compiling MKL_uart.c...
..\Source\common\core_cm0.h(112): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory
#include <core_cmInstr.h> /* Core Instruction Access */
..\Source\Drv\uart\MKL_uart.c: 0 warnings, 1 error
compiling retarget_mdk.c...
..\Source\common\core_cm0.h(112): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory
#include <core_cmInstr.h> /* Core Instruction Access */
..\Source\Drv\uart\retarget_mdk.c: 0 warnings, 1 error
compiling TSIDrv.c...
..\Source\common\core_cm0.h(112): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory
#include <core_cmInstr.h> /* Core Instruction Access */
..\Source\Drv\tsi\TSIDrv.c: 0 warnings, 1 error
compiling MKL_gpio.c...
..\Source\common\core_cm0.h(112): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory
#include <core_cmInstr.h> /* Core Instruction Access */
..\Source\Drv\GPIO\MKL_gpio.c: 0 warnings, 1 error
".\DebugInFlash\MKL_DebugInFlash.axf" - 7 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:03
这是编译Touch例程出现的错误 运行环境为MDK5.14
|
评分
-
查看全部评分
|