Datasheet
On Linux I'm getting 'arm-none-eabi-g++: no such file or directory', even though 'arm-none-eabi-g++'
exists in the path specified. What should I do?
This is probably caused by a conflict between 32-bit and 64-bit versions of the compiler, libc and the IDE. The
compiler uses 32-bit binaries, so you also need to have a 32-bit version of libc installed on your system (details). Try
running the following commands from the command line to resolve this:
© Adafruit Industries https://learn.adafruit.com/adafruit-itsybitsy-nrf52840-express Page 33 of 179










