-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Error including BearSSL (error at end of compilation) #4801
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
Comments
Looks like it's missing Arduino/tools/platformio-build.py Line 81 in ebda795
If your PIO instance is overriding that for some reason, or not using the script, then it won't have the new library. |
Thank you for the very prompt reply! Yes that seemed to be part of the error. I ended up updating the tools folder along with all the libraries again (in case I had missed out on some updates) and when compiling, I now get It doesn't seem to be liking the namespace definition in WiFiClientSecure.h? |
Please update the entire tree, not just subdirectories. The file you're getting an error in |
Sorry, I was wrestling with PIO wanting to replace the new repo (with the version it likes) everytime I did that I got through that, updated to the latest repo and it compiled perfectly! Thanks again for your quick responses! (And the work you've put into this) |
Good to hear it's working. Closing. |
Hello everyone!
I am trying to get BearSSL included and working in my project (was previously using AxTLS)
I am using PIO (have followed #4740) by including SD.h (also tried with ldf -> deep+)
ESP8266WiFi has been updated to latest from Git and the bearssl folder is placed in tools/sdk/include/
When compiling my program, it managed to go through everything until it blocks when linking everything:
Would anybody have any insights to this? :)
The text was updated successfully, but these errors were encountered: