You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, maybe this is some problem in another place but, please tell me maybe a hint or someone that debugging is working with library:
(yeah, without this library debugging is working fine), so my setup:
Hi, maybe this is some problem in another place but, please tell me maybe a hint or someone that debugging is working with library:
(yeah, without this library debugging is working fine), so my setup:
https://eltron.pl/kontrolery_rf_i_urzadzenia_peryferyjne-espressif-esp32_pico_kit_1-1_54oyy3
https://www.tme.eu/pl/details/esp-prog/
https://github.com/jmceleney/espsoftwareserial
And im getting an error:
.pio\build\pico32\libf30\libespsoftwareserial-8.2.0-fork(SoftwareSerial.cpp.o): in function `std::__atomic_base<unsigned int>::load(std::memory_order) const': c:\users\popos\.platformio\packages\toolchain-xtensa-esp32\xtensa-esp32-elf\include\c++\8.4.0\bits/atomic_base.h:392:(.iram1.67[_ZNK14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE9availableEv]+0x20): dangerous relocation: l32r: literal placed after use: .literal._ZNK14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE9availableEv c:\users\popos\.platformio\packages\toolchain-xtensa-esp32\xtensa-esp32-elf\include\c++\8.4.0\bits/atomic_base.h:392:(.iram1.67[_ZNK14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE9availableEv]+0x54): dangerous relocation: l32r: literal placed after use: .literal._ZNK14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE9availableEv c:\users\popos\.platformio\packages\toolchain-xtensa-esp32\xtensa-esp32-elf\include\c++\8.4.0\bits/atomic_base.h:392:(.iram1.68[_ZN14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE4pushEOj]+0x24): dangerous relocation: l32r: literal placed after use: .literal._ZN14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE4pushEOj c:\users\popos\.platformio\packages\toolchain-xtensa-esp32\xtensa-esp32-elf\include\c++\8.4.0\bits/atomic_base.h:392:(.iram1.68[_ZN14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE4pushEOj]+0x72): dangerous relocation: l32r: literal placed after use: .literal._ZN14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE4pushEOj .pio\build\pico32\libf30\libespsoftwareserial-8.2.0-fork(SoftwareSerial.cpp.o): in function `circular_queue<unsigned int, EspSoftwareSerial::UARTBase*>::push(unsigned int&&)': C:\Users\popos\Documents\PlatformIO\Projects\esp32_picp_esp_prog_test/.pio/libdeps/pico32/ghostl/src/circular_queue.h:190:(.iram1.68[_ZN14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE4pushEOj]+0xf6): dangerous relocation: l32r: literal placed after use: .literal._ZN14circular_queueIjPN17EspSoftwareSerial8UARTBaseEE4pushEOj collect2.exe: error: ld returned 1 exit status *** [.pio\build\pico32\firmware.elf] Error 1
The text was updated successfully, but these errors were encountered: