You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scons
scons: Reading SConscript files ...
Newlib version:4.1.0
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build
CC build\packages\gui_engine-latest\example\gui_demo.o
In file included from packages\gui_engine-latest\include/rtgui/image.h:28,
from packages\gui_engine-latest\example\gui_demo.c:8:
packages\gui_engine-latest\include/rtgui/filerw.h:39:10: fatal error: dfs_posix.h: No such file or directory
39 | #include <dfs_posix.h>
| ^~~~~~~~~~~~~
compilation terminated.
scons: *** [build\packages\gui_engine-latest\example\gui_demo.o] Error 1
scons: building terminated because of errors.
The text was updated successfully, but these errors were encountered:
编译最新下载的rt thread lts v4.1.x (windows env bsp qemu-vexpress-a9)遇到这个问题:(看了下,这个问题很多人遇到,好像一直存在呢,没有完全解决……)
The text was updated successfully, but these errors were encountered: