Hi, I know your lib was working fine a few month ago, Now I compiled it for a arduino uno and I get the folowing error message:
HardwareSerial0.cpp.o (symbol from plugin): In function `Serial':
(.text+0x0): multiple definition of `__vector_18'
C:\Users\Andre\AppData\Local\Temp\arduino_build_138310\libraries\JetiExBus-master\JetiExBusAtMegaSerial.cpp.o (symbol from plugin):(.text+0x0): first defined here
HardwareSerial0.cpp.o (symbol from plugin): In function `Serial':
(.text+0x0): multiple definition of `__vector_19'
C:\Users\Andre\AppData\Local\Temp\arduino_build_138310\libraries\JetiExBus-master\JetiExBusAtMegaSerial.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
It seems that the IRQ vector for the serial interface has a double definition. doing it for the teensy board it compilies fine. Do you have an easy fix?
Regards
Andre
Hi, I know your lib was working fine a few month ago, Now I compiled it for a arduino uno and I get the folowing error message:
HardwareSerial0.cpp.o (symbol from plugin): In function `Serial':
(.text+0x0): multiple definition of `__vector_18'
C:\Users\Andre\AppData\Local\Temp\arduino_build_138310\libraries\JetiExBus-master\JetiExBusAtMegaSerial.cpp.o (symbol from plugin):(.text+0x0): first defined here
HardwareSerial0.cpp.o (symbol from plugin): In function `Serial':
(.text+0x0): multiple definition of `__vector_19'
C:\Users\Andre\AppData\Local\Temp\arduino_build_138310\libraries\JetiExBus-master\JetiExBusAtMegaSerial.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
It seems that the IRQ vector for the serial interface has a double definition. doing it for the teensy board it compilies fine. Do you have an easy fix?
Regards
Andre