Raspberry Pi gcc-arm 5.3.1
I've decided to add full support for the Raspberry Pi. I spent the better part of yesterday figuring out how to compile GNU Arm Embedded Toolchain 5-2016-q1-update on a Raspberry Pi 4, and it took many hours to build. I have tested it and it runs well on the Raspberry Pi 4.
The tar.gz is considerably larger than the x86 archive that Particle ships from binaries.particle.io/gcc-arm
, and when uncompressed the toolchain is close to 1.5 GB in size. I will update bin/neopo
accordingly to download this new archive when installing on Raspberry Pi.
Update: I have stripped the toolchain and reduced the size by over 400%.