TroubleshootingArduino

DFR 0676 compilation issue

userHead lbendlin 2024-12-19 08:48:34 26 Views1 Replies

C:/Users/xxx/AppData/Local/Arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:\Users\xxx\AppData\Local\arduino\sketches\9E3AF26904D1268BF94A2020B1656905\libraries\GxEPD\GxIO\GxIO_SPI\GxIO_SPI.cpp.o:(.literal._ZN8GxIO_SPIC2ER8SPIClassaaaa+0x0): undefined reference to `vtable for GxIO'
collect2.exe: error: ld returned 1 exit status

exit status 1

Compilation error: exit status 1

 

When trying to compile the NTP example from 2.13”e-ink Display Module with ESP32 MCU Wiki - DFRobot

I have already disable the SD card code as the display doesn't have an SD, and Arduino IDE had complained about multiple SD.h being present.

 

How can I troubleshoot the “vtable for GxIO”  issue?

2024-12-19 10:13:43

Never mind. Updating the library to version 3.1.3 removed the issue.

userHeadPic lbendlin