Skip to content
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

Open
mwtremblay opened this issue Nov 8, 2016 · 5 comments
Open

Unable to build project: w5100.h not found #1

mwtremblay opened this issue Nov 8, 2016 · 5 comments

Comments

@mwtremblay
Copy link

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

@plbyrd
Copy link
Owner

plbyrd commented Nov 8, 2016

What is your target platform?

On Mon, Nov 7, 2016 at 9:25 PM, mwtremblay notifications@github.com wrote:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the thread
https://github.com/notifications/unsubscribe-auth/AEP1h17LZ--09fgmm1K8yo3WGpce_f7iks5q7-uTgaJpZM4Kr_ll
.

Payton Byrd
http://www.paytonbyrd.com
http://it.toolbox.com/blogs/paytonbyrd

@mwtremblay
Copy link
Author

I'm trying to build it for Arduino Uno. I'm using the latest VS/Visual Micro and I have the latest Arduino.

@plbyrd
Copy link
Owner

plbyrd commented Nov 8, 2016

Unless you've cut a bunch of stuff out you won't be able to compile for the
Uno as a Mega is required (and is documented as a requirement). Also, you
must use an Ethernet shield with the W5100 chipset. If you are using a
different Ethernet shield then you will probably have to do some work to
reconcile the differences.

On Tue, Nov 8, 2016 at 12:06 PM, mwtremblay notifications@github.com
wrote:

I'm trying to build it for Arduino Uno. I'm using the latest VS/Visual
Micro and I have the latest Arduino.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEP1h0cwe_LSEhYICioV95IqRJ74Z708ks5q8Lo5gaJpZM4Kr_ll
.

Payton Byrd
http://www.paytonbyrd.com
http://it.toolbox.com/blogs/paytonbyrd

@mwtremblay
Copy link
Author

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.

@sharpninja
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants