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 the Using 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
+
27
+
* Click ``Add``.
28
+
29
+
3. Select all items from the list and proceed with the installation.
28
30
29
31
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/>`_.
32
+
33
+
* `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
98
103
99
.. image:: ../../media/Update_dependencies.png
104
-
100
+
105
101
If the required dependencies are not updated, the installer will display the following error:
106
-
`The installation cannot be completed as requested.`
102
+
103
+
``The installation cannot be completed as requested.``
107
104
108
105
To resolve this:
109
106
110
-
1. Click **Show original error and build my own solution**.
111
-
2. Then select both:
107
+
1. Click ``Show original error and build my own solution``.
108
+
2. Then select both:
112
109
113
-
- **Update items already installed**
114
-
- **Remove items already installed**
110
+
- ``Update items already installed``
111
+
- ``Remove items already installed``
115
112
116
113
.. image:: ../../media/Resolve_update_error.png
117
114
118
-
This will allow the installer to update or replace any conflicting components and continue the installation successfully.
119
-
120
-
115
+
This ensures that the installer can update or replace any conflicting components, allowing the installation to complete successfully.
121
116
122
117
.. _troubleshooting_missing_items:
123
118
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
123
128
-
This usually happens when the Eclipse Platform update site is not enabled.
129
124
To resolve this issue:
130
125
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.
126
+
1. Go to ``Help`` > ``Install New Software``.
127
+
2. Click ``Manage``.
128
+
3. Make sure the option for the ``Eclipse Platform - Latest Release Update Site`` is enabled.
134
129
135
-
.. image:: ../../media/Resolve_update_error_2.png
130
+
.. image:: ../../media/Resolve_update_error_2.png
136
131
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.
132
+
4. Apply the changes and close the dialog.
133
+
5. Then go to ``Help`` > ``Check for Updates`` and proceed with updating the IDE and its dependencies.
139
134
140
135
.. note::
141
-
Enabling the Eclipse Platform update site ensures that all required dependencies can be resolved during installation or upgrade.
142
136
137
+
Enabling the Eclipse Platform update site ensures that all required dependencies are properly resolved during installation or upgrade.
0 commit comments