espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Build of source code fails if path to CCache contains space #118

Open georgik opened 2 years ago

georgik commented 2 years ago

How to simulate:

Failure by the end of the build:

xtensa-esp32-elf-gcc.exe: error: C:\Users\User\Desktop\ccache: No such file or directory
xtensa-esp32-elf-gcc.exe: error: with-space/tmp/cmd_args.GyJI3l: No such file or directory

Workaround: Set CCACHE_DIR env variable to path without spaces.

Suggested correction for the installer: configure CCACHE_DIR during installation process to point to C:\Espressif directory.

georgik commented 1 year ago

Updates: New version of CCache is being tested, it should have support for spaces in the path