I am following the hookup guide found here: https://learn.sparkfun.com/tutorials/sp … troduction. I downloaded the archived zip file and made all of the necessary changes to the files. When I try to compile I get this error:
WARNING: library ESP32WebServer claims to run on ESP32 architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
c:/users/gbringard/documents/arduinodata/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/bin/…/lib/gcc/xtensa-esp32-elf/5.2.0/…/…/…/…/xtensa-esp32-elf/bin/ld.exe: cannot find crt1-sim.o: No such file or directory
c:/users/gbringard/documents/arduinodata/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/bin/…/lib/gcc/xtensa-esp32-elf/5.2.0/…/…/…/…/xtensa-esp32-elf/bin/ld.exe: cannot find _vectors.o: No such file or directory
collect2.exe: error: ld returned 1 exit status
Multiple libraries were found for “WiFiUdp.h”
Used: C:\Users\gbringard\Documents\ArduinoData\packages\esp32\hardware\esp32\2.0.1\libraries\WiFi
Not used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\libraries\WiFi
exit status 1
Error compiling for board SparkFun LoRa Gateway 1-Channel.
Does anyone know how to resolve this error so the sketch will compile?