感觉什么都弄好了,还会出现一大堆错误,谁能解答一下下
*** Using Compiler 'V5.06 update 3 (build 300)', folder: 'D:\keil 5\ARM\ARMCC\Bin'
Build target 'Target 1'
compiling misc.c...
..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c(24): error: #5: cannot open source input file "misc.h": No such file or directory
#include "misc.h"
..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c: 0 warnings, 1 error
compiling stm32f10x_adc.c...
..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c(23): error: #5: cannot open source input file "stm32f10x_adc.h": No such file or directory
#include "stm32f10x_adc.h"
..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c: 0 warnings, 1 error
compiling stm32f10x_can.c...
..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c(23): error: #5: cannot open source input file "stm32f10x_can.h": No such file or directory
#include "stm32f10x_can.h"
..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c: 0 warnings, 1 error
compiling stm32f10x_bkp.c...
..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c(23): error: #5: cannot open source input file "stm32f10x_bkp.h": No such file or directory
#include "stm32f10x_bkp.h"
等等 |