-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Description
Not sure what is the cause here as but I'm getting an error when trying to compile in Arduino 0022 on a Sanguinololu v1.2
core.a(HardwareSerial.cpp.o): In function global constructors keyed to rx_buffer': /usr/share/arduino/hardware/Sanguino/cores/arduino/HardwareSerial.cpp:118: multiple definition of__vector_20'
wiring_serial.c.o:/usr/share/arduino/hardware/Sanguino/cores/arduino/wiring_serial.c:137: first defined here
/usr/lib/gcc/avr/4.3.5/../../../avr/bin/ld: Warning: size of symbol rx_buffer' changed from 256 in wiring_serial.c.o to 132 in core.a(HardwareSerial.cpp.o) core.a(HardwareSerial.cpp.o): In functionglobal constructors keyed to rx_buffer':
/usr/share/arduino/hardware/Sanguino/cores/arduino/HardwareSerial.cpp:118: multiple definition of `__vector_28'
wiring_serial.c.o:/usr/share/arduino/hardware/Sanguino/cores/arduino/wiring_serial.c:137: first defined here