akbarwibawa / multidisplay

Automatically exported from code.google.com/p/multidisplay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArduinoDuemilanoveCore compiling error: attempt to use poisoned "SIG_USART0_RECV"

GoogleCodeExporter opened this issue · comments

Short version:
Same problem as here: https://code.google.com/p/arduino/issues/detail?id=955

Long version:
What steps will reproduce the problem?
1. Checking out the newest SVN version of 
https://multidisplay.googlecode.com/svn/trunk/eclipse/arduinoDuemilanoveCore
2. Building project

What is the expected output? What do you see instead?
I get compile error: attempt to use poisoned "SIG_USART0_RECV" in file 
HardwareSerial.cpp

What version of the product are you using? On what operating system?
OS:            OpenSuse Linux 13.1
avr-libc:      1.8.0-7.7
cross-avr-gcc: 4.8.2-3.7

Please provide any additional information below.
After applying the patch in this post to HardwareSerial.cpp it compiled without 
any errors: https://code.google.com/p/arduino/issues/detail?id=955#c4

Original issue reported on code.google.com by erik.kje...@gmail.com on 10 Jul 2014 at 8:04

Thanks for the hint!
I'm using self compiled avr-gcc / libc 4.3.4 on arch linux which dont has this 
problem.

I'm going to verify that the firmware runs correct before importing this patch 
into SVN. 

Original comment by dgummel on 11 Aug 2014 at 9:11

  • Changed state: Accepted