Hello,
I am trying to get started with Raspberry PI 3B bare-metal programming under Windows 11.
I have successfully setup Git, the toolchain, the make tool and the Circle framework.
Various Circle samples run fine.
Circle includes LVGL as an addon. I have included the LVGL code.
When I execute “make” to build the library, I get no errors or messages, but no files are created.
Kindly assist.
UPDATE:
I setup WSL and tried to build lvgl with that. I got a “make: *** No rule to make target ‘lvgl/lvgl/lvgl.h’, needed by ‘lvgl.o’. Stop.” error, even though lvgl.h does exist.