- Tue Dec 30, 2014 12:32 pm
#5977
Hi Asimov.
Wow! I appreciate your help. Thank you very much indeed. I guess I could narrow down the possible problems.
I installed the Eclipse DevKit by CHERTS for Windows (usually I develop on Linux). It is bundled with the SDK 0.9.4. After some modifications I compiled your source with Eclipse against the SDK 0.9.4. As expected, the CIPSTARTSSL did not work (but the esp didn't freeze). Everything else worked.
After that, I replaced the SDK 0.9.4 on the Eclipse/Windows machine with the SDK 0.9.3. Then your source compiles without modification but the esp freezes after the command CIPSTARTSSL.
In conclusion, I use the same Makefile. I use Eclipse on Windows and probably the same compiler (xtensa-gcc that comes with the DevKit).
Therefore, I guess the only difference between your toolchain and my toolchain is the libraries used. I guess I must have slightly different libraries. I use the libs from SDK 0.9.3 in
https://github.com/esp8266/esp8266-wiki/tree/master/sdk. I saw that the DevKit by CHERTS was previously bundled with the SDK 0.9.3 but I couldn't find it any more. Only the 0.9.4-version is available now.
So the only solution I could think of is to try to compile it with your libs. Could you please upload the libs you used to compile it.
Thanks alot!