apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.74k stars 1.14k forks source link

distclean issue with esp32-wrover-kit:lvgl #8853

Open pkarashchenko opened 1 year ago

pkarashchenko commented 1 year ago

I tried running

./tools/configure.sh esp32-wrover-kit:lvgl
make
make distclean

and got next output with distclean:

make distclean
find: ./lvgl/demos: No such file or directory
find: ./lvgl/examples: No such file or directory
find: ./lvgl/src/extra: No such file or directory
gustavonihei commented 1 year ago

Also reproducible with sim:lvgl_lcd and sim:lvgl_fb.