Arduino: 1.6.5 (Linux), Board: “Arduino Uno”
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp: In member function ‘void EthernetClass::begin(uint8_t*, IPAddress, IPAddress, IPAddress, IPAddress)’:
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:64:39: error: no matching function for call to ‘W5100Class::setIPAddress(IPAddress::&)’
W5100.setIPAddress(local_ip._address);
^
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:64:39: note: candidate is:
In file included from /home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:1:0:
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/utility/w5200.h:410:6: note: void W5100Class::setIPAddress(uint8_t*)
void W5100Class::setIPAddress(uint8_t _addr) {
^
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/utility/w5200.h:410:6: note: no known conversion for argument 1 from ‘IPAddress::’ to 'uint8_t {aka unsigned char*}’
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:65:38: error: no matching function for call to ‘W5100Class::setGatewayIp(IPAddress::&)’
W5100.setGatewayIp(gateway._address);
^
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:65:38: note: candidate is:
In file included from /home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:1:0:
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/utility/w5200.h:386:6: note: void W5100Class::setGatewayIp(uint8_t*)
void W5100Class::setGatewayIp(uint8_t _addr) {
^
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/utility/w5200.h:386:6: note: no known conversion for argument 1 from ‘IPAddress::’ to 'uint8_t {aka unsigned char*}’
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:66:38: error: no matching function for call to ‘W5100Class::setSubnetMask(IPAddress::&)’
W5100.setSubnetMask(subnet._address);
^
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:66:38: note: candidate is:
In file included from /home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/EthernetV2_0.cpp:1:0:
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/utility/w5200.h:394:6: note: void W5100Class::setSubnetMask(uint8_t*)
void W5100Class::setSubnetMask(uint8_t _addr) {
^
/home/dretz/arduino/arduino-1.6.5/libraries/EthernetV2_0/utility/w5200.h:394:6: note: no known conversion for argument 1 from ‘IPAddress::’ to 'uint8_t {aka unsigned char*}’
Error compiling.
This report would have more information with
“Show verbose output during compilation”
enabled in File > Preferences.
with the latest W5200 library download from github. any suggestions?