Sysprogs forums › Forums › VisualGDB › Cannot find http_server file.
- This topic has 21 replies, 2 voices, and was last updated 7 years, 1 month ago by
kostbill.
-
AuthorPosts
-
October 6, 2018 at 00:46 #22224
kostbill
ParticipantBut this is exactly what I have done and it is not working, I mean, the http_server is not working.
Some other examples are working, for example I can compile and build the smart_config.
I want to copy/paste the error messages, but I find that the output window does not hold too many messages.
Is there any way to increase its buffer?
October 6, 2018 at 01:09 #22225support
KeymasterHi,
Sorry, looks like there is still some misunderstanding going on. We will try to clarify:
- VisualGDB builds the ESP32 projects using the ESP-IDF (official SDK from Espressif, the ESP32 chip vendor).
- The latest stable release of ESP-IDF is v3.1. It works out-of-the-box, but does not include the http_server example.
- The experimental ESP-IDF 3.2 (the master branch) includes http_server, but is currently broken (if try building it via command-line using the official toolchain from Espressif, you will run into the same problems).
Hope this explains. Let us know if you have further questions.
You should be able to copy the contents of the Output window by pressing Ctrl-A, Ctrl-C. If you want to share a long log, please consider attaching it as a text file instead of inserting it into the post.
October 6, 2018 at 01:13 #22226kostbill
ParticipantYes I see that I confused things.
Indeed this is what is happening. The v3.1 is working (at least 3 of the tests that I tried).
So, question, is there not a repository from last year that includes the http server code?
Actually, now that I think about it, I will try to c/p the http server code from the master branch to an example test from v3.1 and see if it works.
October 6, 2018 at 01:40 #22227support
KeymasterHi,
Sorry, we are not affiliated with Espressif and are only able to help with issues specific to our products. For general ESP32-related inquiries, please consider creating a post on the ESP32 forum. It is maintained by Espressif and they should be able to answer questions regarding the release schedules, plans and compatibility between SDKs.
October 7, 2018 at 00:39 #22229kostbill
ParticipantHi,
I copied the master/components/http_server/ and master/examples/http_server/ to v3.1 and it compiled.
I didn’t run it yet, however I am glad it worked without adding extra files and folders.
October 12, 2018 at 20:34 #22292support
KeymasterHi,
Just wanted to share an update that we have released a new R14 build of the ESP32 toolchain based on the latest MSYS2 environment from Espressif and it looks like the Master checkout of the ESP-IDF now works out-of-the-box. Please feel free to install the updated toolchain via VisualGDB Package Manager.
October 14, 2018 at 10:02 #22306kostbill
ParticipantHi, I just tried it and it worked! Thanks for that.
-
AuthorPosts
- You must be logged in to reply to this topic.