electro-smith / DaisyToolchain

Static Toolchain for the Daisy ecosystem
8 stars 7 forks source link

Error: Cask 'gcc-arm-embedded' is unavailable: No Cask with this name exists #19

Closed tripslip38 closed 2 years ago

tripslip38 commented 2 years ago

Installing toolchain on macOS Monterey 12.3.1. Ran the install.command. Homebrew upgraded and added a bunch of new casks, but it couldn't locate gcc-arm-embedded

Error: Cask 'gcc-arm-embedded' is unavailable: No Cask with this name exists.
find: /usr/local/Caskroom/gcc-arm-embedded: No such file or directory
find: /usr/local/Caskroom/gcc-arm-embedded: No such file or directory

Any ideas? Sorry if this is too general of a Homebrew question for this project.

tripslip38 commented 2 years ago

It was a path issue. Had to be in the folder with the gcc-arm-embedded.rb file and ran the brew install again...worked fine.