gokmonk / sanguino

Automatically exported from code.google.com/p/sanguino
0 stars 0 forks source link

arduino 0016- Error building ethernet library #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Followed sanguino installation instructions for OSX
2. Load Arduino
3.

What is the expected output? What do you see instead?

utility/w5100.c: In function 'IINCHIP_WRITE':
utility/w5100.c:112: error: 'SPI0_SS_BIT' undeclared (first use in this 
function)
utility/w5100.c:112: error: (Each undeclared identifier is reported only once
utility/w5100.c:112: error: for each function it appears in.)
utility/w5100.c:112: error: 'SPI0_SCLK_BIT' undeclared (first use in this 
function)
utility/w5100.c:112: error: 'SPI0_MOSI_BIT' undeclared (first use in this 
function)
utility/w5100.c: In function 'IINCHIP_READ':
utility/w5100.c:154: error: 'SPI0_SS_BIT' undeclared (first use in this 
function)
utility/w5100.c:154: error: 'SPI0_SCLK_BIT' undeclared (first use in this 
function)
utility/w5100.c:154: error: 'SPI0_MOSI_BIT' undeclared (first use in this 
function)
utility/w5100.c: In function 'wiz_write_buf':
utility/w5100.c:194: error: 'SPI0_SS_BIT' undeclared (first use in this 
function)
utility/w5100.c:194: error: 'SPI0_SCLK_BIT' undeclared (first use in this 
function)
utility/w5100.c:194: error: 'SPI0_MOSI_BIT' undeclared (first use in this 
function)
utility/w5100.c: In function 'wiz_read_buf':
utility/w5100.c:237: error: 'SPI0_SS_BIT' undeclared (first use in this 
function)
utility/w5100.c:237: error: 'SPI0_SCLK_BIT' undeclared (first use in this 
function)
utility/w5100.c:237: error: 'SPI0_MOSI_BIT' undeclared (first use in this 
function)

What version of the product are you using? On what operating system?

OSX 10.5.7 - Arduino 0016 - Sanguino software 1.4r1

Please provide any additional information below.

Original issue reported on code.google.com by g...@hiruki.es on 29 Jun 2009 at 2:21

GoogleCodeExporter commented 8 years ago
fixed in 0023r3 (cleaning up old issues)

Original comment by sutt...@gmail.com on 19 Feb 2012 at 10:32