-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build project: w5100.h not found #1
Comments
What is your target platform? On Mon, Nov 7, 2016 at 9:25 PM, mwtremblay [email protected] wrote:
Payton Byrd |
I'm trying to build it for Arduino Uno. I'm using the latest VS/Visual Micro and I have the latest Arduino. |
Unless you've cut a bunch of stuff out you won't be able to compile for the On Tue, Nov 8, 2016 at 12:06 PM, mwtremblay [email protected]
Payton Byrd |
Ah. Thanks. Out of curiosity did you target the Mega because the Uno couldn't handle it? I have an Uno, so I might try to get it ported over. |
The UNO simply did not have enough available flash for the code. The Mega was required. It would be nice if the Uno moved to the Mega chip or a cheaper Mega with the same layout as the Uno would come out. |
Compiling 'Hayesduino' for 'Arduino/Genuino Uno'
EthernetClient.cpp: 7:19: fatal error: w5100.h: No such file or directory
#include "w5100.h"
compilation terminated
Is there an additional library required to build this project?
Thanks
The text was updated successfully, but these errors were encountered: