Mbp m1 path issues?

so on m1 everything is brewed in /opt instead on /usr on intel. can’t get to compile anything to daisy field

are here anybody that can help? slack seems to be silent for couple of days.

Can you put arm-none-eabi-gcc in your PATH?

Otherwise, if the Makefile is instrumented this way (not sure?) you can try

$ make GCC_PATH=/path/to/your/gcc-arm-none-eabi-9-2020-q2-update/bin

Cheers

thank you! but i get this: make: *** No targets specified and no makefile found. Stop.

found a solution, i needed to install homebrew and toolchain from terminal opened in rosetta, so it installs in the right (intel) locations.

after you install homebrew under rosetta terminal: $ arch -x86_64 /usr/local/bin/brew install make armmbed/formulae/arm-none-eabi-gcc dfu-util

For anyone reading this later: it was also tracked on the github issue here OSX on M1 archs; os library paths may be different · Issue #37 · electro-smith/oopsy · GitHub

A solution (not needing Rosetta) has been committed to the dev branch on github and is working now, and will be in the next packaged release in main branch when that happens.