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, 8 months ago by sunsina.