Cannot find http_server file.

Sysprogs forums Forums VisualGDB Cannot find http_server file.

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #22224
    kostbill
    Participant

    But 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?

    #22225
    support
    Keymaster

    Hi,

    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.

    #22226
    kostbill
    Participant

    Yes 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.

    #22227
    support
    Keymaster

    Hi,

    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.

    #22229
    kostbill
    Participant

    Hi,

    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.

    #22292
    support
    Keymaster

    Hi,

    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.

    #22306
    kostbill
    Participant

    Hi, I just tried it and it worked! Thanks for that.

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.