ITADN

Can't install gcc-arm-embedded

#261912Openujohnny 创建于 2026-04-29
U
ujohnnycommented
### Verification - [x] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/faq/closing_issues_without_review.md). - [x] I have retried my command with `--force`. - [x] I ran `brew update-reset && brew update` and retried my command. - [x] I ran `brew doctor`, fixed as many issues as possible and retried my command. - [x] I have checked the instructions for [reporting bugs](https://github.com/Homebrew/homebrew-cask#reporting-bugs). - [x] I made doubly sure this is not a [checksum does not match / SHA256 mismatch](https://docs.brew.sh/Common-Issues#cask---checksum-does-not-match) error (do not open an issue before trying to open a PR to fix first). ### Description of issue Installing gcc-arm-embedded causes error ``` ==> Purging files for version 15.2.rel1 of Cask gcc-arm-embedded Error: It seems the symlink source '/Applications/ArmGNUToolchain//arm-none-eabi/bin/arm-none-eabi-as' is not there. ==> `brew cleanup` has not been run in the last 30 days, running now... ``` ### Command that failed brew install gcc-arm-embedded ### Output of command with `--verbose --debug` ```shell ==> Fetching downloads for: gcc-arm-embedded /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --header Accept-Language:\ en --retry 3 -V /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --header Accept-Language:\ en --retry 3 -V Downloading 278.5MB/------- /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --header Accept-Language:\ en --retry 3 --fail --location --silent --head https://developer.arm.com/-/media/Files/downloads/gnu/15.2.rel1/binrel/arm-gnu-toolchain-15.2.rel1-darwin-arm64-arm-none-eabi.pkg Downloading 278.5MB/------- /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --header Accept-Language:\ en --retry 3 --fail --location --silent --head --request GET --http1.1 https://developer.arm.com/-/media/Files/downloads/gnu/15.2.rel1/binrel/arm-gnu-toolchain-15.2.rel1-darwin-arm64-arm-none-eabi.pkgading 278.5MB/------- ==> Checking quarantine supportel1) ... installer:PHASE:Validating packages… installer:%97.750000 installer:STATUS: installer:PHASE:Finishing the Installation… installer:STATUS: installer:%100.000000 installer:PHASE:The software was successfully installed. installer: The upgrade was successful. ==> Installing artifact of class Cask::Artifact::Binary ==> Purging files for version 15.2.rel1 of Cask gcc-arm-embedded Error: It seems the symlink source '/Applications/ArmGNUToolchain//arm-none-eabi/bin/arm-none-eabi-as' is not there. ``` ### Output of `brew doctor` and `brew config` ```shell Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks! Warning: A newer Command Line Tools release is available. Update them from Software Update in System Settings. If that doesn't show you any updates, run: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --install Alternatively, manually download them from: https://developer.apple.com/download/all/. You should download the Command Line Tools for Xcode 26.3. This is a Tier 2 configuration: https://docs.brew.sh/Support-Tiers#tier-2 You can report issues with Tier 2 configurations to Homebrew/* repositories! Read the above document before opening any issues or PRs. Warning: Some installed formulae are deprecated or disabled. You should find replacements for the following formulae: icu4c@77 Warning: Unbrewed dylibs were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae and may need to be deleted. Unexpected dylibs: /usr/local/lib/libASAF.dylib HOMEBREW_VERSION: 5.1.8 ORIGIN: https://github.com/Homebrew/brew HEAD: b9763ee5280dc1acb3036383b3608084eebac6b7 Last commit: 3 days ago Branch: stable Core tap JSON: 29 Apr 16:44 UTC Core cask tap JSON: 29 Apr 16:44 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_DOWNLOAD_CONCURRENCY: 32 HOMEBREW_EDITOR: emacs HOMEBREW_FORBID_PACKAGES_FROM_PATHS: set HOMEBREW_MAKE_JOBS: 16 Homebrew Ruby: 4.0.3 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/4.0.3/bin/ruby CPU: 16-core 64-bit arm_brava Clang: 17.0.0 build 1700 Git: 2.54.0 => /opt/homebrew/bin/git Curl: 8.7.1 => /usr/bin/curl macOS: 15.7.3-arm64 CLT: 26.1.0.0.1.1761104275 Xcode: 26.3 Metal Toolchain: N/A Rosetta 2: false ``` ### Output of `brew tap` ```shell steveyegge/beads ```
4 条评论