project building issues

JonasL
Posts: 13
Joined: Mon Nov 28, 2022 4:37 pm

project building issues

Postby JonasL » Tue Jan 10, 2023 6:32 pm

Hello everyone,

newbie here. I am trying to build a blink example from esp-idf project example list. Building process takes forever, nothing happens and terminal window shows the following message:
The system cannot find the path specified.
C:\Users\jonas\Documents\gm\projektai\blink\build>

I have tried adding environment variables according to this document: https://docs.espressif.com/projects/esp ... ofile.html in order to avoid browse path errors. I have followed project initializations steps from this tutorial: https://github.com/espressif/vscode-esp ... sic_use.md
c_cpp_properties.json file:
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "C:\\Users\\jonas\\.espressif\\tools\\xtensa-esp32s3-elf\\esp-2022r1-11.2.0\\xtensa-esp32s3-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"includePath": [
"${config:idf.espIdfPath}/components/**",
"${config:idf.espIdfPathWin}/components/**",
"${config:idf.espAdfPath}/components/**",
"${config:idf.espAdfPathWin}/components/**",
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${config:idf.espIdfPath}/components",
"${config:idf.espIdfPathWin}/components",
"${config:idf.espAdfPath}/components/**",
"${config:idf.espAdfPathWin}/components/**",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": false
}
}
],
"version": 4
}
Looking forward for your observations. Thank you for your time.
Sincerely,
Jonas
Attachments
1.png
1.png (15.76 KiB) Viewed 661 times

Who is online

Users browsing this forum: No registered users and 79 guests