You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am probably doing something wrong myself since I have never used PIO or VSC before. however I can't build the files to transfer to the ESP8266. I have 23 issues. However the build fails with the following message:
.pio\build\senseo-wifi\libFrameworkArduino.a(core_esp8266_postmortem.cpp.o): in function `__wrap_system_restart_local':
core_esp8266_postmortem.cpp:(.text.__wrap_system_restart_local+0x2): dangerous relocation: j: cannot encode: (.text.postmortem_report+0x88)
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\senseo-wifi\firmware.elf] Error 1
Does anybody know what I am doing wrong?
The text was updated successfully, but these errors were encountered:
I am probably doing something wrong myself since I have never used PIO or VSC before. however I can't build the files to transfer to the ESP8266. I have 23 issues. However the build fails with the following message:
.pio\build\senseo-wifi\libFrameworkArduino.a(core_esp8266_postmortem.cpp.o): in function `__wrap_system_restart_local':
core_esp8266_postmortem.cpp:(.text.__wrap_system_restart_local+0x2): dangerous relocation: j: cannot encode: (.text.postmortem_report+0x88)
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\senseo-wifi\firmware.elf] Error 1
Does anybody know what I am doing wrong?
The text was updated successfully, but these errors were encountered: