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

Insufficient info to get this to compile #7

Open
boylesg opened this issue Jan 1, 2017 · 3 comments
Open

Insufficient info to get this to compile #7

boylesg opened this issue Jan 1, 2017 · 3 comments

Comments

@boylesg
Copy link

boylesg commented Jan 1, 2017

I have unzipped your library along with the one at https://github.com/esp8266/Arduino.
It still wouldn't compile.
Arduino IDE complains about not being able to find queue.h - I found this in tools/sdk/.... and copied it to C:\Program Files (x86)\Arduino\libraries\esp8266FTPServer and I got past this compile error.
So clearly there are other things that you need to do with the Arduino IDE installation to make your library compile without my hack. And you need to details these, step by step.

@boylesg
Copy link
Author

boylesg commented Jan 1, 2017

And now I have another compile error - Arduino IDE can't find 'functional' - an include file in ESP8266Generic.h
And chances are the same thing is going to happen with the include file below this 'memory'.

So, from my perspective, your library is unusuable because you have not fully detailed everything that a new user of your library needs to download/install/have in their Arduino installation.

@nailbuster
Copy link
Owner

you need to take a step back and get your IDE/esp8266 core working first....

Can you compile the esp8266 sample "Hello Server" and upload it to your esp?

Once you have that working then getting this library to work is just as simple....

btw: it sounds like you haven't set the proper board in your IDE before compile...

@boylesg
Copy link
Author

boylesg commented Jan 2, 2017 via email

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

2 participants