Unable to create and compile a sample esp32 project

Sysprogs forums Forums VisualGDB Unable to create and compile a sample esp32 project

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20447
    sunsina
    Participant
    I tried to make an empty esp32 project, then
    the Visual GDB tried to download the relevant platform 
    tools and in tried to compile the downloaded files 
    but I get following error regardless of what make tool 
    MSBuild/Cmake I choose or C++11 std I always get following error
    
    1>c:\sysgcc\esp32\esp32-bsp\esp-idf\components\mbedtls\library\aes.c(31,10):
     error : #include expects "FILENAME" or <FILENAME>
    1> #include MBEDTLS_CONFIG_FILE

    I have  tried to change the contents of the .prop file but it did not help
    I am wondering what is the origin of  this problem and what is the solution to it.
    Thanks

    • This topic was modified 6 years ago by sunsina.
    #20453
    support
    Keymaster

    Hi,

    Please ensure you are using the latest VisualGDB 5.3R8 and are creating an MSBuild-based project.

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