You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Espressif-IDE Eclipse Plugin can be installed using the update site URL, Eclipse Marketplace, or a local archive. This guide provides instructions for each method.
6
+
:link_to_translation:`zh_CN:[中文]`
7
+
8
+
The Espressif-IDE Eclipse Plugin can be installed using the following three methods:
7
9
8
10
- :ref:`installUpdateSiteURL`
9
11
- :ref:`install_idf_eclipse_plugin_marketplace`
10
12
- :ref:`install_idf_eclipse_plugin_local_archive`
11
-
- :ref:`upgradePlugins`
12
-
- :ref:`upgradeEspressifIdeDependencies`
13
-
- :ref:`troubleshooting_missing_items`
14
13
15
14
.. _installUpdateSiteURL:
16
15
17
-
Installing IDF Plugin using update site URL
18
-
--------------------------------------------
16
+
Installing IDF Plugin Using the Update Site URL
17
+
-----------------------------------------------
18
+
19
19
You can install the IDF Eclipse plugin into an existing Eclipse CDT/Espressif-IDE using the update site URL. First, add the release repository URL as follows:
20
20
21
-
1. Go to ``Help`` > ``Install New Software``.
22
-
2. Click `Add…`, and in the pop-up window:
23
-
* Enter `Name` as `Espressif IDF Plugin for Eclipse`.
24
-
* Enter `Location` of the repository
25
-
* For the stable release: `<https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/>`_.
26
-
* Click `Add`.
27
-
3. Select all from the list and proceed with the installation.
21
+
1. Go to ``Help`` > ``Install New Software``.
22
+
2. Click ``Add``, and in the pop-up window:
23
+
24
+
* Enter ``Espressif IDF Plugin for Eclipse`` as the ``Name``.
25
+
* Enter ``Location`` of the repository. (`Stable release <https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/>`_)
26
+
* Click ``Add``.
27
+
28
+
3. Select all items from the list and proceed with the installation.
28
29
29
30
For adding beta and nightly builds, you can use the following update site URLs:
30
-
* For Beta version: `<https://dl.espressif.com/dl/idf-eclipse-plugin/updates/beta/>`_.
31
-
* For Nightly build: `<https://dl.espressif.com/dl/idf-eclipse-plugin/updates/nightly/>`_.
31
+
32
+
* `Beta version <https://dl.espressif.com/dl/idf-eclipse-plugin/updates/beta/>`_
If the next version of the plugin requires updated dependencies (e.g., the minimum CDT version has changed from 11.6 to 12), make sure these dependencies are updated during installation from the update site.
102
97
103
98
.. image:: ../../media/Update_dependencies.png
104
-
99
+
105
100
If the required dependencies are not updated, the installer will display the following error:
106
-
`The installation cannot be completed as requested.`
101
+
102
+
``The installation cannot be completed as requested.``
107
103
108
104
To resolve this:
109
105
110
-
1. Click **Show original error and build my own solution**.
111
-
2. Then select both:
106
+
1. Click ``Show original error and build my own solution``.
107
+
2. Then select both:
112
108
113
-
- **Update items already installed**
114
-
- **Remove items already installed**
109
+
- ``Update items already installed``
110
+
- ``Remove items already installed``
115
111
116
112
.. image:: ../../media/Resolve_update_error.png
117
113
118
-
This will allow the installer to update or replace any conflicting components and continue the installation successfully.
119
-
120
-
114
+
This ensures that the installer can update or replace any conflicting components, allowing the installation to complete successfully.
121
115
122
116
.. _troubleshooting_missing_items:
123
117
124
-
Troubleshooting: "Cannot complete the install because one or more required items could not be found"
If you encounter the error ``Cannot complete the install because one or more required items could not be found.`` during installation, it usually means that the Eclipse Platform update site is not enabled.
127
122
128
-
This usually happens when the Eclipse Platform update site is not enabled.
129
123
To resolve this issue:
130
124
131
-
1. Go to ``Help`` > ``Install New Software``.
132
-
2. Click **Manage**.
133
-
3. Make sure the option for the **Eclipse Platform - Latest Release Update Site** is enabled.
125
+
1. Go to ``Help`` > ``Install New Software``.
126
+
2. Click ``Manage``.
127
+
3. Make sure the option for the ``Eclipse Platform - Latest Release Update Site`` is enabled.
134
128
135
-
.. image:: ../../media/Resolve_update_error_2.png
129
+
.. image:: ../../media/Resolve_update_error_2.png
136
130
137
-
4. Apply the changes and close the dialog.
138
-
5. Then go to ``Help`` > ``Check for Updates`` and proceed with updating the IDE and its dependencies.
131
+
4. Apply the changes and close the dialog.
132
+
5. Then go to ``Help`` > ``Check for Updates`` and proceed with updating the IDE and its dependencies.
139
133
140
134
.. note::
141
-
Enabling the Eclipse Platform update site ensures that all required dependencies can be resolved during installation or upgrade.
142
135
136
+
Enabling the Eclipse Platform update site ensures that all required dependencies are properly resolved during installation or upgrade.
0 commit comments