lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
63 stars 19 forks source link

Error compiling with ESP-IDF 5.2.0 #56

Closed ikkesia closed 3 months ago

ikkesia commented 3 months ago

The latest clone uses esp-idf 5.2.0. During compilation I get the following error.

MPY ili9341.py                                               
GEN /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/frozen_content.c
[1062/1891] Generating ../../genhdr/moduledefs.collected
Module registrations updated
[1889/1891] Linking CXX executable micropython.elf                                                                                                                                  
FAILED: micropython.elf
: && /Users/tbe/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=/Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/micropython.map -Wl,--no-warn-rwx-segments -Wl,--wrap=esp_panic_handler -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32.peripherals.ld -T esp32.rom.ld -T esp32.rom.api.ld -T esp32.rom.libgcc.ld -T esp32.rom.newlib-data.ld -T esp32.rom.syscalls.ld -T esp32.rom.newlib-funcs.ld -T memory.ld -T sections.ld CMakeFiles/micropython.elf.dir/project_elf_src_esp32.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_bus/modlcd_bus.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_bus/lcd_types.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_bus/esp32_src/i2c_bus.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_bus/esp32_src/spi_bus.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_bus/esp32_src/i80_bus.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_bus/esp32_src/rgb_bus.c.obj CMakeFiles/micropython.elf.dir/lv_mp.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_group.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_class.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_draw.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_event.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_id_builtin.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_pos.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_property.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_scroll.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_style.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_style_gen.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_obj_tree.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/core/lv_refr.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/display/lv_display.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_arc.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_buf.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_image.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_label.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_line.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_mask.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_rect.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_triangle.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_draw_vector.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/lv_image_decoder.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_draw_buf_pxp.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp_fill.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp_img.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_draw_pxp_layer.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_pxp_cfg.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_pxp_osa.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/pxp/lv_pxp_utils.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_buf_vglite.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_arc.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_border.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_fill.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_img.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_label.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_layer.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_line.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_draw_vglite_triangle.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_vglite_buf.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_vglite_matrix.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_vglite_path.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/nxp/vglite/lv_vglite_utils.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_arc.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_border.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_fill.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_image.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_label.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_line.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_mask_rectangle.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_triangle.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/renesas/dave2d/lv_draw_dave2d_utils.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sdl/lv_draw_sdl.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/blend/lv_draw_sw_blend.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_argb8888.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_rgb565.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/blend/lv_draw_sw_blend_to_rgb888.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_arc.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_border.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_box_shadow.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_fill.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_gradient.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_img.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_letter.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_line.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_mask.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_mask_rect.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_transform.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_triangle.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/sw/lv_draw_sw_vector.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_buf_vg_lite.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_arc.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_border.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_box_shadow.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_fill.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_img.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_label.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_layer.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_line.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_mask_rect.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_triangle.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_draw_vg_lite_vector.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_vg_lite_decoder.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_vg_lite_grad.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_vg_lite_math.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_vg_lite_path.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_vg_lite_pending.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/draw/vg_lite/lv_vg_lite_utils.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/display/drm/lv_linux_drm.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/display/fb/lv_linux_fbdev.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/display/ili9341/lv_ili9341.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/display/lcd/lv_lcd_generic_mipi.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/display/st7735/lv_st7735.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/display/st7789/lv_st7789.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/display/st7796/lv_st7796.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/evdev/lv_evdev.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/libinput/lv_libinput.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/libinput/lv_xkb.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_cache.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_entry.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_fbdev.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_image_cache.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_lcd.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_libuv.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_profiler.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/nuttx/lv_nuttx_touchscreen.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/sdl/lv_sdl_keyboard.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/sdl/lv_sdl_mouse.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/sdl/lv_sdl_mousewheel.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/sdl/lv_sdl_window.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/windows/lv_windows_context.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/windows/lv_windows_display.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/windows/lv_windows_input.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/x11/lv_x11_display.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/drivers/x11/lv_x11_input.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_binfont_loader.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_dejavu_16_persian_hebrew.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_fmt_txt.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_10.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_12.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_14.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_16.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_18.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_20.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_22.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_24.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_26.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_28.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_28_compressed.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_30.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_32.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_34.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_36.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_38.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_40.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_42.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_44.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_46.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_48.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_montserrat_8.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_simsun_16_cjk.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_unscii_16.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/font/lv_font_unscii_8.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/indev/lv_indev.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/indev/lv_indev_scroll.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/layouts/flex/lv_flex.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/layouts/grid/lv_grid.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/layouts/lv_layout.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/barcode/code128.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/barcode/lv_barcode.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/bin_decoder/lv_bin_decoder.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/bmp/lv_bmp.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/ffmpeg/lv_ffmpeg.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/freetype/lv_freetype.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/freetype/lv_freetype_glyph.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/freetype/lv_freetype_image.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/freetype/lv_freetype_outline.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/freetype/lv_ftsystem.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/fsdrv/lv_fs_cbfs.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/fsdrv/lv_fs_fatfs.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/fsdrv/lv_fs_littlefs.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/fsdrv/lv_fs_memfs.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/fsdrv/lv_fs_posix.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/fsdrv/lv_fs_stdio.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/fsdrv/lv_fs_win32.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/gif/gifdec.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/gif/lv_gif.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/libjpeg_turbo/lv_libjpeg_turbo.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/libpng/lv_libpng.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/lodepng/lodepng.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/lodepng/lv_lodepng.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/lz4/lz4.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/qrcode/lv_qrcode.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/qrcode/qrcodegen.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/rle/lv_rle.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/rlottie/lv_rlottie.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/tiny_ttf/lv_tiny_ttf.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/tjpgd/lv_tjpgd.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/libs/tjpgd/tjpgd.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/lv_init.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/cache/_lv_cache_lru_rb.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/cache/lv_cache.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/cache/lv_cache_entry.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/cache/lv_image_cache.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_anim.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_anim_timeline.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_area.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_array.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_async.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_bidi.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_color.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_color_op.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_event.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_fs.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_ll.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_log.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_lru.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_math.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_palette.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_profiler_builtin.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_rb.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_style.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_style_gen.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_templ.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_text.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_text_ap.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_timer.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/misc/lv_utils.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/osal/lv_cmsis_rtos2.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/osal/lv_freertos.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/osal/lv_os_none.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/osal/lv_pthread.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/osal/lv_rtthread.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/osal/lv_windows.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/file_explorer/lv_file_explorer.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/fragment/lv_fragment.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/fragment/lv_fragment_manager.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/gridnav/lv_gridnav.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/ime/lv_ime_pinyin.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/imgfont/lv_imgfont.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/monkey/lv_monkey.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/observer/lv_observer.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/snapshot/lv_snapshot.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/sysmon/lv_sysmon.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/others/vg_lite_tvg/vg_lite_matrix.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/builtin/lv_mem_core_builtin.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/builtin/lv_sprintf_builtin.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/builtin/lv_string_builtin.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/builtin/lv_tlsf.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/clib/lv_mem_core_clib.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/clib/lv_sprintf_clib.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/clib/lv_string_clib.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/lv_mem.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/micropython/lv_mem_core_micropython.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/rtthread/lv_mem_core_rtthread.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/rtthread/lv_sprintf_rtthread.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/stdlib/rtthread/lv_string_rtthread.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/themes/default/lv_theme_default.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/themes/lv_theme.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/themes/mono/lv_theme_mono.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/themes/simple/lv_theme_simple.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/tick/lv_tick.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/animimage/lv_animimage.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/arc/lv_arc.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/bar/lv_bar.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/button/lv_button.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/buttonmatrix/lv_buttonmatrix.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/calendar/lv_calendar.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/calendar/lv_calendar_header_arrow.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/calendar/lv_calendar_header_dropdown.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/canvas/lv_canvas.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/chart/lv_chart.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/checkbox/lv_checkbox.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/dropdown/lv_dropdown.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/image/lv_image.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/imagebutton/lv_imagebutton.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/keyboard/lv_keyboard.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/label/lv_label.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/led/lv_led.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/line/lv_line.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/list/lv_list.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/menu/lv_menu.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/msgbox/lv_msgbox.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/objx_templ/lv_objx_templ.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/roller/lv_roller.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/scale/lv_scale.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/slider/lv_slider.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/span/lv_span.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/spinbox/lv_spinbox.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/spinner/lv_spinner.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/switch/lv_switch.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/table/lv_table.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/tabview/lv_tabview.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/textarea/lv_textarea.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/tileview/lv_tileview.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/lib/lvgl/src/widgets/win/lv_win.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lvgl_addons/src/color_addons.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lvgl/mem_core.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_utils/src/lcd_utils.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/lcd_utils/src/remap.c.obj CMakeFiles/micropython.elf.dir/Users/tbe/esp/lvgl_micropython/ext_mod/esp32_additions/nvs/src/nvs.c.obj -o micropython.elf -L/Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/soc/esp32/ld   -L/Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom/esp32/ld   -L/Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/esp-idf/esp_system/ld   -L/Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_phy/lib/esp32   -L/Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_coex/lib/esp32   -L/Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32   -L/Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/bt/controller/lib_esp32/esp32 esp-idf/xtensa/libxtensa.a  esp-idf/esp_ringbuf/libesp_ringbuf.a  esp-idf/efuse/libefuse.a  esp-idf/esp_mm/libesp_mm.a  esp-idf/driver/libdriver.a  esp-idf/esp_pm/libesp_pm.a  esp-idf/esp_bootloader_format/libesp_bootloader_format.a  esp-idf/esp_app_format/libesp_app_format.a  esp-idf/bootloader_support/libbootloader_support.a  esp-idf/esp_partition/libesp_partition.a  esp-idf/app_update/libapp_update.a  esp-idf/spi_flash/libspi_flash.a  esp-idf/pthread/libpthread.a  esp-idf/esp_system/libesp_system.a  esp-idf/esp_rom/libesp_rom.a  esp-idf/hal/libhal.a  esp-idf/log/liblog.a  esp-idf/heap/libheap.a  esp-idf/soc/libsoc.a  esp-idf/esp_hw_support/libesp_hw_support.a  esp-idf/freertos/libfreertos.a  esp-idf/newlib/libnewlib.a  esp-idf/cxx/libcxx.a  esp-idf/esp_common/libesp_common.a  esp-idf/esp_timer/libesp_timer.a  esp-idf/app_trace/libapp_trace.a  esp-idf/esp_event/libesp_event.a  esp-idf/nvs_flash/libnvs_flash.a  esp-idf/esp_phy/libesp_phy.a  esp-idf/vfs/libvfs.a  esp-idf/lwip/liblwip.a  esp-idf/esp_netif/libesp_netif.a  esp-idf/wpa_supplicant/libwpa_supplicant.a  esp-idf/esp_coex/libesp_coex.a  esp-idf/esp_wifi/libesp_wifi.a  esp-idf/bt/libbt.a  esp-idf/unity/libunity.a  esp-idf/cmock/libcmock.a  esp-idf/console/libconsole.a  esp-idf/http_parser/libhttp_parser.a  esp-idf/esp-tls/libesp-tls.a  esp-idf/esp_adc/libesp_adc.a  esp-idf/esp_eth/libesp_eth.a  esp-idf/esp_gdbstub/libesp_gdbstub.a  esp-idf/esp_hid/libesp_hid.a  esp-idf/tcp_transport/libtcp_transport.a  esp-idf/esp_http_client/libesp_http_client.a  esp-idf/esp_http_server/libesp_http_server.a  esp-idf/esp_https_ota/libesp_https_ota.a  esp-idf/esp_lcd/libesp_lcd.a  esp-idf/protobuf-c/libprotobuf-c.a  esp-idf/protocomm/libprotocomm.a  esp-idf/esp_local_ctrl/libesp_local_ctrl.a  esp-idf/espcoredump/libespcoredump.a  esp-idf/wear_levelling/libwear_levelling.a  esp-idf/sdmmc/libsdmmc.a  esp-idf/fatfs/libfatfs.a  esp-idf/json/libjson.a  esp-idf/mqtt/libmqtt.a  esp-idf/nvs_sec_provider/libnvs_sec_provider.a  esp-idf/perfmon/libperfmon.a  esp-idf/spiffs/libspiffs.a  esp-idf/ulp/libulp.a  esp-idf/wifi_provisioning/libwifi_provisioning.a  esp-idf/espressif__mdns/libespressif__mdns.a  esp-idf/main_esp32/libmain_esp32.a  esp-idf/app_trace/libapp_trace.a  esp-idf/unity/libunity.a  esp-idf/wear_levelling/libwear_levelling.a  -u nvs_sec_provider_include_impl  esp-idf/protocomm/libprotocomm.a  esp-idf/protobuf-c/libprotobuf-c.a  esp-idf/json/libjson.a  esp-idf/bt/libbt.a  -lbtdm_app  -u ld_include_hli_vectors_bt  esp-idf/sdmmc/libsdmmc.a  esp-idf/espressif__mdns/libespressif__mdns.a  esp-idf/console/libconsole.a  esp-idf/xtensa/libxtensa.a  esp-idf/esp_ringbuf/libesp_ringbuf.a  esp-idf/efuse/libefuse.a  esp-idf/esp_mm/libesp_mm.a  esp-idf/driver/libdriver.a  esp-idf/esp_pm/libesp_pm.a  esp-idf/esp_bootloader_format/libesp_bootloader_format.a  esp-idf/esp_app_format/libesp_app_format.a  esp-idf/bootloader_support/libbootloader_support.a  esp-idf/esp_partition/libesp_partition.a  esp-idf/app_update/libapp_update.a  esp-idf/spi_flash/libspi_flash.a  esp-idf/pthread/libpthread.a  esp-idf/esp_system/libesp_system.a  esp-idf/esp_rom/libesp_rom.a  esp-idf/hal/libhal.a  esp-idf/log/liblog.a  esp-idf/heap/libheap.a  esp-idf/soc/libsoc.a  esp-idf/esp_hw_support/libesp_hw_support.a  esp-idf/freertos/libfreertos.a  esp-idf/newlib/libnewlib.a  esp-idf/cxx/libcxx.a  esp-idf/esp_common/libesp_common.a  esp-idf/esp_timer/libesp_timer.a  esp-idf/esp_event/libesp_event.a  esp-idf/nvs_flash/libnvs_flash.a  esp-idf/esp_phy/libesp_phy.a  esp-idf/vfs/libvfs.a  esp-idf/lwip/liblwip.a  esp-idf/esp_netif/libesp_netif.a  esp-idf/wpa_supplicant/libwpa_supplicant.a  esp-idf/esp_coex/libesp_coex.a  esp-idf/esp_wifi/libesp_wifi.a  esp-idf/http_parser/libhttp_parser.a  esp-idf/esp-tls/libesp-tls.a  esp-idf/esp_adc/libesp_adc.a  esp-idf/esp_eth/libesp_eth.a  esp-idf/esp_gdbstub/libesp_gdbstub.a  esp-idf/tcp_transport/libtcp_transport.a  esp-idf/esp_http_client/libesp_http_client.a  esp-idf/esp_http_server/libesp_http_server.a  esp-idf/esp_https_ota/libesp_https_ota.a  esp-idf/ulp/libulp.a  esp-idf/mbedtls/mbedtls/library/libmbedtls.a  esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a  esp-idf/mbedtls/mbedtls/library/libmbedx509.a  esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a  esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_coex/lib/esp32/libcoexist.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libcore.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libespnow.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libmesh.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libpp.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libwapi.a  esp-idf/xtensa/libxtensa.a  esp-idf/esp_ringbuf/libesp_ringbuf.a  esp-idf/efuse/libefuse.a  esp-idf/esp_mm/libesp_mm.a  esp-idf/driver/libdriver.a  esp-idf/esp_pm/libesp_pm.a  esp-idf/esp_bootloader_format/libesp_bootloader_format.a  esp-idf/esp_app_format/libesp_app_format.a  esp-idf/bootloader_support/libbootloader_support.a  esp-idf/esp_partition/libesp_partition.a  esp-idf/app_update/libapp_update.a  esp-idf/spi_flash/libspi_flash.a  esp-idf/pthread/libpthread.a  esp-idf/esp_system/libesp_system.a  esp-idf/esp_rom/libesp_rom.a  esp-idf/hal/libhal.a  esp-idf/log/liblog.a  esp-idf/heap/libheap.a  esp-idf/soc/libsoc.a  esp-idf/esp_hw_support/libesp_hw_support.a  esp-idf/freertos/libfreertos.a  esp-idf/newlib/libnewlib.a  esp-idf/cxx/libcxx.a  esp-idf/esp_common/libesp_common.a  esp-idf/esp_timer/libesp_timer.a  esp-idf/esp_event/libesp_event.a  esp-idf/nvs_flash/libnvs_flash.a  esp-idf/esp_phy/libesp_phy.a  esp-idf/vfs/libvfs.a  esp-idf/lwip/liblwip.a  esp-idf/esp_netif/libesp_netif.a  esp-idf/wpa_supplicant/libwpa_supplicant.a  esp-idf/esp_coex/libesp_coex.a  esp-idf/esp_wifi/libesp_wifi.a  esp-idf/http_parser/libhttp_parser.a  esp-idf/esp-tls/libesp-tls.a  esp-idf/esp_adc/libesp_adc.a  esp-idf/esp_eth/libesp_eth.a  esp-idf/esp_gdbstub/libesp_gdbstub.a  esp-idf/tcp_transport/libtcp_transport.a  esp-idf/esp_http_client/libesp_http_client.a  esp-idf/esp_http_server/libesp_http_server.a  esp-idf/esp_https_ota/libesp_https_ota.a  esp-idf/ulp/libulp.a  esp-idf/mbedtls/mbedtls/library/libmbedtls.a  esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a  esp-idf/mbedtls/mbedtls/library/libmbedx509.a  esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a  esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_coex/lib/esp32/libcoexist.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libcore.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libespnow.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libmesh.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libpp.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libwapi.a  esp-idf/xtensa/libxtensa.a  esp-idf/esp_ringbuf/libesp_ringbuf.a  esp-idf/efuse/libefuse.a  esp-idf/esp_mm/libesp_mm.a  esp-idf/driver/libdriver.a  esp-idf/esp_pm/libesp_pm.a  esp-idf/esp_bootloader_format/libesp_bootloader_format.a  esp-idf/esp_app_format/libesp_app_format.a  esp-idf/bootloader_support/libbootloader_support.a  esp-idf/esp_partition/libesp_partition.a  esp-idf/app_update/libapp_update.a  esp-idf/spi_flash/libspi_flash.a  esp-idf/pthread/libpthread.a  esp-idf/esp_system/libesp_system.a  esp-idf/esp_rom/libesp_rom.a  esp-idf/hal/libhal.a  esp-idf/log/liblog.a  esp-idf/heap/libheap.a  esp-idf/soc/libsoc.a  esp-idf/esp_hw_support/libesp_hw_support.a  esp-idf/freertos/libfreertos.a  esp-idf/newlib/libnewlib.a  esp-idf/cxx/libcxx.a  esp-idf/esp_common/libesp_common.a  esp-idf/esp_timer/libesp_timer.a  esp-idf/esp_event/libesp_event.a  esp-idf/nvs_flash/libnvs_flash.a  esp-idf/esp_phy/libesp_phy.a  esp-idf/vfs/libvfs.a  esp-idf/lwip/liblwip.a  esp-idf/esp_netif/libesp_netif.a  esp-idf/wpa_supplicant/libwpa_supplicant.a  esp-idf/esp_coex/libesp_coex.a  esp-idf/esp_wifi/libesp_wifi.a  esp-idf/http_parser/libhttp_parser.a  esp-idf/esp-tls/libesp-tls.a  esp-idf/esp_adc/libesp_adc.a  esp-idf/esp_eth/libesp_eth.a  esp-idf/esp_gdbstub/libesp_gdbstub.a  esp-idf/tcp_transport/libtcp_transport.a  esp-idf/esp_http_client/libesp_http_client.a  esp-idf/esp_http_server/libesp_http_server.a  esp-idf/esp_https_ota/libesp_https_ota.a  esp-idf/ulp/libulp.a  esp-idf/mbedtls/mbedtls/library/libmbedtls.a  esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a  esp-idf/mbedtls/mbedtls/library/libmbedx509.a  esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a  esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_coex/lib/esp32/libcoexist.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libcore.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libespnow.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libmesh.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libpp.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libwapi.a  esp-idf/xtensa/libxtensa.a  esp-idf/esp_ringbuf/libesp_ringbuf.a  esp-idf/efuse/libefuse.a  esp-idf/esp_mm/libesp_mm.a  esp-idf/driver/libdriver.a  esp-idf/esp_pm/libesp_pm.a  esp-idf/esp_bootloader_format/libesp_bootloader_format.a  esp-idf/esp_app_format/libesp_app_format.a  esp-idf/bootloader_support/libbootloader_support.a  esp-idf/esp_partition/libesp_partition.a  esp-idf/app_update/libapp_update.a  esp-idf/spi_flash/libspi_flash.a  esp-idf/pthread/libpthread.a  esp-idf/esp_system/libesp_system.a  esp-idf/esp_rom/libesp_rom.a  esp-idf/hal/libhal.a  esp-idf/log/liblog.a  esp-idf/heap/libheap.a  esp-idf/soc/libsoc.a  esp-idf/esp_hw_support/libesp_hw_support.a  esp-idf/freertos/libfreertos.a  esp-idf/newlib/libnewlib.a  esp-idf/cxx/libcxx.a  esp-idf/esp_common/libesp_common.a  esp-idf/esp_timer/libesp_timer.a  esp-idf/esp_event/libesp_event.a  esp-idf/nvs_flash/libnvs_flash.a  esp-idf/esp_phy/libesp_phy.a  esp-idf/vfs/libvfs.a  esp-idf/lwip/liblwip.a  esp-idf/esp_netif/libesp_netif.a  esp-idf/wpa_supplicant/libwpa_supplicant.a  esp-idf/esp_coex/libesp_coex.a  esp-idf/esp_wifi/libesp_wifi.a  esp-idf/http_parser/libhttp_parser.a  esp-idf/esp-tls/libesp-tls.a  esp-idf/esp_adc/libesp_adc.a  esp-idf/esp_eth/libesp_eth.a  esp-idf/esp_gdbstub/libesp_gdbstub.a  esp-idf/tcp_transport/libtcp_transport.a  esp-idf/esp_http_client/libesp_http_client.a  esp-idf/esp_http_server/libesp_http_server.a  esp-idf/esp_https_ota/libesp_https_ota.a  esp-idf/ulp/libulp.a  esp-idf/mbedtls/mbedtls/library/libmbedtls.a  esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a  esp-idf/mbedtls/mbedtls/library/libmbedx509.a  esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a  esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_coex/lib/esp32/libcoexist.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libcore.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libespnow.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libmesh.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libpp.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libwapi.a  esp-idf/xtensa/libxtensa.a  esp-idf/esp_ringbuf/libesp_ringbuf.a  esp-idf/efuse/libefuse.a  esp-idf/esp_mm/libesp_mm.a  esp-idf/driver/libdriver.a  esp-idf/esp_pm/libesp_pm.a  esp-idf/esp_bootloader_format/libesp_bootloader_format.a  esp-idf/esp_app_format/libesp_app_format.a  esp-idf/bootloader_support/libbootloader_support.a  esp-idf/esp_partition/libesp_partition.a  esp-idf/app_update/libapp_update.a  esp-idf/spi_flash/libspi_flash.a  esp-idf/pthread/libpthread.a  esp-idf/esp_system/libesp_system.a  esp-idf/esp_rom/libesp_rom.a  esp-idf/hal/libhal.a  esp-idf/log/liblog.a  esp-idf/heap/libheap.a  esp-idf/soc/libsoc.a  esp-idf/esp_hw_support/libesp_hw_support.a  esp-idf/freertos/libfreertos.a  esp-idf/newlib/libnewlib.a  esp-idf/cxx/libcxx.a  esp-idf/esp_common/libesp_common.a  esp-idf/esp_timer/libesp_timer.a  esp-idf/esp_event/libesp_event.a  esp-idf/nvs_flash/libnvs_flash.a  esp-idf/esp_phy/libesp_phy.a  esp-idf/vfs/libvfs.a  esp-idf/lwip/liblwip.a  esp-idf/esp_netif/libesp_netif.a  esp-idf/wpa_supplicant/libwpa_supplicant.a  esp-idf/esp_coex/libesp_coex.a  esp-idf/esp_wifi/libesp_wifi.a  esp-idf/http_parser/libhttp_parser.a  esp-idf/esp-tls/libesp-tls.a  esp-idf/esp_adc/libesp_adc.a  esp-idf/esp_eth/libesp_eth.a  esp-idf/esp_gdbstub/libesp_gdbstub.a  esp-idf/tcp_transport/libtcp_transport.a  esp-idf/esp_http_client/libesp_http_client.a  esp-idf/esp_http_server/libesp_http_server.a  esp-idf/esp_https_ota/libesp_https_ota.a  esp-idf/ulp/libulp.a  esp-idf/mbedtls/mbedtls/library/libmbedtls.a  esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a  esp-idf/mbedtls/mbedtls/library/libmbedx509.a  esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a  esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_coex/lib/esp32/libcoexist.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libcore.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libespnow.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libmesh.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libpp.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi/lib/esp32/libwapi.a  /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/xtensa/esp32/libxt_hal.a  -u esp_app_desc  -u pthread_include_pthread_impl  -u pthread_include_pthread_cond_var_impl  -u pthread_include_pthread_local_storage_impl  -u pthread_include_pthread_rwlock_impl  -u pthread_include_pthread_semaphore_impl  -u ld_include_highint_hdl  -u start_app  -u start_app_other_cores  -u __ubsan_include  -Wl,--wrap=longjmp  -u esp_dport_access_reg_read  -Wl,--undefined=FreeRTOS_openocd_params  -u app_main  -lc  -lm  -u newlib_include_heap_impl  -u newlib_include_syscalls_impl  -u newlib_include_pthread_impl  -u newlib_include_assert_impl  -Wl,--wrap=_Unwind_SetEnableExceptionFdeSorting  -Wl,--wrap=__register_frame_info_bases  -Wl,--wrap=__register_frame_info  -Wl,--wrap=__register_frame  -Wl,--wrap=__register_frame_info_table_bases  -Wl,--wrap=__register_frame_info_table  -Wl,--wrap=__register_frame_table  -Wl,--wrap=__deregister_frame_info_bases  -Wl,--wrap=__deregister_frame_info  -Wl,--wrap=_Unwind_Find_FDE  -Wl,--wrap=_Unwind_GetGR  -Wl,--wrap=_Unwind_GetCFA  -Wl,--wrap=_Unwind_GetIP  -Wl,--wrap=_Unwind_GetIPInfo  -Wl,--wrap=_Unwind_GetRegionStart  -Wl,--wrap=_Unwind_GetDataRelBase  -Wl,--wrap=_Unwind_GetTextRelBase  -Wl,--wrap=_Unwind_SetIP  -Wl,--wrap=_Unwind_SetGR  -Wl,--wrap=_Unwind_GetLanguageSpecificData  -Wl,--wrap=_Unwind_FindEnclosingFunction  -Wl,--wrap=_Unwind_Resume  -Wl,--wrap=_Unwind_RaiseException  -Wl,--wrap=_Unwind_DeleteException  -Wl,--wrap=_Unwind_ForcedUnwind  -Wl,--wrap=_Unwind_Resume_or_Rethrow  -Wl,--wrap=_Unwind_Backtrace  -Wl,--wrap=__cxa_call_unexpected  -Wl,--wrap=__gxx_personality_v0  -u __cxa_guard_dummy  -lstdc++  esp-idf/pthread/libpthread.a  esp-idf/newlib/libnewlib.a  -lgcc  esp-idf/cxx/libcxx.a  -u __cxx_fatal_exception  -u include_esp_phy_override  -lphy  -lrtc  esp-idf/esp_phy/libesp_phy.a  -lphy  -lrtc  esp-idf/esp_phy/libesp_phy.a  -lphy  -lrtc  -u vfs_include_syscalls_impl && :
/Users/tbe/.espressif_v5.2.0/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: micropython.elf section `.iram0.text' will not fit in region `iram0_0_seg'
/Users/tbe/.espressif_v5.2.0/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: IRAM0 segment data does not fit.
/Users/tbe/.espressif_v5.2.0/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: region `iram0_0_seg' overflowed by 352 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
HINT: The applications static IRAM usage is larger than the available IRAM size.
For more information on how to reduze IRAM usage run 'idf.py docs -sp api-guides/performance/ram-usage.html#optimizing-iram-usage' 
ninja failed with exit code 1, output of the command is in the /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stderr_output_51968 and /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stdout_output_51968
-e See https://github.com/micropython/micropython/wiki/Build-Troubleshooting
make: *** [all] Error 1
zelogik commented 3 months ago

Not exactly the same as #54, but kdschlosser is doing many change on the code, give him some time to finish :D

ikkesia commented 3 months ago

No pressure on @kdschlosser, just report in case it's helpful.

kdschlosser commented 3 months ago

This is fixed.

kdschlosser commented 3 months ago

sorry didn't mean to close this, I thought it was a different issue.

Clone the repo again and give it a try. It should be fixed. If everything is good then close the issue please.

ikkesia commented 3 months ago

Error after resizing partition.

MPY ili9341.py                                               
GEN /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/frozen_content.c
[1062/1891] Generating ../../genhdr/moduledefs.collected
Module registrations updated
[1890/1891] Generating binary image from built executable                                                                                                                           
esptool.py v4.7.0
Creating esp32 image...
Merged 2 ELF sections
Successfully created esp32 image.
Generated /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/micropython.bin
[1891/1891] cd /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/esp-idf/esptool_py && /Users/tbe/.espressif_v5.2.0/python_env/idf5.2_py3.10_env/bin/python /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/partition_table/partition-table.bin /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/micropython.bin
FAILED: esp-idf/esptool_py/CMakeFiles/app_check_size /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/esp-idf/esptool_py/CMakeFiles/app_check_size
cd /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/esp-idf/esptool_py && /Users/tbe/.espressif_v5.2.0/python_env/idf5.2_py3.10_env/bin/python /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/partition_table/partition-table.bin /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/micropython.bin
Error: app partition is too small for binary micropython.bin size 0x27c2a0:
- Part 'factory' 0/0 @ 0x10000 size 0x100000 (overflow 0x17c2a0)
ninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stderr_output_71701 and /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stdout_output_71701
-e See https://github.com/micropython/micropython/wiki/Build-Troubleshooting
make: *** [all] Error 1

***** Resizing Partition *****

***** Running build again *****

idf.py -D MICROPY_BOARD=ESP32_GENERIC -D MICROPY_BOARD_DIR="/Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/boards/ESP32_GENERIC"  -DUSER_C_MODULES=../../../../../ext_mod/micropython.cmake -D MICROPY_FROZEN_MANIFEST=/Users/tbe/esp/lvgl_micropython/build/manifest.py -B build-ESP32_GENERIC build || (echo -e "See \033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m"; false)
WARNING: Python interpreter "/Users/tbe/.espressif_v5.2.0/python_env/idf5.2_py3.10_env/bin/python" used to start idf.py is not from installed venv "/Users/tbe/.espressif/python_env/idf5.2_py3.10_env"
Executing action: all (aliases: build)
Running ninja in directory /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC
Executing "ninja all"...
-- Building ESP-IDF components for target esp32
Processing 2 dependencies:
[2/2] idf (5.2.0)           
-- Project sdkconfig file /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/sdkconfig
Loading defaults file /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/sdkconfig.combined...
/Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/sdkconfig.combined:100 CONFIG_ESP32_WIFI_IRAM_OPT was replaced with CONFIG_ESP_WIFI_IRAM_OPT
/Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/sdkconfig.combined:101 CONFIG_ESP32_WIFI_RX_IRAM_OPT was replaced with CONFIG_ESP_WIFI_RX_IRAM_OPT
/Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/sdkconfig.combined:144 CONFIG_BT_NIMBLE_TASK_STACK_SIZE was replaced with CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE
-- App "micropython" version: v1.24.0-preview-42-g2b0e64bea-d
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/esp-idf/esp_system/ld/memory.ld
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_system/ld/esp32/sections.ld.in
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld
Including User C Module(s) from ../../../../../ext_mod/micropython.cmake
Found User C Module(s): usermod_lcd_bus, usermod_lvgl, lvgl_interface, usermod_lcd_utils, usermod_nvs
-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_system esp_timer esp_wifi espcoredump espressif__mdns esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main_esp32 mbedtls mqtt newlib nvs_flash nvs_sec_provider openthread partition_table perfmon protobuf-c protocomm pthread sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant xtensa
-- Component paths: /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/app_trace /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/app_update /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/bootloader /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/bootloader_support /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/bt /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/cmock /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/console /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/cxx /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/driver /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/efuse /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp-tls /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_adc /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_app_format /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_bootloader_format /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_coex /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_common /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_eth /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_event /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_gdbstub /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_hid /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_http_client /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_http_server /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_https_ota /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_https_server /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_hw_support /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_lcd /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_local_ctrl /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_mm /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_netif /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_netif_stack /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_partition /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_phy /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_pm /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_psram /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_ringbuf /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_rom /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_system /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_timer /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esp_wifi /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/espcoredump /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/managed_components/espressif__mdns /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/esptool_py /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/fatfs /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/freertos /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/hal /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/heap /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/http_parser /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/idf_test /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/ieee802154 /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/json /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/log /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/lwip /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/main_esp32 /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/mbedtls /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/mqtt /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/newlib /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/nvs_flash /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/nvs_sec_provider /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/openthread /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/partition_table /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/perfmon /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/protobuf-c /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/protocomm /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/pthread /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/sdmmc /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/soc /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/spi_flash /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/spiffs /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/tcp_transport /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/ulp /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/unity /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/usb /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/vfs /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/wear_levelling /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/wifi_provisioning /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/wpa_supplicant /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/xtensa
-- Generating done (1.3s)  
-- Build files have been written to: /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC
[1/250] Generating ../../partition_table/partition-table.bin
FAILED: partition_table/partition-table.bin /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/partition_table/partition-table.bin
cd /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/esp-idf/partition_table && /Users/tbe/.espressif_v5.2.0/python_env/idf5.2_py3.10_env/bin/python /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- /Users/tbe/esp/lvgl_micropython/build/partitions-4MiB.csv /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/partition_table/partition-table.bin && /usr/local/Cellar/cmake/3.29.3/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/local/Cellar/cmake/3.29.3/bin/cmake -E echo "*******************************************************************************" && /Users/tbe/.espressif_v5.2.0/python_env/idf5.2_py3.10_env/bin/python /Users/tbe/esp/lvgl_micropython/lib/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/partition_table/partition-table.bin && /usr/local/Cellar/cmake/3.29.3/bin/cmake -E echo "*******************************************************************************"
Partition vfs invalid: Offset 0x28d2a0 is not aligned to 0x1000
[2/250] cd /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/esp-idf/main_esp32 && /usr/local/Cellar/cmake/3.29.3/bin/cmake -E make_directory /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/genhdr && /Users/tbe/.espressif_v5.2.0/python_env/idf5.2_py3.10_env/bin/python /Users/tbe/esp/lvgl_micropython/lib/micropython/py/makeversionhdr.py /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/genhdr/mpversion.h
ninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stderr_output_79155 and /Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC/log/idf_py_stdout_output_79155
-e See https://github.com/micropython/micropython/wiki/Build-Troubleshooting
make: *** [all] Error 1
ikkesia commented 3 months ago

python make.py esp32 clean submodules mpy_cross BOARD=ESP32_GENERIC DISPLAY=ili9341 INDEV=xpt2046

Commit #e12b838. Compilation completed successfully.

kdschlosser commented 3 months ago

I am still working on the last bit of getting the build system to work properly.

I added the ability to overclock the flash and the SPIRAM on the ESP32-S3.

If the MCU has octal SPIRAM and octal flash the actual speed they end up being at is 240Mhz for each. That is a HUGE increase from the 80Mhz it is currently at. The reason why this is so important is due to a limiting factor if using SPIRAM to hold the frame buffer and wanting to use double buffering. If you have the display set to say 80Mhz you will end up with anomalies on the display. This is because the RAM is not able to keep up with the 80MHZ write if the ram is being read from and written to at the same time the transfer is taking place. The 80MHZ bandwidth ends up getting split between the read and write that is taking place. so the highest SPI speed you would be able to set for the display would be 40Mhz. This solves that specific problem.

As always there is a cost to doing that. The cost is an increase in temperature of the ESP32. it will raise the temps by 20°C and if the ambient temperature is high enough the ESP32 can overheat. Nothing that adding some passive cooling wouldn't handle but it is something that has to be considered.

ikkesia commented 3 months ago

For ESP32-S3 users this will certainly be a fabulous improvement.

Regarding commit #ec841b6 "hopefully fixes the ESP32 build" maybe you need to work a little bit more.

micropython.bin binary size 0x27c2a0 bytes. Smallest app partition is 0x27d000 bytes. 0xd60 bytes (0%) free.
Warning: The smallest app partition is nearly full (0% free space left)!
Project build complete. To flash, run:
idf.py flash
or
idf.py -p PORT flash
or
python -m esptool --chip esp32 -b 460800 --before default_reset --after no_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 40m 0x1000 build-ESP32_GENERIC/bootloader/bootloader.bin 0x8000 build-ESP32_GENERIC/partition_table/partition-table.bin 0x10000 build-ESP32_GENERIC/micropython.bin
or from the "/Users/tbe/esp/lvgl_micropython/lib/micropython/ports/esp32/build-ESP32_GENERIC" directory
python -m esptool --chip esp32 -b 460800 --before default_reset --after no_reset write_flash "@flash_args"
bootloader  @0x001000    24800  (    3872 remaining)
partitions  @0x008000     3072  (    1024 remaining)
application @0x010000  2605728  (    3424 remaining)
total                  2671264

esptool.py v4.7.0
A fatal error occurred: Please specify the chip argument (choose from esp8266, esp32, esp32s2, esp32s3beta2, esp32s3, esp32c3, esp32c6beta, esp32h2beta1, esp32h2beta2, esp32c2, esp32c6, esp32h2, esp32p4)
kdschlosser commented 3 months ago

yeah I know. It should be fixed now. I am being lazy and I don't want to go and look at the docs for the esptool.

kdschlosser commented 3 months ago

It is compiling on the CI so everything should be good to go now.

ikkesia commented 3 months ago

Just compiled. :ok_hand:

esptool.py v4.7.0
Wrote 0x28c2b0 bytes to file /Users/tbe/esp/lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC-4.bin, ready to flash to offset 0x0

To flash firmware:
Replace "(PORT)" with the serial port for your esp32
and run the commands.

/Users/tbe/.espressif/python_env/idf5.2_py3.10_env/bin/python -m esptool -p (PORT) -b 460800 erase_flash

/Users/tbe/.espressif/python_env/idf5.2_py3.10_env/bin/python -m esptool --chip esp32 -b 921600 --before default_reset --after no_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 "/Users/tbe/esp/lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC-4.bin"