Page 1 of 1

Simple GPS Test - Serial1 Error- v5

Posted: Thu Jul 09, 2020 1:20 pm
by casas_7
Hi,

Upon compiling the source code from Git for the simple_gps_test (fimware v5), I am getting a compiling error.

C:\Users\casas\AppData\Local\Temp\arduino_cache_148918\core\core_70b8f02fce5ee2596181d63f21a3fe42.a(HardwareSerial.cpp.o):(.bss.Serial1+0x0): multiple definition of `Serial1'
sketch\simple_gps_test.ino.cpp.o:(.bss.Serial1+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board ESP32 Dev Module.

I tired this with another laptop with the same sketch and I get the same results.
Is there a sw update that needs to be performed on github to fix this?

Thanks

RC