Compiling on M1 #407
dim13
started this conversation in
Show and tell
Replies: 1 comment
-
Could you provide complete documentation block to add to Development guide under Compile section? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Arm GCC
Instead of
brew install arm-none-eabi-gcc
usebrew install --cask gcc-arm-embedded
Add
set(APPLE FALSE)
to mainCMakeList.txt
It would be nice to add it to the Wiki.
Beta Was this translation helpful? Give feedback.
All reactions