I've been living with this for a while now, but it's getting annoying very quickly. I have a project in VS Code that uses the nRF Connect extension to build for nRF52832 and rNF52840 micros. Roughly half the time the build will fail with the error:
arm-zephyr-eabi-ar.exe: could not create temporary file whilst writing archive: no more archived files
If I just rebuild again (no changes whatsoever) it usually succeeds.
How do I tweak the extension/toolchain/??? so that it will succeed the first time, every time?