I am following this tutorial. Everything was going well up to the point where I ran make BOARD=circuitplayground_express. An alert popped up on my screen that arm-gcc was not a verified developer and so the download would not be processed. I have run into this quite a bit with Apple (I wish there was a way to turn this annoying feature off...). So, I opened up System Preferences and then Security & Privacy and on the General tab I approved arm-gcc and then attempted to re-run make BOARD=circuitplayground_express. Now I am getting this error:
Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity.
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [build-circuitplayground_express/py/mpstate.o] Error 127
I am not quite sure what to do now. Any suggestions would be appreciated 😸
Side question: I have a Circuit Playground Classic not the Express. However, if I run the command make BOARD=circuitplayground_classic I get the error:
Makefile:30: *** Invalid BOARD specified. Stop.
Can I run a classic using the express "board"?
Cheers.
I am following this tutorial. Everything was going well up to the point where I ran
make BOARD=circuitplayground_express. An alert popped up on my screen that arm-gcc was not a verified developer and so the download would not be processed. I have run into this quite a bit with Apple (I wish there was a way to turn this annoying feature off...). So, I opened up System Preferences and then Security & Privacy and on the General tab I approved arm-gcc and then attempted to re-runmake BOARD=circuitplayground_express. Now I am getting this error:I am not quite sure what to do now. Any suggestions would be appreciated 😸
Side question: I have a Circuit Playground Classic not the Express. However, if I run the command
make BOARD=circuitplayground_classicI get the error:Can I run a classic using the express "board"?
Cheers.