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
I got the error message when compiling for embedded: lv_binding_rust/lvgl-sys/vendor/lvgl/src/misc/lv_mem.h:20:10: fatal error: 'string.h' file not found
Solution: modifying lvgl-sys/build.rs by adding the arm-none-eabi include path
I got the error message when compiling for embedded:
lv_binding_rust/lvgl-sys/vendor/lvgl/src/misc/lv_mem.h:20:10: fatal error: 'string.h' file not found
Solution: modifying
lvgl-sys/build.rs
by adding the arm-none-eabi include pathMy Cargo.toml:
Is there a better solution instead of modifying build.rs?
The text was updated successfully, but these errors were encountered: