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
- `-t|--toolchain-version`: Xtensa Rust toolchain version
100
103
- `-x|--clear-cache`: Removes cached distribution files. Possible values: [`YES, NO`]
101
104
102
-
### Windows x64
105
+
### Windows x86_64 GNU
103
106
104
-
Following instructions are specific for ESP32 and ESP32-S series based on Xtensa architecture.
107
+
The following instructions describe deployment with the GNU toolchain. If you're using Visual Studio with Windows 10 SDK, consider option [Windows x86_64 MSVC](#windows-x86_64-msvc).
108
+
109
+
#### Prerequisites x86_64 GNU
110
+
111
+
Install MinGW x86_64 e.g., from releases https://github.com/niXman/mingw-builds-binaries/releases and add bin to environment variable PATH
The following instructions are specific for the ESP32 and ESP32-S series based on Xtensa architecture. If you do not have Visual Studio and Windows 10 SDK installed, consider the alternative option [Windows x86_64 GNU](#windows-x86_64-gnu).
105
135
106
136
Instructions for ESP-C series based on RISC-V architecture are described in [RISC-V section](#riscv-installation).
107
137
108
-
#### Prerequisites
138
+
#### Prerequisites x86_64 MSVC
109
139
110
140
- Visual Studio - installed with option Desktop development with C++ - components: MSVCv142 - VS2019 C++ x86/64 build tools, Windows 10 SDK
111
141
@@ -128,16 +158,16 @@ cd rust-build
128
158
129
159
Export variables are displayed at the end of the output from the script.
Following instructions are specific for ESP32-C based on RISC-V architecture.
170
+
The following instructions are specific for ESP32-C based on RISC-V architecture.
141
171
142
172
Install the RISC-V target for Rust:
143
173
@@ -213,11 +243,11 @@ When building for Xtensa targets, we need to [override the `esp` toolchain](http
213
243
214
244
## Containers with Rust ESP environment
215
245
216
-
Alternatively, some container images, with pre-installed Rust and ESP-IDF, are published to Dockerhub and can be used to build Rust projects for ESP boards:
246
+
Alternatively, some container images with pre-installed Rust and ESP-IDF, are published to Dockerhub and can be used to build Rust projects for ESP boards:
0 commit comments