-
Notifications
You must be signed in to change notification settings - Fork 426
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 build on PlatformIO #326
Comments
Yeah, currently I can not build either. Let me find out what's happening on the core side. |
Here https://pastebin.com/2SsJUSrZ the complete build log. |
Can you add please .pio on .gitignore file ? |
Please can you change env_default with default_envs
on platformio.ini, because env_default is deprecated. |
Please see 5775cd0 |
Everything is now OK according to Travis. Thanks 👍 |
Sorry, I cannot build, same errors. |
Please do clean cache and .pio folder |
And this fix is just on dev branch. |
Always build errors. :o(
I checked all library version, are the same of Travis log. The last build error log here: The first error occurred is:
Can be a different version of c++ compiler ??? |
It should not, btw I use pure python version of PlatformIO, no Visual Code extension. |
Using PlatformIO, version 4.0.3 on VSCODE.
I have tried on generic, relayboard and debug environment.
There are many build errors, one of the mayor recurrence is :
I think is missing one dependency on my platform, but I'm not able to solve it.
The text was updated successfully, but these errors were encountered: