Bug#684748: [arduino] unable to use ethernet library

2012-08-13 Thread Scott Howard
On Mon, Aug 13, 2012 at 11:20 AM, Scott Howard wrote: >> Using the Arduino compiler under VirtualBOX I compile successfully the >> code meanwhile using the Debian package I got the followings errors: > > It looks like a problem with gcc 4.7.0 that Debian recently switched > to [1, 2]. Debian Ardui

Bug#684748: [arduino] unable to use ethernet library

2012-08-13 Thread Scott Howard
On Mon, Aug 13, 2012 at 10:40 AM, Marco Righi wrote: > Package: arduino > Version: 1:1.0.1+dfsg-4 > Severity: grave > > --- Please enter the report below this line. --- > Hi, > I try to compile the Arduino example > > #include > #include > > // the media access control (ethernet hardware) addres

Bug#684748: [arduino] unable to use ethernet library

2012-08-13 Thread Marco Righi
Package: arduino Version: 1:1.0.1+dfsg-4 Severity: grave --- Please enter the report below this line. --- Hi, I try to compile the Arduino example #include #include // the media access control (ethernet hardware) address for the shield: byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; //th