Niall Cooling
Niall Cooling
You should be able to determine by looking at the map file; but it will also depend on you optimisation settings. The GNU toolchain typically will link-time optimise out unreferenced...
I'm getting this, slightly different, error: ``` white-paper git:(main) tea -S tea: pantries sync’d ⎷ tea: installed: ~/.tea/pandoc.org/v2.19.2 tea: installed: ~/.tea/pandoc.org/crossref/v0.3.13 tea: installed: ~/.tea/gnome.org/librsvg/v2.55.1 tea: installed: ~/.tea/gnu.org/make/v4.3.0 tea: installed: ~/.tea/sourceware.org/libffi/v3.4.3...
Okay, that is now fine - just some font issues, but working okay. Thanks
The latest update replaces the use of submodules with CMake FetchContent as covered in the Lvgl [CMake documentation](https://docs.lvgl.io/master/get-started/cmake.html?highlight=cmake)
``` --- # Notes: # Sample project C code is not presently written to produce a release artifact. # As such, release build options are disabled. # This sample, therefore,...
from what I can infer (I'm not a Ruby programmer), the route problem is in `def stub_from_header(module_name, optz={})` when `opt` is not `{}` the function call to ``` stuboptz =...