-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Compiling HTTPSRequest Example Error #824
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
Duplicate of #740. |
Oh, sorry, i didn't notice the part with |
Thank you! That did it :) I copied the newer libaxtls.a file from the zip and replaced the one at the path you mentioned. Working great now, thanks! |
I'm not sure if the issue is with the method I used, or the library itself, but here is what I did:
The output I got was:
C:\Users\jarek\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1106-g8253b82\cores\esp8266\libc_replacements.c:408:22: warning: 'struct tm' declared inside parameter list [enabled by default]
time_t mktime(struct tm *timp) {
^
C:\Users\jarek\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1106-g8253b82\cores\esp8266\libc_replacements.c:408:22: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
ESP8266WiFi\WiFiClientSecure.cpp.o: In function
WiFiClientSecure::operator=(WiFiClientSecure const&)': C:\Users\jarek\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1106-g8253b82\libraries\ESP8266WiFi\src/WiFiClientSecure.cpp:186: undefined reference to
ssl_match_fingerprint'ESP8266WiFi\WiFiClientSecure.cpp.o: In function
cbuf': C:\Users\jarek\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\1.6.5-1106-g8253b82\cores\esp8266/cbuf.h:28: undefined reference to
ssl_match_fingerprint'collect2.exe: error: ld returned 1 exit status
Error compiling.
I tried cloning the git and building it myself but got even more errors that way (4 errors in build.xml, all related to windows-specific build variables).
The text was updated successfully, but these errors were encountered: