大学生
最后登录1970-1-1
在线时间 小时
注册时间2016-7-26
|
*** Using Compiler 'V5.05 update 2 (build 169)', folder: 'D:\Keil5\ARM\ARMCC\Bin'
Build target 'Led'
compiling app.c...
..\..\User\BSP\bsp.h(78): error: #5: cannot open source input file "bsp_os.h": No such file or directory
#include <bsp_os.h>
..\..\User\APP\app.c: 0 warnings, 1 error
compiling bsp.c...
..\..\User\BSP\bsp.h(78): error: #5: cannot open source input file "bsp_os.h": No such file or directory
#include <bsp_os.h>
..\..\User\BSP\bsp.c: 0 warnings, 1 error
"..\..\Output\流水灯.axf" - 2 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:03
如上为KEIL的编译结果,按照火哥书上所述应该是 由于工程没有使用μC/OS-Ⅲ源码中 STM32 的
“stm32f10x_lib.h”总头文件,在这里使用裸机例程里已有的“stm32f10x.h”文件,但是打开了“stm32f10x.h”不知道怎么进行下去了。
说明:正在使用的是野火官方论坛的STM32F103mini(指南者)开发板
|
-
教程中描述的这个文件没有找到,烦请大神帮忙指点一下,感激不尽
|