ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
311 stars 21 forks source link

Toolchain macos gcc arm none eabi #523

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR adds the GCC ARM embedded toolchain to erbb setup, which was previously installed using brew, but was using a git repository that was just uncompressing the official archive.

arm-none-eabi-* are x86_64 only, but given the projects tend to be small, the rosetta emulation is fast enough for now.