How to Install the ESP-IDF Toolchain on Windows

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Thanks, I’m can send that video to my friends

zitskycom
Автор

cool integration, it seems like "one click" starting. respect 👍

alexandrkil
Автор

Im using windows 10 and arduino IDE . Whenever I try to upload the sketch to the board i get the following error: fatal error: bits/c++config.h: No such file or directory #include <bits/c++config.h>

mosesscott
Автор

Can prepare next video -- after installed the ESP-IDF Toolchain on Windows -- how we can map Visual Studio for frontend dev?

zafariqbalpatel
Автор

hello. Thanks for video. Please tell me how to change a external flash ram size? I'm try to flash other broject 'hello_world' and in monitor esp writes " Detected size 4096k larger than the size in binary image header 2048k
Restarting in 10 seconds...."

jordanpales
Автор

Could help me with IDF configuration. I have catch the error:
xtensa-esp32-elf-gcc.exe: error: C:\Users\Alex: No such file or directory
xtensa-esp32-elf-gcc.exe: error: No such file or directory
xtensa-esp32-elf-gcc.exe: fatal error: no input files
compilation terminated.
Really I have space in my Window hame - Alex Che.
Probably this is the source of error. But I do not know how to resolve it.

alech
Автор

my installation failed exception error 1

quaking
Автор

It doesn't work. After installation (everything went fine) when I ran esp-idf 4.3 cmd I got these nice error messages:
"thread 'main' panicked at 'Failure: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }', src\config.rs:72:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'Failure: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }', src\config.rs:72:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'Failure: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }', src\config.rs:72:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Using Python in
'--version' is not recognized as an internal or external command,
operable program or batch file.
Using Git in
'--version' is not recognized as an internal or external command,
operable program or batch file."

zsbali