I had a few moments free last night and decided it was time to get the networking working on my project. I have used WIZnet based Ethernet modules many times with great success and was not anticipating any issues, but I am getting compilation errors in the Arduino IDE when targeting the MAX32630FTHR. The summary version of this is the standard Ethernet library that should work, expects some files are in the [more recent] Arduino cores and not in the Maxim one.
Has anyone had the same issues? Anyone got a simple solution?
My plan is to dig in to the cores some more, but my suspicion is that around Arduino 1.8 some of the Ethernet library was moved in to the core, so any other hardware cores that did not support this no longer work with the stock library. If so I guess I have two options. One being to copy the missing files from the Arduino core to the Maxim core. The other to use an older Ethernet library that still have the moved files in it.
Any thoughts?