What do you want to achieve?
Trying to make an executable (using “make -j4”) after building with “cmake …”. Started with the lvgl example project, and added my exported UI C code from SquareLine Studio. Resulting in an error “possible failure to include lv_conf.h”, I read the comments in the code (lv_internal_conf.h) it referred to which sent me to: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80753
which didn’t seem to help. This error seems to be resulting in TONS of “macro redefined” errors, I’m assuming stemming from the lv_conf.h not being included. New to SquareLine and lvgl, thanks in advance
What have you tried so far?
Manually including lv_conf.h, (creates more issues)
Screenshot or video
Others
- SquareLine Studio version:
Latest - Operating system:
MacOS - Target hardware:
Raspberry PI