-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Hi,
I'm working with a cross-compile (arm gcc) CMake project which can generate long paths.
When building, I get errors like the following one:
Building C object xxx
Failed: xxx
arm-none-eabi-gcc.exe ... fatal error: opening dependency file ... No such file or directory
I enabled the long path support in the registry like documented by Microsoft.
I also updated my Ninja version to the latest one, 1.12 which seems to bring support of long paths. I also tried the builds from master from this link, without success.
I came accross several GitHub issues like #1900 which was closed mentioning there was still issues with this.
I tried to build from MinGW (Git bash env), cmd and PowerShell, without success.
I'm running on Windows 10 19045.
Thanks !
Reactions are currently unavailable