Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compiling HardwareSerial.cpp: Use of deprecated SIGNAL macro in avr-lib #9

Open
rzbrk opened this issue Nov 29, 2013 · 0 comments

Comments

@rzbrk
Copy link

rzbrk commented Nov 29, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant