- Link to: TODO
Followed the instructions from the ESP32 Getting Started Guide: Link: https://www.beyondlogic.org/getting-started-with-the-espressif-esp-idf-eclipse-ide/#eclipse_ide
-
Download the Eclipse IDE for C/C++ Developers (Linux x86_64) Link: https://www.eclipse.org/downloads/packages/release/2023-03/r
-
'cd' into the directory where you downloaded the Eclipse IDE for C/C++ Developers (Linux x86_64) and extract the tar file Run the following commands in the Terminal:
tar -xzf eclipse-cpp-2020-03-R-linux-gtk-x86_64.tar.gz -
Move the eclipse folder to the git32-github folder
-
Add the following to the .gitignore file so that it is not uploaded to github
eclipse/workspace/ -
Use a terminal to open the Eclipse IDE for C/C++ Developers (Linux x86_64)
eclipse/eclipse -
Create a new workspace in the eclipse folder additional information here...
/home/jacob/Documents/esp32-git/workspace -
Install the ESP32 Toolchain for Ubuntu
-
Install the ESP32 Eclipse Plugin
Espressif IDF Plugin for Eclipsehttps://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/ -
Expand the window and select all the options
-
Click Next
-
Click Finish You might get a warning about unsigned content. Select the checkbox next to 'unsigned' and click 'Trust Selected'
-
Restart Eclipse
-
Open the ESP32 Eclipse Plugin
- To use the plug-in, from the help menu, select Download and Configure ESP-IDF to bring up the following dialog box.






