From:
Anton Komlev via TF-M <tf-m@lists.trustedfirmware.org>
Date: Thursday, 4 April 2024 at 12:08
To: Antonio De Angelis <Antonio.DeAngelis@arm.com>, tf-m@lists.trustedfirmware.org <tf-m@lists.trustedfirmware.org>, Michael Khoyilar <mkhoyilar@innophaseiot.com>
Subject: [TF-M] Re: Windows 10 error file name or extension too long
Hi Michael,
You can also try to move your TF-M project close to the root (C:\) folder.
It works for me in “C:\projects\trusted-firmware-m” in Windows build.
Hope that helps,
Anton
From: Antonio De Angelis via TF-M <tf-m@lists.trustedfirmware.org>
Sent: Thursday, April 4, 2024 9:28 AM
To: tf-m@lists.trustedfirmware.org; Michael Khoyilar <mkhoyilar@innophaseiot.com>
Subject: [TF-M] Re: Windows 10 error file name or extension too long
I am not an expert on make but it looks like it's hitting some corner case on the size of the file being processed? I'd suggest to use as a workaround
ninja, if possible, instead of make, and use -GNinja in the CMake config options when configuring the project.
Hi all
I am new to TF-M and want to know if there is a public forum to post questions or search for answers? I am getting this error under Windows 10 when making clean:
make (e=206): The filename or extension is too long
Thank you
Michael