高中生
最后登录1970-1-1
在线时间 小时
注册时间2015-11-14
|
F429 3-程序源码\1-固件库例程\1-固件库例程\U盘实验
U盘实验 编译有问题呀,我是用KEIL5编译的?难道还需要设置什么吗?
*** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'U盘读写测试'
compiling main.c...
..\..\USER\./APP/usbh_bsp.h(22): error: #5: cannot open source input file "usb_bsp.h": No such file or directory
#include "usb_bsp.h"
..\..\USER\main.c: 0 warnings, 1 error
compiling stm32f4xx_it.c...
..\..\USER\stm32f4xx_it.c(34): error: #5: cannot open source input file "usb_bsp.h": No such file or directory
#include "usb_bsp.h"
..\..\USER\stm32f4xx_it.c: 0 warnings, 1 error
compiling diskio.c...
..\..\USER\./APP/usbh_bsp.h(22): error: #5: cannot open source input file "usb_bsp.h": No such file or directory
#include "usb_bsp.h"
..\..\USER\FATFS\diskio.c: 0 warnings, 1 error
compiling usb_hcd_int.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_OTG_Driver\src\usb_hcd_int.c": No such file or directory
..\..\Libraries\STM32_USB_OTG_Driver\src\usb_hcd_int.c: 0 warnings, 1 error
compiling usb_hcd.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_OTG_Driver\src\usb_hcd.c": No such file or directory
..\..\Libraries\STM32_USB_OTG_Driver\src\usb_hcd.c: 0 warnings, 1 error
compiling usb_core.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_OTG_Driver\src\usb_core.c": No such file or directory
..\..\Libraries\STM32_USB_OTG_Driver\src\usb_core.c: 0 warnings, 1 error
compiling usbh_core.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_core.c": No such file or directory
..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_core.c: 0 warnings, 1 error
compiling usbh_hcs.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_hcs.c": No such file or directory
..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_hcs.c: 0 warnings, 1 error
compiling usbh_ioreq.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_ioreq.c": No such file or directory
..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_ioreq.c: 0 warnings, 1 error
compiling usbh_stdreq.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_stdreq.c": No such file or directory
..\..\Libraries\STM32_USB_HOST_Library\Core\src\usbh_stdreq.c: 0 warnings, 1 error
compiling usbh_msc_bot.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_HOST_Library\Class\MSC\src\usbh_msc_bot.c": No such file or directory
..\..\Libraries\STM32_USB_HOST_Library\Class\MSC\src\usbh_msc_bot.c: 0 warnings, 1 error
compiling usbh_msc_core.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_HOST_Library\Class\MSC\src\usbh_msc_core.c": No such file or directory
..\..\Libraries\STM32_USB_HOST_Library\Class\MSC\src\usbh_msc_core.c: 0 warnings, 1 error
compiling usbh_msc_scsi.c...
"no source": Error: #5: cannot open source input file "..\..\Libraries\STM32_USB_HOST_Library\Class\MSC\src\usbh_msc_scsi.c": No such file or directory
..\..\Libraries\STM32_USB_HOST_Library\Class\MSC\src\usbh_msc_scsi.c: 0 warnings, 1 error
compiling usb_bsp.c...
..\..\USER\APP\usb_bsp.c(30): error: #5: cannot open source input file "usb_bsp.h": No such file or directory
#include "usb_bsp.h"
..\..\USER\APP\usb_bsp.c: 0 warnings, 1 error
compiling usbh_usr.c...
..\..\USER\./APP/usbh_usr.h(34): error: #5: cannot open source input file "usbh_core.h": No such file or directory
#include "usbh_core.h"
..\..\USER\APP\usbh_usr.c: 0 warnings, 1 error
"..\..\Output\U盘读写测试.axf" - 5 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:03
|
|