lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library

Home Page:https://lvgl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lv_demo_rinter_icon_eco.o: No such file or directory

techtoys opened this issue · comments

Platform: Windows 7
LVGL version 7.2.0
Running Eclipse CDT 2018

Trying to compile lv_sim_eclipse_SDL demo with LV_USE_DEMO_PRINTER set 1. In main.c, lv_demo_printer() called. Added all SDL files following guideline in Simulator on PC.

Compile with build all gives the following error message:

'Building target: lv_sim_eclipse_sdl'
<skip for simplicity>
./lv_drivers/display/UC1610.o ./lv_drivers/display/fbdev.o ./lv_drivers/display/monitor.o  ./lv_drivers/win_drv.o  ./main.o ./mouse_cursor_icon.o   -lmingw32 -lSDL2main -lSDL2
gcc: error: ./lv_examples/src/lv_demo_printer/images/lv_demo_rinter_icon_eco.o: No such file or directory
make: *** [lv_sim_eclipse_sdl] Error 1

Is it somewhere in the source file mistyped lv_demo_rinter_icon_eco? I searched almost everywhere but could not locate it.