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
Original issue reported on code.google.com by
g...@hiruki.es
on 29 Jun 2009 at 2:21