-
Notifications
You must be signed in to change notification settings - Fork 112
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
Cannot compile :c #556
Comments
I get the same when trying to build the current codebase according to the Wiki. |
That's exactly what is happening to me as well. |
"c:\Users\danie\Documents\Arduino\libraries\ESP_Async_WebServer\src/ESPAsyncWebServer.h" |
Don't update your packages in the IDE. Just download the repository linked in the wiki. I had the same error as I updated my packages from the IDE, but rolling it back and manually extracting the zip from the link to the code in the wiki allows it to compile. |
This is not true, there is no static libraries in gbs-control repository to be used as packages. In order to fully compile the esp8266 firmware you must use the packages from the IDE. The issue is not using IDE to download the packages, but the packages versions theirselves. I was fully able to build the firmware with:
reminding only to use |
Just to point out, I only manage to fully run gbscontrol on esp8266 with CPU at 80MHz and using these libraries: https://github.com/me-no-dev/ESPAsyncTCP cloning them into |
I cannot compile because
Compilation error: call of overloaded 'getParam(int)' is ambiguous
Can anyone help me?
This is the full error:
The text was updated successfully, but these errors were encountered: