arduino-builder icon indicating copy to clipboard operation
arduino-builder copied to clipboard

No caching if build-path contains unicode characters

Open spechenin opened this issue 7 years ago • 0 comments

All files and libraries are recompiled each time for me.

OS Windows Temporary directory is in C:\Users\USER\AppData\Local\Temp In my case the USER part contains unicode characters. Environment variable is set to short path, TEMP=C:\Users\328E~1\AppData\Local\Temp

The trouble comes from gcc .d files with non-utf-8 encoding. So every reference in .d file cannot be found and the rebuild process starts.

spechenin avatar Feb 22 '18 09:02 spechenin