Esp32 IDF Component header files disappear randomly

Sysprogs forums Forums VisualGDB Esp32 IDF Component header files disappear randomly

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21682
    angel
    Participant

    Esp32 IDF Component header files disappear randomly

     

    Step1: add “ble” directory and header files

    Step2: add “core” directory and files

    ble directory disappear

    Video:

    http://www.youtube.com/embed/T2e8HbKZ6hs

     

     

    • This topic was modified 5 years, 8 months ago by angel.
    • This topic was modified 5 years, 8 months ago by angel.
    #21707
    angel
    Participant

    any news or workaround this issue?

    #21708
    support
    Keymaster

    Hi,

    Sorry, we are still investigating this. Please expect an update on Monday-Wednesday.

    #21733
    support
    Keymaster

     

    OK, we have done some investigation on this. Although we were not able to locate the problem yet, we can walk you through pinpointing it. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.4.2403.msi

    First of all, please check that adding the header files to Solution Explorer adds their directories as COMPONENT_SRCDIRS to component.mk (although there are no source files in those directories, VisualGDB will use the COMPONENT_SRCDIRS statement to locate the headers).

    If yes, please open View->Other Windows->VisualGDB Diagnostics Console and reopen the project. Check for diagnostic lines like “Will search for headers for <…> in <…>” and “Found <…> header files for <…>”. Do those lines make sense (i.e. do some paths look incorrect)?

    If you are not sure, please let us know the full paths of the header directories, attach your component.mk and the entire diagnostic log.

     

    #21781
    angel
    Participant

    hi,

    proble doesn’t resolved

     

    here is the component.mk detail.

    COMPONENT_ADD_INCLUDEDIRS := include boost boost/ext

    COMPONENT_SRCDIRS = src/core src/utils src/net src/ble src/http src/mqtt src/ota src/drivers boost/ext/libs/regex/src

    CXXFLAGS += -Wno-error=switch

    COMPONENT_PRIV_INCLUDEDIRS += .. include/corereactor/ble include/corereactor/core

    COMPONENT_SRCDIRS += include/corereactor/core include/corereactor/ble include/corereactor/drivers include/corereactor/http include/corereactor/mqtt include/corereactor/net include/corereactor/ota include/corereactor/utils

    • This reply was modified 5 years, 8 months ago by angel.
    #21803
    support
    Keymaster

    Hi,

    Thanks for the component.mk file. Please also let us know the full path of a header file that is not shown and share the entire output from the VisualGDB Diagnostics Console.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.