Skip to content

Commit f59ba9e

Browse files
Update setup instructions for macOS
The preferred method for installing the ARM toolchain has changed. The method currently shown results in a compilation failure: ``` arm-none-eabi-gcc: fatal error: cannot read spec file 'nosys.specs': No such file or directory ``` Refer to [pico-sdk issue 1529](raspberrypi/pico-sdk#1529)
1 parent 970046e commit f59ba9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setting-up-the-pico-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ sudo apt install cmake gcc-arm-none-eabi build-essential
4040
brew install cmake
4141

4242
# Install the arm eabi toolchain
43-
brew tap ArmMbed/homebrew-formulae
44-
brew install arm-none-eabi-gcc
43+
brew install --cask gcc-arm-embedded
4544

4645
# The equivalent to build-essential on linux, you probably already have this.
4746
xcode-select --install

0 commit comments

Comments
 (0)