Having issues with a Heltec board trying to build and upload a basic example.
I’m getting the following error?
Linking .pio\build\heltec_wireless_stick\firmware.elf
.pio\build\heltec_wireless_stick\lib166\libESP32_LoRaWAN.a(rtc-board.S.o): In function `TimerGetTimerValue':
D:\61722\Documents\Arduino\hardware\heltec\esp32\libraries\ESP32_LoRaWAN\src/rtc-board.c:120:(.text.TimerGetTimerValue+0x31): dangerous relocation: call8: call target out of range: __udivdi3
.pio\build\heltec_wireless_stick\lib166\libESP32_LoRaWAN.a(rtc-board.S.o): In function `TimerGetElapsedAlarmTime':
D:\61722\Documents\Arduino\hardware\heltec\esp32\libraries\ESP32_LoRaWAN\src/rtc-board.c:120:(.text.TimerGetElapsedAlarmTime+0x32): dangerous relocation: call8: call target out of range: __udivdi3
.pio\build\heltec_wireless_stick\lib166\libESP32_LoRaWAN.a(rtc-board.S.o): In function `TimerComputeElapsedTime':
D:\61722\Documents\Arduino\hardware\heltec\esp32\libraries\ESP32_LoRaWAN\src/rtc-board.c:134:(.text.TimerComputeElapsedTime+0x32): dangerous relocation: call8: call target out of range: __udivdi3
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\heltec_wireless_stick\firmware.elf] Error 1
This is whats in my .ini file.
[env:heltec_wireless_stick]
platform = espressif32
board = heltec_wireless_stick
framework = arduino
monitor_speed = 115200
Any ideas
Thanks
~Bob