Search found 2 matches
- Thu Nov 18, 2021 1:20 pm
- Forum: ESP-IDF
- Topic: How to fix "include path " problems in VS code IDE?
- Replies: 6
- Views: 30752
Re: How to fix "include path " problems in VS code IDE?
I had he same problem, I downloaded MinGW compiler then I added his directory to the "environment variable" -or something like that- then it was solved, but the build failes, and there is an error in he C/C++ cofiguration (UI) displaying: Cannot find: ${env:IDF_PATH}/components/ Cannot find: ${env:A...
- Thu Nov 18, 2021 11:32 am
- Forum: Documentation
- Topic: ESP-IDF with VS Code
- Replies: 0
- Views: 13427
ESP-IDF with VS Code
Hi I downloaded esp-idf tools, python3, and Git 2.34, then I downloaded vs code, then espressif extension on vs code. After that, I tried to build "Blink" project from the list of examples provided but the build failed. The terminal displays the following: [Codebox][1/307] Performing build step for ...