This is what I used to build Peaks using OSX 10.11.4
brew tap PX4/homebrew-px4
brew update
brew install gcc-arm-none-eabi
git clone [email protected]:pichenettes/eurorack.git
cd eurorack
git submodule init && git submodule update
export PYTHONPATH=PYTHONPATH:.
Edit stmlib/makefile.inc
Replace (line 29) TOOLCHAIN_PATH ?= /usr/local/arm
with TOOLCHAIN_PATH ?= /usr/local/
make -d -f peaks/makefile wav
Due to editor formatting discrepancies, I need to use
git diff -w --no-color | git apply --cached --ignore-whitespace
instead of git add
to commit changes to existing files