hey,
I am new to the Espressif IDF and installed the Espressif-IDE 2.4.2 with ESP-IDF v4.4.
After downloading everything, I created a folder and copied the wifi/scan example so that it looks like this: C:\Users\MyUsername\Documents\esp\workspace_test1\scan
The Launch Target only displays "Local", so I a new one as shown in the picture. But after clicking on finish. This launch target is not visible, only the "Local" is shown.
However if I create a new project from scratch, all my Launch Targets are displayed correctly.
My second problem is, that Espressif IDE does not know where to find all #include files. Do I have to add them manually?
Thanks.
New Launch Target is not saved & Unresolved inclusion
New Launch Target is not saved & Unresolved inclusion
- Attachments
-
- espressif_idf.jpg (334.59 KiB) Viewed 4315 times
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: New Launch Target is not saved & Unresolved inclusion
Moved ESP-IDF -> IDEs
-
- Posts: 188
- Joined: Wed Jul 17, 2019 5:26 pm
Re: New Launch Target is not saved & Unresolved inclusion
Hello,
#include files will be resolved only after the build. Looking at the screenshot the project is not built as I don't see the "build" folder in the project. Could you build the project and see if that helps?
IDF eclipse plugin offers a way to create a project directly from eclipse.
https://github.com/espressif/idf-eclips ... ingDefault
- Make sure you are in C/C++ Perspective
- Go to File > New > Espressif IDF Project
- Provide the Project name
- Click Finish
Please follow the above steps to create a project and see if the default launch targets are getting appeared(esp32 and esp32s2). In your case, the launch target would have been created but you need to select it manually from the drop-down.
To import an existing project, please follow the steps from here https://github.com/espressif/idf-eclips ... ortProject
I hope that helps.
#include files will be resolved only after the build. Looking at the screenshot the project is not built as I don't see the "build" folder in the project. Could you build the project and see if that helps?
IDF eclipse plugin offers a way to create a project directly from eclipse.
https://github.com/espressif/idf-eclips ... ingDefault
- Make sure you are in C/C++ Perspective
- Go to File > New > Espressif IDF Project
- Provide the Project name
- Click Finish
Please follow the above steps to create a project and see if the default launch targets are getting appeared(esp32 and esp32s2). In your case, the launch target would have been created but you need to select it manually from the drop-down.
To import an existing project, please follow the steps from here https://github.com/espressif/idf-eclips ... ortProject
I hope that helps.
Re: New Launch Target is not saved & Unresolved inclusion
Thank you very much.
The #include files got resolved after build. The targets now also appear when I open an example via New -> Espressif IDF Project -> Next -> Template
The #include files got resolved after build. The targets now also appear when I open an example via New -> Espressif IDF Project -> Next -> Template
Who is online
Users browsing this forum: No registered users and 33 guests