Issue Compiling Impulse on Arduino Nano 33

Hello,

I am having issues when compiling the deployed library

When compiling the sketch I get the following error …

fork/exec C:\Users\Studio\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4/bin/arm-none-eabi-g++.exe: The filename or extension is too long.
Error compiling for board Arduino Nano 33 BLE.

I also get the same error when running in a portable install of the IDE in c:\Arduino

Any ideas how to resolve this without having to enalbe long filepaths in the registry
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem

1 Like

Hi @GregPaynter this is unfortunately an issue with the Arduino build toolchain, here is how you can fix this: https://docs.edgeimpulse.com/docs/running-your-impulse-arduino#code-compiling-fails-under-windows-os

1 Like

Thanks Jan, much appreciated!

1 Like