Search found 227 matches

by ESP_bignacio
Tue Nov 09, 2021 6:42 am
Forum: IDEs for ESP-IDF
Topic: changing from Linux to Windows
Replies: 4
Views: 10364

Re: changing from Linux to Windows

I would recommend to add compilerPath to xtensa's gcc for the C/C++ extension to pick up basic c libraries and use the compile_commands.json if you are able to build successfully for more accuracy.
by ESP_bignacio
Mon Nov 08, 2021 1:13 pm
Forum: IDEs for ESP-IDF
Topic: changing from Linux to Windows
Replies: 4
Views: 10364

Re: changing from Linux to Windows

Well there are several things here as mentioned in the Problems tab: Environment variables are referenced different in Windows than Linux. For a cross platform approach, try to use ${env:<var>} for example ${env:IDF_PATH} . The compiler path is different in Windows. Check your ESP-IDF setup location...
by ESP_bignacio
Wed Nov 03, 2021 5:39 am
Forum: IDEs for ESP-IDF
Topic: Opening an existing project in Virtual Studio Code
Replies: 1
Views: 7284

Re: Opening an existing project in Virtual Studio Code

You should be able to work with any project with the ESP-IDF vscode extension if the folder structure follow this structure: - myProject/ - CMakeLists.txt - sdkconfig - components/ - component1/ - CMakeLists.txt - Kconfig - src1.c - component2/ - CMakeLists.txt - Kconfig - src1.c - include/ - compon...
by ESP_bignacio
Fri Oct 29, 2021 6:38 am
Forum: IDEs for ESP-IDF
Topic: Clean install of Vscode Extension fails on python
Replies: 1
Views: 5455

Re: Clean install of Vscode Extension fails on python

Hey Dirk sorry for late reply. Could you please try this [vsix installer](https://nightly.link/espressif/vscode-esp-idf-extension/actions/artifacts/106830649.zip) we made several fixes to the setup wizard and hopefully your issue is already fixed. Here is how to install an extension from a vsix file .
by ESP_bignacio
Mon Oct 25, 2021 10:05 am
Forum: IDEs for ESP-IDF
Topic: (solved) getting VSCode to use a specific IDF
Replies: 2
Views: 7582

Re: getting VSCode to use a specific IDF

Check if your project directory has a `.vscode/settings.json` file with configuration settings such as `idf.espIdfPath` overriding the user level settings. Make sure to: 1) Choose Select where to save configuration settings command and choose the workspace folder to save the settings. 2) Or `.vscode...
by ESP_bignacio
Tue Oct 19, 2021 5:59 am
Forum: IDEs for ESP-IDF
Topic: VsCode build error reference links unclickable
Replies: 4
Views: 7218

Re: VsCode build error reference links unclickable

In the ESP-IDF extension we have a template tasks.json which is included when you create a project with extension commands. template tasks.json where for example the build task has a problem matcher defined to get errors shown at the Problems tab. This task is using extension settings to resolve bin...
by ESP_bignacio
Fri Oct 08, 2021 1:31 pm
Forum: IDEs for ESP-IDF
Topic: VsCode build error reference links unclickable
Replies: 4
Views: 7218

Re: VsCode build error reference links unclickable

How are you building ?

Are you using a custom task in tasks.json ? You can customize the task output so it can parse those source files location so you can jump from the output.

Are you using an extension, which one ?
by ESP_bignacio
Fri Oct 08, 2021 1:29 pm
Forum: IDEs for ESP-IDF
Topic: Unable to run menuConfig
Replies: 4
Views: 7932

Re: Unable to run menuConfig

by ESP_bignacio
Fri Oct 08, 2021 1:27 pm
Forum: IDEs for ESP-IDF
Topic: getting the debugger working in VS Code
Replies: 9
Views: 33469

Re: getting the debugger working in VS Code

If it is asking to choose this it is probably because visual studio code doesn't find a launch.json for the current project.

Is there a .vscode/launch.json ?

Are you opening one ESP-IDF project or several projects at the same time ?
by ESP_bignacio
Fri Oct 08, 2021 1:16 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF: SDK Configuration editor hangs with no errors
Replies: 5
Views: 10539

Re: ESP-IDF: SDK Configuration editor hangs with no errors

Based on your logs: CMake Error at C:/Users/XXXX/esp/esp-idf/tools/cmake/component.cmake:224 (message):\n CMake Error at\n C:/Users/XXXX/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:97\n (include):\n\n include called with wrong number of arguments. include() only takes one\n file...