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](https://github.com/raspberrypi/pico-sdk/issues/1529)
pull/991/head
Stephen Houser 2024-08-23 10:43:37 -04:00 zatwierdzone przez GitHub
rodzic 970046e84a
commit f59ba9e578
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -40,8 +40,7 @@ sudo apt install cmake gcc-arm-none-eabi build-essential
brew install cmake
# Install the arm eabi toolchain
brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc
brew install --cask gcc-arm-embedded
# The equivalent to build-essential on linux, you probably already have this.
xcode-select --install