wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Espressif ESP-IDF component install fails when target directory path has embedded spaces

Open gojimmypi opened this issue 2 years ago • 1 comments

Version

current version

Description

The Windows Espressif ESP-IDF setup_win.bat component install does not properly handle spaces in the IDF_PATH or command-line parameter.

For example when someone has a first last login name and the ESP-IDF is installed for the current user desktop directory, the install will fail.

credit @ejohnstown for finding this.

See also https://github.com/wolfSSL/wolfssh/pull/405

gojimmypi avatar May 18 '22 18:05 gojimmypi

Although there are plans to address this, at this time it is currently a low priority as the Espressif install states "ESP-IDF does not support spaces in paths".

image

gojimmypi avatar Jun 04 '22 20:06 gojimmypi

Hi, I hit this same problem today and modified setup_win.bat to work with paths that contains spaces. I note that Espressif doesn't like spaces, but can confirm it does work for me. I made PR: #5919 . HTH.

PaulMartinsen avatar Dec 21 '22 08:12 PaulMartinsen