2个问题关于调试F407板子使用RTTHREAD官方BSP代码出现的错误,具体如下:
下载rtthread官方代码,使用KEIL打开BSP-》stm32f407-atk-explorer项目,使用探索者F407板子,打开项目报错:
One or more Device Fmily Pack Devices are not present-would you like to choose another device?
点否进入项目后,重新编译报错,3个错误
..\..\..\components\drivers\src\pipe.c(14): error: #5: cannot open source input file "sys/errno.h": No such file or directory
..\..\..\components\libc\compilers\common\sys/time.h(16): error: #5: cannot open source input file "sys/types.h": No such file or directory
..\..\..\components\libc\compilers\armlibc\syscalls.c(21): error: #5: cannot open source input file "fcntl.h": No such file or directory
如何解决?