Java 8 and above
Eclipse 2018-12 CDT and above (Eclipse IDE for C/C++ Developers)
You can check using "java -version" command from the terminal
Help > About Eclipse >Installation Details > Configuration > Look for "-vm" argument
Help > About Eclipse >Installation Details > Configuration > Copy to Clipboard (Copy to the file and attach as a file)
- Make sure you have installed Java 8 and above and you're in the C/C++ perspective.
- Reset the perspective from Window > Perspective > Reset Perspective..
To view the Eclipse error log: From the main menu, select Window > Show View > Other. Then select General > Error Log. Check more details here https://github.com/espressif/idf-eclipse-plugin#error-log
You can check using Eclipse menu > About Eclipse > Installation Details > Installed Software > Search for "Espressif"
Eclipse > About Eclipse > Installation Details > Installed Software > Search for "espressif" > Select the espressif IDF plugins > Uninstall..
Please check the error log from the main menu, select Window > Show View > Other. Then select General > Error Log.
Yes, you can create IDF CMake project using File > New > Espressif IDF Project
Yes, you can import using Import Menu. Import... > Espressif > Existing IDF Project
Uncheck Eclipse Oomph Preference Recorder. Which can be performed by following. Eclipse Preferences >Oomph > Setup Tasks > Preference Recorder > Uncheck "Record into".
You need to select the esp "Launch Target" before you trigger the build so that CDT will correctly identify the toolchain to build and index the sources. Check "Configure Launch Target" for more details.
You need to make sure you run this step https://github.com/espressif/idf-eclipse-plugin#installing-esp-idf-tools. This will take care of configuring the required paths in the CDT build environment along with installing the tools.
Check this https://github.com/espressif/idf-eclipse-plugin#configuring-core-build-toolchains
You see this error when you're trying a compile a project without selecting an esp launch target. Check this https://github.com/espressif/idf-eclipse-plugin#configuring-launch-target
- Open Eclipse IDE and Uninstall the esp-idf plugin
- Restart Eclipse IDE
- Download the previous version of the ESP Eclipse Plugin using this link
- Goto Help->Install New Software
- Press the "Add" button, a window will open with the name of "Add Repository"
- Press the "Archive" button and select the file downloaded
- Proceed with the installation
- Restart Eclipse