Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Linking .pio/build/demo_env/firmware.elf
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:27: warning: memory region `rtc_iram_seg' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:39: warning: memory region `rtc_data_seg' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:66: warning: memory region `rtc_data_location' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:107: warning: memory region `rtc_slow_seg' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:160: warning: memory region `iram0_0_seg' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:490: warning: memory region `dram0_0_seg' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:599: warning: memory region `drom0_0_seg' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld:esp32.project.ld:620: warning: memory region `iram0_2_seg' not declared
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: section .dram0.data loaded at [0000000000000000,000000000000226b] overlaps section .iram0.vectors loaded at [0000000000000000,00000000000003ff]
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: section .flash.rodata loaded at [0000000000000000,000000000000b647] overlaps section .dram0.data loaded at [0000000000000000,000000000000226b]
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: section .flash.text loaded at [0000000000000000,00000000000185a3] overlaps section .flash.rodata loaded at [0000000000000000,000000000000b647]
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: section .iram0.text loaded at [0000000000000400,000000000000af16] overlaps section .flash.text loaded at [0000000000000000,00000000000185a3]
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(port.o): In function `pxPortInitialiseStack':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355:(.text.pxPortInitialiseStack+0x7b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(port.o): In function `xPortInIsrContext':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355:(.text.xPortInIsrContext+0x1e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(port.o): In function `vPortCPUReleaseMutexIntsDisabledInternal':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/portmux_impl.inc.h:163:(.text.vPortCPUReleaseMutex+0xa1): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(port.o): In function `vPortCPUAcquireMutexIntsDisabledInternal':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/portmux_impl.inc.h:107:(.text.vPortCPUAcquireMutex+0x107): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `cpu_configure_region_protection':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/include/soc/cpu.h:76:(.text.cpu_configure_region_protection+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `intr_matrix_clear':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:553:(.text.intr_matrix_clear+0xe): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:300:(.text.intr_matrix_clear+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `start_cpu0_default':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:333:(.iram1.25+0x14): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: uart_div_modify
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:386:(.iram1.25+0xb2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:390:(.iram1.25+0xc0): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `start_cpu1_default':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:438:(.iram1.29+0xc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_set_appcpu_boot_addr
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `cpu_init_memctl':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:441:(.iram1.29+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: uartAttach
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `call_start_cpu1':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:441:(.iram1.29+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_install_uart_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:444:(.iram1.29+0x29): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: uart_tx_switch
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `call_start_cpu0':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:133:(.iram1.28+0x13): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rtc_get_reset_reason
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:137:(.iram1.28+0x1d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rtc_get_reset_reason
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:155:(.iram1.28+0x2e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:159:(.iram1.28+0x42): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:204:(.iram1.28+0x60): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:205:(.iram1.28+0x70): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cpu_start.c:205:(.iram1.28+0x7e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Flush_rom
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `Cache_Flush':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/include/rom/cache.h:141:(.iram1.28+0x8c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Read_Enable_rom
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cpu_start.o): In function `DPORT_READ_PERI_REG':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/include/soc/dport_access.h:172:(.iram1.28+0xff): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_set_appcpu_boot_addr
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/include/soc/dport_access.h:172:(.iram1.28+0x10b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(esp_timer_esp32.o): In function `esp_timer_impl_update_apb_freq':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/esp_timer_esp32.c:324:(.iram1.19+0x3c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(esp_timer_esp32.o): In function `esp_timer_impl_init':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/esp_timer_esp32.c:336:(.text.esp_timer_impl_init+0x34): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(clk.o): In function `uart_tx_wait_idle':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/clk.c:233:(.text.esp_perip_clk_init+0x5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rtc_get_reset_reason
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/clk.c:236:(.text.esp_perip_clk_init+0xf): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rtc_get_reset_reason
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(cache_err_int.o): In function `esp_cache_err_int_init':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/cache_err_int.c:43:(.text.esp_cache_err_int_init+0x17): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(intr_alloc.o): In function `esp_intr_enable':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:711:(.iram1.16+0x5e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(intr_alloc.o): In function `esp_intr_disable':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:711:(.iram1.17+0x96): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(intr_alloc.o): In function `esp_intr_alloc_intrstatus':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:587:(.text.esp_intr_alloc_intrstatus+0xf8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:594:(.text.esp_intr_alloc_intrstatus+0x122): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:595:(.text.esp_intr_alloc_intrstatus+0x135): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:603:(.text.esp_intr_alloc_intrstatus+0x14f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:605:(.text.esp_intr_alloc_intrstatus+0x163): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:647:(.text.esp_intr_alloc_intrstatus+0x2a0): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:663:(.text.esp_intr_alloc_intrstatus+0x2f0): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(esp_timer.o): In function `timer_process_alarm':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/esp_timer.c:435:(.text.timer_process_alarm+0x42): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(esp_timer.o): In function `esp_timer_create':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/esp_timer.c:109:(.text.esp_timer_create+0x17): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: calloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(dport_access.o): In function `dport_access_init_core':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/dport_access.c:154:(.text.dport_access_init_core+0x22): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(dport_access.o): In function `esp_dport_access_stall_other_cpu_start':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/dport_access.c:154:(.iram1.18+0xcc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(dport_access.o): In function `esp_dport_access_stall_other_cpu_end':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/dport_access.c:154:(.iram1.19+0x84): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(system_api.o): In function `uart_tx_wait_idle':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/include/rom/uart.h:274:(.iram1.25+0xe9): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Read_Disable_rom
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/include/rom/uart.h:274:(.iram1.25+0xf7): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Read_Disable_rom
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(int_wdt.o): In function `xPortGetCoreID':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/include/freertos/portable.h:210:(.text.esp_int_wdt_cpu_init+0x22): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: intr_matrix_set
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(esp_adapter.o): In function `spin_lock_create_wrapper':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/esp_adapter.c:373:(.text.spin_lock_create_wrapper+0xe): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(esp_adapter.o): In function `xPortCanYield':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/include/freertos/portable.h:226:(.text.spin_lock_create_wrapper+0x1c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(ets_timer_legacy.o): In function `ets_timer_setfn':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/ets_timer_legacy.c:90:(.text.ets_timer_setfn+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(reset_reason.o): In function `esp_reset_reason_init':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/reset_reason.c:75:(.text.esp_reset_reason_init+0xc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rtc_get_reset_reason
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnewlib.a(time.o): In function `_gettimeofday_r':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/time.c:220:(.iram1.15+0x2a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/time.c:220:(.iram1.15+0x44): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __umoddi3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnewlib.a(reent_init.o): In function `esp_reent_init':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/reent_init.c:35:(.iram1.0+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnewlib.a(syscalls.o): In function `_calloc_r':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/syscalls.c:58:(.iram1.16+0x14): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/syscalls.c:60:(.iram1.16+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: bzero
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnewlib.a(locks.o): In function `lock_acquire_generic':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/locks.c:136:(.iram1.18+0x29): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnewlib.a(locks.o): In function `_lock_close':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/locks.c:113:(.iram1.17+0x21): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/liblog.a(log.o): In function `esp_log_level_set':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/log.c:128:(.text.esp_log_level_set+0x2a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/log.c:140:(.text.esp_log_level_set+0x8a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/log.c:140:(.text.esp_log_level_set+0xa9): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/log.c:151:(.text.esp_log_level_set+0xb2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/log.c:157:(.text.esp_log_level_set+0xd7): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/log.c:167:(.text.esp_log_level_set+0xfb): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/liblog.a(log.o): In function `get_uncached_log_level':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/log/log.c:121:(.iram1.14+0xb2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(heap_caps.o): In function `heap_caps_realloc':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/heap_caps.c:308:(.iram1.23+0xa1): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_ops.o): In function `spi_flash_write':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:373:(.iram1.36+0x71): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:397:(.iram1.36+0x139): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:414:(.iram1.36+0x19c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_ops.o): In function `spi_flash_read':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:528:(.iram1.38+0x66): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:531:(.iram1.38+0x8a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:591:(.iram1.38+0x1e7): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:609:(.iram1.38+0x252): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memmove
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:625:(.iram1.38+0x2a2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_ops.o): In function `spi_flash_guard_end':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_ops.c:169:(.iram1.38+0x2f3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_mmap.o): In function `spi_flash_mmap_init':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.24+0x7c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_mmap.o): In function `is_page_mapped_in_cache':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.33+0x34): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.33+0x53): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_mmap.o): In function `spi_flash_mmap_pages':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.27+0xce): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.27+0x1af): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.27+0x228): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Flush_rom
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.27+0x236): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Flush_rom
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_mmap.o): In function `Cache_Flush':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.27+0x24a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_mmap.o): In function `spi_flash_mmap':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.26+0x5a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_mmap.o): In function `spi_flash_munmap':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.28+0xbe): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(flash_mmap.o): In function `Cache_Flush':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.34+0x37): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Flush_rom
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/flash_mmap.c:320:(.iram1.34+0x45): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: Cache_Flush_rom
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libbootloader_support.a(bootloader_flash_config.o): In function `bootloader_flash_clock_config':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:64:(.iram1.1+0x30): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: esp_rom_spiflash_config_clk
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libbootloader_support.a(bootloader_flash_config.o): In function `bootloader_flash_gpio_config':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:93:(.iram1.2+0xd5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_efuse_get_spiconfig
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:95:(.iram1.2+0xe6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_out
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:96:(.iram1.2+0xf4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_out
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:97:(.iram1.2+0x100): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_in
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:98:(.iram1.2+0x10e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_out
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:99:(.iram1.2+0x11a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_in
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:100:(.iram1.2+0x128): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_out
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:101:(.iram1.2+0x134): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_in
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:102:(.iram1.2+0x143): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_out
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/bootloader_support/src/bootloader_flash_config.c:103:(.iram1.2+0x14f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: gpio_matrix_in
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libpthread.a(pthread.o): In function `esp_pthread_cfg_key_destructor':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread.c:173:(.text.esp_pthread_cfg_key_destructor+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libpthread.a(pthread.o): In function `pthread_mutex_init':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread.c:173:(.text.pthread_mutex_init+0x24): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread.c:173:(.text.pthread_mutex_init+0x58): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libpthread.a(pthread.o): In function `pthread_mutex_destroy':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread.c:173:(.text.pthread_mutex_destroy+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(spi_flash_rom_patch.o): In function `esp_rom_spiflash_read_status':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/spi_flash_rom_patch.c:529:(.text.esp_rom_spiflash_read_status+0x70): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: esp_rom_spiflash_read_user_cmd
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(spi_flash_rom_patch.o): In function `esp_rom_spiflash_read_statushigh':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/spi_flash_rom_patch.c:529:(.text.esp_rom_spiflash_read_statushigh+0xf): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: esp_rom_spiflash_read_user_cmd
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp_ringbuf.a(ringbuf.o): In function `prvGetFreeSize':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:992:(.text.prvGetFreeSize+0x31): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp_ringbuf.a(ringbuf.o): In function `prvReceiveGeneric':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:992:(.text.prvReceiveGeneric+0xcd): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:992:(.text.prvReceiveGeneric+0xe6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp_ringbuf.a(ringbuf.o): In function `xRingbufferSend':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:992:(.text.xRingbufferSend+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:992:(.text.xRingbufferSend+0x39): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp_ringbuf.a(ringbuf.o): In function `xRingbufferReceive':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:992:(.text.xRingbufferReceive+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp_ringbuf.a(ringbuf.o): In function `vRingbufferReturnItem':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:997:(.text.vRingbufferReturnItem+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_ringbuf/ringbuf.c:998:(.text.vRingbufferReturnItem+0x2c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(panic.o): In function `commonErrorHandler_dump':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.commonErrorHandler_dump+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(panic.o): In function `esp_error_check_failed_print':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.esp_error_check_failed_print+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.esp_error_check_failed_print+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.esp_error_check_failed_print+0x38): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.esp_error_check_failed_print+0x4e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(panic.o): In function `abort':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.abort+0x21): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(panic.o): In function `panicHandler':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.panicHandler+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715:(.text.panicHandler+0x48): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_time.o): In function `rtc_clk_cal_internal':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:142:(.text.rtc_clk_cal_internal+0x127): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:142:(.text.rtc_clk_cal_internal+0x14e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:142:(.text.rtc_clk_cal_internal+0x18a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:142:(.text.rtc_clk_cal_internal+0x19a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_time.o): In function `rtc_clk_cal':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:142:(.text.rtc_clk_cal+0x44): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_time.o): In function `rtc_time_get':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:148:(.text.rtc_time_get+0x1b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_time.o): In function `rtc_clk_wait_for_slow_cycle':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:166:(.text.rtc_clk_wait_for_slow_cycle+0x7a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_time.c:168:(.text.rtc_clk_wait_for_slow_cycle+0x86): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_wdt.o): In function `rtc_wdt_set_time':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_wdt.c:114:(.text.rtc_wdt_set_time+0x15): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_clk.o): In function `rtc_clk_bbpll_enable':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_enable+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_enable+0x2f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_enable+0x40): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_enable+0x4f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_enable+0x5e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_clk.o): In function `rtc_clk_8m_enable':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_8m_enable+0x76): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_clk.o): In function `rtc_clk_slow_freq_set':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_slow_freq_set+0x48): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_clk.o): In function `rtc_clk_fast_freq_set':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_fast_freq_set+0x22): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_clk.o): In function `rtc_clk_bbpll_configure':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x86): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x96): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0xce): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x132): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x142): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x163): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x172): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x181): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: rom_i2c_writeReg
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_bbpll_configure+0x194): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_delay_us
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_clk.o): In function `rtc_clk_cpu_freq_get_config':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_cpu_freq_get_config+0x51): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_cpu_freq_get_config+0x65): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(rtc_clk.o): In function `rtc_clk_cpu_freq_to_pll_mhz':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/esp32/rtc_clk.c:517:(.text.rtc_clk_cpu_freq_to_pll_mhz+0x35): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `prvCopyDataToQueue':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.prvCopyDataToQueue+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.prvCopyDataToQueue+0x4b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `prvNotifyQueueSetContainer':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.prvNotifyQueueSetContainer+0x1e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.prvNotifyQueueSetContainer+0x45): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `prvCopyDataFromQueue':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.prvCopyDataFromQueue+0x2c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueGenericReset':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericReset+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueGenericCreate':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericCreate+0x14): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericCreate+0x2b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueCreateCountingSemaphore':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueCreateCountingSemaphore+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueCreateCountingSemaphore+0x2a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueCreateCountingSemaphore+0x5e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueGenericSend':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSend+0x1d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSend+0x3a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSend+0x57): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSend+0x75): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueGiveMutexRecursive':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGiveMutexRecursive+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueGenericSendFromISR':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSendFromISR+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSendFromISR+0x2f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSendFromISR+0x4c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericSendFromISR+0xce): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueGiveFromISR':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGiveFromISR+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGiveFromISR+0x2c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGiveFromISR+0xb6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueGenericReceive':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericReceive+0x1b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericReceive+0x37): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueGenericReceive+0x55): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xPortGetCoreID':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueTakeMutexRecursive+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `xQueueReceiveFromISR':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueReceiveFromISR+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueReceiveFromISR+0x30): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.xQueueReceiveFromISR+0x96): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(queue.o): In function `vQueueDelete':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.vQueueDelete+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:2038:(.text.vQueueDelete+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `prvDeleteTLS':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.prvDeleteTLS+0x11): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `prvInitialiseNewTask':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.prvInitialiseNewTask+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `prvDeleteTCB':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.prvDeleteTCB+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.prvDeleteTCB+0x22): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.prvDeleteTCB+0x32): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.prvDeleteTCB+0x4b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskSuspendAll':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskSuspendAll+0x1e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskGetIdleTaskHandleForCPU':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskGetIdleTaskHandleForCPU+0x1d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskSwitchContext':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskSwitchContext+0xc5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskSwitchContext+0x2eb): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskSetTimeOutState':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskSetTimeOutState+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskGetCurrentTaskHandle':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskGetCurrentTaskHandle+0x17): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `pcTaskGetTaskName':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.pcTaskGetTaskName+0x1c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskGetSchedulerState':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskGetSchedulerState+0x2f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskExitCritical':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskExitCritical+0xd6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _xtos_set_intlevel
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `prvAddNewTaskToReadyList':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.prvAddNewTaskToReadyList+0x18): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskCreatePinnedToCore':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskCreatePinnedToCore+0x31): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskStartScheduler':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskStartScheduler+0x87): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskDelete':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskDelete+0xd8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskDelay':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskDelay+0x18): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskPrioritySet':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskPrioritySet+0x14): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskIncrementTick':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskIncrementTick+0x68): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskResumeAll':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskResumeAll+0x15): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskPlaceOnEventList':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskPlaceOnEventList+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `vTaskPlaceOnEventListRestricted':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.vTaskPlaceOnEventListRestricted+0x18): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskRemoveFromEventList':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskRemoveFromEventList+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskCheckForTimeOut':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskCheckForTimeOut+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskCheckForTimeOut+0x2c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(tasks.o): In function `xTaskPriorityDisinherit':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:4560:(.text.xTaskPriorityDisinherit+0x1d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(timers.o): In function `prvCheckForValidListAndQueue':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/timers.c:327:(.text.prvCheckForValidListAndQueue+0x65): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(timers.o): In function `xTimerCreateTimerTask':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/timers.c:327:(.text.xTimerCreateTimerTask+0x3e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(timers.o): In function `prvSwitchTimerLists':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/timers.c:885:(.text.prvSwitchTimerLists+0x5d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(timers.o): In function `prvProcessExpiredTimer':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/timers.c:510:(.text.prvProcessExpiredTimer+0x41): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(timers.o): In function `prvProcessReceivedCommands':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/timers.c:772:(.text.prvProcessReceivedCommands+0x82): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/timers.c:795:(.text.prvProcessReceivedCommands+0xa5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/timers.c:803:(.text.prvProcessReceivedCommands+0xc4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libfreertos.a(xtensa_intr.o): In function `xt_unhandled_interrupt':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/xtensa_intr.c:82:(.text.xt_unhandled_interrupt+0xe): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap_poisoning.o): In function `verify_allocated_region':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_poisoning.c:301:(.text.verify_allocated_region+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_poisoning.c:301:(.text.verify_allocated_region+0x7a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap_poisoning.o): In function `multi_heap_register':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_poisoning.c:306:(.text.multi_heap_register+0xc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `multi_heap_assert':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.get_prev_free_block+0x25): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.get_prev_free_block+0x45): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.split_if_necessary+0x28): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.split_if_necessary+0x3c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `split_if_necessary':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.split_if_necessary+0xc8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.split_if_necessary+0x129): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `multi_heap_assert':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.assert_valid_block+0x28): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.assert_valid_block+0x75): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.assert_valid_block+0xa5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.merge_adjacent+0x55): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.merge_adjacent+0x9d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.merge_adjacent+0xec): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `merge_adjacent':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.merge_adjacent+0x118): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `multi_heap_assert':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.merge_adjacent+0x12a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:402:(.text.multi_heap_get_allocated_size_impl+0x1d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `multi_heap_assert':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_platform.h:52:(.text.multi_heap_malloc_impl+0x56): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_platform.h:52:(.text.multi_heap_malloc_impl+0x6d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_platform.h:52:(.text.multi_heap_free_impl+0x3f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_platform.h:50:(.text.multi_heap_free_impl+0x55): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `is_first_block':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:137:(.text.multi_heap_free_impl+0x6c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `multi_heap_free_impl':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:486:(.text.multi_heap_free_impl+0xb6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `multi_heap_assert':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap_platform.h:52:(.text.multi_heap_realloc_impl+0x4c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(multi_heap.o): In function `block_data_size':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:155:(.text.multi_heap_realloc_impl+0x20c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memmove
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/multi_heap.c:150:(.text.multi_heap_realloc_impl+0x247): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(dbg_stubs.o): In function `esp_dbg_stubs_data_free':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/dbg_stubs.c:68:(.text.esp_dbg_stubs_data_free+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(dbg_stubs.o): In function `esp_dbg_stubs_data_alloc':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/dbg_stubs.c:60:(.text.esp_dbg_stubs_data_alloc+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- .pio/build/demo_env/libFrameworkArduino.a(esp32-hal-uart.c.o): In function `log_printf':
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/esp32-hal-uart.c:515:(.text.log_printf+0x42): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/esp32-hal-uart.c:524:(.text.log_printf+0x83): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/esp32-hal-uart.c:526:(.text.log_printf+0xa4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/esp32-hal-uart.c:528:(.text.log_printf+0xb3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o): In function `get_cie_encoding':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:271:(.text+0x293): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o): In function `start_fde_sort':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:408:(.text+0x69b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:412:(.text+0x6ae): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o): In function `fde_merge':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:566:(.text+0x84b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o): In function `__register_frame_info':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:81:(.text+0xaab): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o): In function `__register_frame_info_table':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:149:(.text+0xb0e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o): In function `__deregister_frame_info_bases':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:193:(.text+0xb87): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o): In function `__deregister_frame_info':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind-dw2-fde.c:223:(.text+0xbe4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(task_wdt.o): In function `task_wdt_isr':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252:(.text.task_wdt_isr+0x68): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252:(.text.task_wdt_isr+0xbb): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252:(.text.task_wdt_isr+0xd4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252:(.text.task_wdt_isr+0xfa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252:(.text.task_wdt_isr+0x11e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252:(.text.esp_task_wdt_init+0x1a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: calloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(task_wdt.o): In function `esp_task_wdt_add':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:268:(.text.esp_task_wdt_add+0x3e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: calloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libdriver.a(rtc_module.o): In function `rtc_isr_register':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/rtc_module.c:2007:(.text.rtc_isr_register+0xc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnewlib.a(syscall_table.o): In function `esp_setup_syscall_table':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/syscall_table.c:98:(.text.esp_setup_syscall_table+0x2a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs_uart.o): In function `uart_end_select':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_end_select+0x5c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_end_select+0x78): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_end_select+0x94): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs_uart.o): In function `uart_start_select':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_start_select+0x5f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_start_select+0x7f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_start_select+0x9f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs_uart.o): In function `uart_tcgetattr':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_tcgetattr+0x2a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs_uart.o): In function `uart_access':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_access+0x8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_access+0x17): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_access+0x24): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs_uart.o): In function `uart_open':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_open+0x8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_open+0x15): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:141:(.text.uart_open+0x22): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs_uart.o): In function `esp_vfs_dev_uart_register':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs_uart.c:899:(.text.esp_vfs_dev_uart_register+0xc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs.o): In function `esp_vfs_register_common':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.esp_vfs_register_common+0x43): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.esp_vfs_register_common+0x70): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.esp_vfs_register_common+0xa2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.esp_vfs_register_common+0xb7): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.esp_vfs_register_common+0xc4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs.o): In function `get_vfs_for_path':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.get_vfs_for_path+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.get_vfs_for_path+0x38): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs.o): In function `translate_path':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.translate_path+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncmp
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.translate_path+0x2b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libvfs.a(vfs.o): In function `esp_vfs_register':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/vfs/vfs.c:976:(.text.esp_vfs_register+0x5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libpthread.a(pthread_local_storage.o): In function `pthread_local_storage_thread_deleted_callback':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread_local_storage.c:180:(.text.pthread_local_storage_thread_deleted_callback+0x34): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread_local_storage.c:180:(.text.pthread_local_storage_thread_deleted_callback+0x42): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libpthread.a(pthread_local_storage.o): In function `pthread_key_create':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread_local_storage.c:180:(.text.pthread_key_create+0x5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libpthread.a(pthread_local_storage.o): In function `pthread_key_delete':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread_local_storage.c:180:(.text.pthread_key_delete+0x2e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libpthread.a(pthread_local_storage.o): In function `pthread_setspecific':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread_local_storage.c:221:(.text.pthread_setspecific+0x1d): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: calloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread_local_storage.c:243:(.text.pthread_setspecific+0x5f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/pthread/pthread_local_storage.c:256:(.text.pthread_setspecific+0x6e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- .pio/build/demo_env/libFrameworkArduino.a(WString.cpp.o): In function `String::invalidate()':
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String10invalidateEv+0x1c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- .pio/build/demo_env/libFrameworkArduino.a(WString.cpp.o): In function `String::changeBuffer(unsigned int)':
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String12changeBufferEj+0x50): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: realloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String12changeBufferEj+0x77): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memmove
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String12changeBufferEj+0x87): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String12changeBufferEj+0xea): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String12changeBufferEj+0xf5): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- .pio/build/demo_env/libFrameworkArduino.a(WString.cpp.o): In function `String::setSSO(bool)':
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String12changeBufferEj+0x11e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- .pio/build/demo_env/libFrameworkArduino.a(WString.cpp.o): In function `String::copy(char const*, unsigned int)':
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6String4copyEPKcj+0x28): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memmove
- .pio/build/demo_env/libFrameworkArduino.a(WString.cpp.o): In function `String::String(char const*)':
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/WString.cpp:857:(.text._ZN6StringC2EPKc+0xf): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `uw_update_context_1':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/config/xtensa/unwind-dw2-xtensa.c:384:(.text+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `uw_init_context_1':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/config/xtensa/unwind-dw2-xtensa.c:467:(.text+0xbf): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `extract_cie_info':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/config/xtensa/unwind-dw2-xtensa.c:221:(.text+0x292): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `uw_install_context_1':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/config/xtensa/unwind-dw2-xtensa.c:509:(.text+0x47e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `_Unwind_RaiseException':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind.inc:88:(.text+0x657): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind.inc:103:(.text+0x6ab): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `_Unwind_ForcedUnwind':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind.inc:201:(.text+0x704): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `_Unwind_Resume':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind.inc:224:(.text+0x75f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o): In function `_Unwind_Resume_or_Rethrow':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libgcc/unwind.inc:254:(.text+0x7d6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc_nano.a(lib_a-mprec.o): In function `_Balloc':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mprec.c:102:(.text+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc_nano.a(lib_a-mprec.o): In function `_Bfree':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mprec.c:138:(.text+0x7e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc_nano.a(lib_a-mprec.o): In function `__multadd':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mprec.c:183:(.text+0xf8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc_nano.a(lib_a-mprec.o): In function `__pow5mult':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mprec.c:434:(.text+0x392): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc_nano.a(lib_a-mprec.o): In function `__ratio':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mprec.c:950:(.text+0x767): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __divdf3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc_nano.a(lib_a-mprec.o): In function `_mprec_log10':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/mprec.c:987:(.text+0x798): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(stack_check.o): In function `__stack_chk_fail':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/stack_check.c:35:(.text.__stack_chk_fail+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libesp32.a(brownout.o): In function `rtc_brownout_isr_handler':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/brownout.c:45:(.text.rtc_brownout_isr_handler+0x27): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-svfprintf.o): In function `get_arg':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2275:(.text+0x2bc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2281:(.text+0x2e2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-svfprintf.o): In function `_svfprintf_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:696:(.text+0x498): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:697:(.text+0x4a3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1540:(.text+0x61b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:962:(.text+0x626): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:963:(.text+0x632): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1237:(.text+0xf58): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-svfprintf.o): In function `cvt':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1838:(.text+0x10b3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1838:(.text+0x10c4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1844:(.text+0x10fe): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1844:(.text+0x1108): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __fixdfsi
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1844:(.text+0x1110): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1845:(.text+0x111e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1848:(.text+0x114f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __nedf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1848:(.text+0x116b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __gtdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1849:(.text+0x1182): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1883:(.text+0x1254): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __nedf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1884:(.text+0x1273): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-svfprintf.o): In function `_svfprintf_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1516:(.text+0x1e7f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memchr
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1525:(.text+0x1ea2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1604:(.text+0x278b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __umoddi3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1608:(.text+0x27de): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1617:(.text+0x2803): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1706:(.text+0x2c2a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1753:(.text+0x32f2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __nedf2
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfiprintf.o): In function `get_arg':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2275:(.text+0x2bc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2281:(.text+0x2e2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfiprintf.o): In function `__sprint_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:429:(.text+0x4ae): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fputwc_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:437:(.text+0x4da): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sfvwrite_r
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfiprintf.o): In function `_vfiprintf_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:859:(.text+0x50e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sinit
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:865:(.text+0x59b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __swsetup_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1540:(.text+0x727): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:962:(.text+0x732): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:963:(.text+0x73e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1522:(.text+0x17de): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memchr
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1525:(.text+0x17f3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1599:(.text+0x209f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __umoddi3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1609:(.text+0x20e6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1620:(.text+0x2112): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfiprintf.o): In function `__sbprintf':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:485:(.text+0x2676): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fflush_r
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-dtoa.o): In function `_dtoa_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:238:(.text+0x125): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:282:(.text+0x1be): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:347:(.text+0x244): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatunsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:356:(.text+0x262): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:356:(.text+0x26e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:356:(.text+0x27a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __adddf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:356:(.text+0x286): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:356:(.text+0x292): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:356:(.text+0x2a0): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __adddf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:358:(.text+0x2aa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __fixdfsi
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:359:(.text+0x2bf): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:359:(.text+0x2ca): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:359:(.text+0x2d8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __nedf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:364:(.text+0x306): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __gtdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:450:(.text+0x45b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __divdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:457:(.text+0x484): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:459:(.text+0x4a2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __divdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:463:(.text+0x4cb): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:468:(.text+0x4e8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:471:(.text+0x51a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:477:(.text+0x53f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:478:(.text+0x558): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:480:(.text+0x563): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:480:(.text+0x56f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __adddf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:485:(.text+0x592): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:486:(.text+0x5a6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __gtdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:488:(.text+0x5c7): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:498:(.text+0x5f3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __divdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:498:(.text+0x603): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:498:(.text+0x617): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __fixdfsi
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:501:(.text+0x61f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:502:(.text+0x630): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:503:(.text+0x646): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:506:(.text+0x65a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:506:(.text+0x666): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:510:(.text+0x686): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:511:(.text+0x69c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:518:(.text+0x6b2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:518:(.text+0x6c6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __fixdfsi
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:521:(.text+0x6ce): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:522:(.text+0x6e0): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:526:(.text+0x700): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __adddf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:526:(.text+0x70e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __gtdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:528:(.text+0x728): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:528:(.text+0x736): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:519:(.text+0x75a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:556:(.text+0x7b7): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:556:(.text+0x7c3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __gedf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:562:(.text+0x7de): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __divdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:562:(.text+0x7e4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __fixdfsi
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:562:(.text+0x7ec): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:563:(.text+0x7fa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:572:(.text+0x813): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:573:(.text+0x828): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __adddf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:576:(.text+0x842): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:576:(.text+0x85a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:586:(.text+0x89f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:590:(.text+0x8b1): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/../../../.././newlib/libc/stdlib/dtoa.c:741:(.text+0xb27): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-svfiprintf.o): In function `get_arg':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2275:(.text+0x2bc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2281:(.text+0x2e2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-svfiprintf.o): In function `__ssprint_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:318:(.text+0x4f6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:342:(.text+0x54e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memmove
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-svfiprintf.o): In function `_svfiprintf_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1540:(.text+0x6f3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:962:(.text+0x6fe): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:963:(.text+0x70a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1522:(.text+0x17ae): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memchr
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1525:(.text+0x17c3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1599:(.text+0x206f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __umoddi3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1609:(.text+0x20b6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1620:(.text+0x20e2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(heap_caps_init.o): In function `heap_caps_init':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/heap_caps_init.c:107:(.text.heap_caps_init+0x13a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/heap_caps_init.c:140:(.text.heap_caps_init+0x23b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libheap.a(heap_caps_init.o): In function `heap_caps_add_region_with_caps':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/heap_caps_init.c:216:(.text.heap_caps_add_region_with_caps+0x67): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/heap_caps_init.c:236:(.text.heap_caps_add_region_with_caps+0xbb): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(partition.o): In function `iterator_create':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/partition.c:276:(.text.iterator_create+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(partition.o): In function `load_partitions':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/partition.c:276:(.text.load_partitions+0x36): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/partition.c:276:(.text.load_partitions+0xcf): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(partition.o): In function `esp_partition_iterator_release':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/partition.c:276:(.text.esp_partition_iterator_release+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libspi_flash.a(partition.o): In function `esp_partition_next':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/partition.c:276:(.text.esp_partition_next+0x4c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_api.o): In function `lookup_storage_from_name(char const*)':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_platform.hpp:38:(.text._ZL24lookup_storage_from_namePKc+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_storage.o): In function `intrusive_list_node<nvs::Storage::BlobIndexNode>::intrusive_list_node()':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/intrusive_list.h:24:(.text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE+0x4f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_storage.o): In function `nvs::Storage::eraseOrphanDataBlobs(intrusive_list<nvs::Storage::BlobIndexNode>&)':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_storage.cpp:78:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0x59): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_storage.cpp:78:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0x6a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_storage.cpp:78:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0x7b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_storage.cpp:78:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0x8c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_storage.o): In function `nvs::Storage::eraseOrphanDataBlobs(intrusive_list<nvs::Storage::BlobIndexNode>&)':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/5.2.0/bits/predefined_ops.h:228:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0x9c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/5.2.0/bits/predefined_ops.h:228:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0xae): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/5.2.0/bits/predefined_ops.h:228:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0xc2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_storage.o): In function `nvs::Storage::eraseOrphanDataBlobs(intrusive_list<nvs::Storage::BlobIndexNode>&)':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_storage.cpp:75:(.text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE+0xd6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_storage.o): In function `nvs::Item::getKey(char*, unsigned int)':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_types.hpp:128:(.text._ZN3nvs7Storage4initEjj+0x7e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_page.o): In function `nvs::Page::Header::calculateCrc32()':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_page.cpp:852:(.text._ZN3nvs4Page6Header14calculateCrc32Ev+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: crc32_le
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_page.o): In function `nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char)':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_page.cpp:852:(.text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE+0x10a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_page.o): In function `nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset)':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_page.cpp:852:(.text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE+0x1fb): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncmp
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o): In function `std::type_info::operator==(std::type_info const&) const':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/typeinfo:124:(.text._ZNKSt9type_infoeqERKS_$isra$0+0x16): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_alloc.o): In function `__cxa_allocate_exception':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/eh_alloc.cc:313:(.text.__cxa_allocate_exception+0x8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/eh_alloc.cc:313:(.text.__cxa_allocate_exception+0x2b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_alloc.o): In function `__cxa_free_exception':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/eh_alloc.cc:313:(.text.__cxa_free_exception+0x2a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_alloc.o): In function `_GLOBAL__sub_I___cxa_allocate_exception':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/eh_alloc.cc:125:(.text.startup._GLOBAL__sub_I___cxa_allocate_exception+0x20): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o): In function `std::type_info::operator==(std::type_info const&) const':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/typeinfo:124:(.text._ZNKSt9type_infoeqERKS_$isra$0+0x16): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strcmp
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfprintf.o): In function `get_arg':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2275:(.text+0x2bc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:2281:(.text+0x2e2): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfprintf.o): In function `_vfprintf_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:696:(.text+0x498): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:697:(.text+0x4a3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:859:(.text+0x4b7): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sinit
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:865:(.text+0x547): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __swsetup_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1540:(.text+0x6eb): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:962:(.text+0x6f6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:963:(.text+0x702): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _localeconv_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1237:(.text+0x1024): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __ltdf2
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfprintf.o): In function `cvt':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1838:(.text+0x117f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1838:(.text+0x1190): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1844:(.text+0x11ca): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1844:(.text+0x11d4): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __fixdfsi
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1844:(.text+0x11dc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __floatsidf
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1845:(.text+0x11ea): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __subdf3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1848:(.text+0x121b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __nedf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1848:(.text+0x1237): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __gtdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1849:(.text+0x124e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1883:(.text+0x1320): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __nedf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1884:(.text+0x133f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfprintf.o): In function `_vfprintf_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1516:(.text+0x1f4f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memchr
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1525:(.text+0x1f72): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1604:(.text+0x285b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __umoddi3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1608:(.text+0x28ae): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strncpy
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1617:(.text+0x28d3): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __udivdi3
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1706:(.text+0x2cf8): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __eqdf2
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:1753:(.text+0x33ce): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __nedf2
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vfprintf.o): In function `__sbprintf':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vfprintf.c:479:(.text+0x370e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fflush_r
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(memory_layout_utils.o): In function `s_prepare_reserved_regions':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/src/memory_layout_utils.c:65:(.text.s_prepare_reserved_regions+0x12): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/src/memory_layout_utils.c:76:(.text.s_prepare_reserved_regions+0x56): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: qsort
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/src/memory_layout_utils.c:93:(.text.s_prepare_reserved_regions+0xda): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: ets_printf
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libsoc.a(memory_layout_utils.o): In function `soc_get_available_memory_regions':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/soc/src/memory_layout_utils.c:108:(.text.soc_get_available_memory_regions+0x28): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memcpy
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o): In function `eh_globals_dtor(void*)':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/eh_globals.cc:86:(.text._ZL15eh_globals_dtorPv+0x1b): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o): In function `__cxa_get_globals':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/eh_globals.cc:131:(.text.__cxa_get_globals+0x1e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- .pio/build/demo_env/libFrameworkArduino.a(Print.cpp.o): In function `Print::write(char const*)':
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/cores/esp32/Print.cpp:90:(.text._ZN5Print5writeEPKc[Print::write(char const*)]+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_types.o): In function `nvs::Item::calculateCrc32() const':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_types.cpp:29:(.text._ZNK3nvs4Item14calculateCrc32Ev+0xc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: crc32_le
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_types.cpp:30:(.text._ZNK3nvs4Item14calculateCrc32Ev+0x17): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: crc32_le
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_types.cpp:31:(.text._ZNK3nvs4Item14calculateCrc32Ev+0x22): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: crc32_le
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libnvs_flash.a(nvs_types.o): In function `nvs::Item::calculateCrc32WithoutValue() const':
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_types.cpp:40:(.text._ZNK3nvs4Item26calculateCrc32WithoutValueEv+0xa): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: crc32_le
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_types.cpp:41:(.text._ZNK3nvs4Item26calculateCrc32WithoutValueEv+0x14): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: crc32_le
- /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_types.cpp:42:(.text._ZNK3nvs4Item26calculateCrc32WithoutValueEv+0x1e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: crc32_le
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o): In function `operator new(unsigned int)':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/new_op.cc:50:(.text._Znwj+0xc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: malloc
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-fopen.o): In function `_fopen_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fopen.c:136:(.text+0x19): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sfp
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fopen.c:141:(.text+0x2e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _open_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fopen.c:141:(.text+0x39): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sfp_lock_acquire
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fopen.c:146:(.text+0x4a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sfp_lock_release
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-fseeko.o): In function `_fseeko_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:139:(.text+0xe): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sinit
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:149:(.text+0x5c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fflush_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:174:(.text+0x92): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fflush_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:221:(.text+0x106): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __smakebuf_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:233:(.text+0x142): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fstat_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:260:(.text+0x17a): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fstat_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:317:(.text+0x21f): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: memset
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:342:(.text+0x28e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __srefill_r
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/fseeko.c:358:(.text+0x2ae): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: _fflush_r
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-s_frexp.o): In function `frexp':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libm/math/../../../.././newlib/libm/math/s_frexp.c:103:(.text+0x2e): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __muldf3
- /home/marvin/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o): In function `operator delete(void*)':
- /builds/idf/crosstool-NG/.build/src/gcc-5.2.0/libstdc++-v3/libsupc++/del_op.cc:46:(.text._ZdlPv+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: free
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc_nano.a(lib_a-puts.o): In function `_puts_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/puts.c:83:(.text+0x6): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: strlen
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/puts.c:96:(.text+0x2c): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sinit
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/puts.c:100:(.text+0x75): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sfvwrite_r
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vprintf.o): In function `vprintf':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vprintf.c:38:(.text+0x14): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sinit
- /home/marvin/.platformio/packages/framework-arduinoespressif32@src-537c58760dafe7fcc8a1d9bbcf00b6f6/tools/sdk/lib/libc.a(lib_a-vprintf.o): In function `_vprintf_r':
- /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vprintf.c:55:(.text+0x42): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: __sinit
- collect2: error: ld returned 1 exit status
- *** [.pio/build/demo_env/firmware.elf] Error 1
Advertisement
Add Comment
Please, Sign In to add comment