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
Copy file name to clipboardExpand all lines: docs/clangd_cdt_support.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,13 @@
1
-
# Clang and Clangd Configuration in Espressif-IDE
1
+
# Clangd Configuration in Espressif-IDE
2
2
3
-
Follow the below instructions to configure Clang and Clangd in Espressif-IDE.
3
+
Follow the below instructions to configure Clangd in Espressif-IDE.
4
4
5
5
## Prerequisites
6
6
1. Install the latest version of [Espressif-IDE](https://github.com/espressif/idf-eclipse-plugin/blob/master/docs/Espressif-IDE.md#downloads)
7
7
2. Install the latest version of Eclipse CDT-LSP and it's dependencies using [Update Site](https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/)
8
8
9
9

10
10
11
-
## Clang Toolchain Configuration
12
-
1. Go to `Window` > `Preferences` > `C/C++` > `Core Build Toolchains`
13
-
2. Click `Add...` and choose `clang` and the toolchain settings similar to the below image.
14
-
15
-

16
-
17
-
3. Go to `Window` > `Preferences` > `C/C++` > `CMake`
18
-
4. Click `Add...` and provide CMake Toolchain File for the specific target and select clang compiler from the list as shown below.
0 commit comments