按视频步骤做了好多次,一直出现这个问题,求解决方法
Build started: Project: Template
*** Using Compiler 'V6.15', folder: 'D:\ruanjian\Keil\MDK_ARM\Arm533\ARM\ARMCLANG\Bin'
Build target 'Target 1'
test.c(2): warning: extra tokens at end of #include directive [-Wextra-tokens]
#include "stm32f4xx.h";
^
//
test.c(2): warning: In file included from...
../HEADER\stm32f4xx.h(151): warning: In file included from...
../HEADER/stm32f429xx.h(192): warning: In file included from...
../HEADER/core_cm4.h(210): warning: In file included from...
../HEADER/core_cmInstr.h(57): error: 'cmsis_armcc_V6.h' file not found
#include "cmsis_armcc_V6.h"
^~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
compiling test.c...
".\Objects\Template.axf" - 1 Error(s), 1 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01