earlephilhower / pico-quick-toolchain

GCC Cross-compiler chain for Raspberry Pi Pico
35 stars 6 forks source link

Add armv7l as system to RPi builds #17

Closed codeTom closed 2 years ago

codeTom commented 2 years ago

PlatformIO refuses to install the armv6l builds on armv7l systems (such as the Pi3 with 32bit OS). Manually installing these using packages with modified package.json works fine and this should add linux_armv7l as a supported to system to RPi builds, hopefully avoiding this issue. This is likely the cause of #6 and I'm hoping that this will make the package install from the platformio repository. Even if that fails, this should allow direct linking to release builds in platform.ini which is much easier than manually modifying the package.json file in all builds (and telling others to do the same when they want to build the firmware).

HarvsG commented 1 year ago

Any idea when the next rebuild will be?