You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...]/HardwareSerial.cpp:93:11: error: attempt to use poisoned "SIG_UART_RECV"
[...]/HardwareSerial.cpp:94:4: error: #error "Don't know what the Data Received vector is called for the first UART"
See: http://code.google.com/p/arduino/issues/detail?id=881
Error message when compiling a sketch:
[...]/HardwareSerial.cpp:93:11: error: attempt to use poisoned "SIG_UART_RECV"
[...]/HardwareSerial.cpp:94:4: error: #error "Don't know what the Data Received vector is called for the first UART"
See: http://code.google.com/p/arduino/issues/detail?id=881
My configuration:
Fedora 19, x86_64
arduino: V1.0.5
avr-gcc: V4.8.2
libgcc: V4.8.2
Solution:
Copied HardwareSerial.* from hardware/arduino/cores/arduino to hardware/mighty-1284p/cores/standard and it compiled again.
The text was updated successfully, but these errors were encountered: