esp32 create project from sample does not create config files

Sysprogs forums Forums VisualGDB esp32 create project from sample does not create config files

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27947
    nimbusgb
    Participant

    The examples in the ADF development do not contain sdkconfig files as these are built on the fly when a project is compiled from the command line in linux.

    As a result i cannot get any of the samples to work.

    How do i build a default sdkconfig file that includes the HAL configs etc?

     

     

    #27949
    support
    Keymaster

    Hi,

    With the ESP32 projects, VisualGDB uses the regular ESP-IDF build commands to configure and build the project. Please try building the projects manually and compare the build command line with the one shown in the VisualGDB Build Output window.

    If VisualGDB is missing some build steps, or runs some command lines incorrectly, please let us know and we will be happy to fix it.

    If the ESP-ADF projects build on Linux, but don’t build with the Windows-based toolchain, it is likely a bug of the ESP-ADF itself and it should be reported to Espressif instead.

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