We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
We are facing the build issue with arm-none-eabi-gcc on Windows 11 when the file path length exceeds 260 characters, although the registry and group policy are configured to support long path. Compiler always complains something like "fatal error: xxx file: No such file or directory"
arm-none-eabi-gcc version: 12.2 rel1
Windows version: Windows 11 23H2
Does GNU Arm Embedded Toolchain support long file path? Or could it be configured to support long path?
Thanks.
Hi Andre,
Yes, Windows maximum file path limitation is exactly the root cause. Appreciate that very much to improve the binaries to be able to handle files whose path length exceeds 260 characters.