Giter Site home page Giter Site logo

homebrew-formulae's Introduction

Homebrew formulae for Arm Mbed

Homebrew is a package manager for macOS. You can use it to install the Arm GCC toolchain

Deprecation notice

New versions Arm GCC toolchain are available from the gcc-arm-embedded cask, using the following instructions.

brew install --cask gcc-arm-embedded

Installing from this tap

If you still want to install from this tap, use the following instructions:

brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc

This tap was maintained by the Arm Mbed team, not the Arm OSS compiler team! Please raise issues with this formula here, and issues with the toolchain here.

homebrew-formulae's People

Contributors

0xc0170 avatar autopulated avatar cesarvandevelde avatar halicki avatar hugovincent avatar liyouzhou avatar mathias-arm avatar niklarm avatar nrbrook avatar patater avatar salkinium avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebrew-formulae's Issues

homebrew-formulae

Hi there

I'm using an old version of MacOS and would like to use arm-none-eabi-gcc@5_4-2016q3.

Are the formulae available?

Thanks

Ian

Conflict with avr-gcc

I also have avr-gcc installed on my system. This causes a conflict:

==> Upgrading armmbed/formulae/arm-none-eabi-gcc 

...

==> cp -r arm-none-eabi bin lib share /usr/local/Cellar/arm-none-eabi-gcc/6-2016-q4-update/

Error: The `brew link` step did not complete successfully

The formula built, but is not symlinked into /usr/local

Could not symlink lib/libcc1.0.so

Target /usr/local/lib/libcc1.0.so is a symlink belonging to avr-gcc. You can unlink it:

  brew unlink avr-gcc

No bottles

The homebrew documentation about creating a tap includes workflows that will bottle the formulas.
Please update this tap.

arm-none-eabi-gcc-10.3.1: error: arm64

Hello

Using you "brew install arm-none-eabi-gcc" command I just installed your toolchain.
I am running a MacOS Monterey; with Apple M1 chip.
Running cmake command I have this error :

Run Build Command(s):/usr/bin/make -f Makefile cmTC_972b1/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_972b1.dir/build.make CMakeFiles/cmTC_972b1.dir/build
    Building C object CMakeFiles/cmTC_972b1.dir/testCCompiler.c.o
    /opt/homebrew/bin/arm-none-eabi-gcc-10.3.1   -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.0.sdk -o CMakeFiles/cmTC_972b1.dir/testCCompiler.c.o -c /Users/XXX/XXX/XXX/XXX/build/CMakeFiles/CMakeTmp/testCCompiler.c
    arm-none-eabi-gcc-10.3.1: error: **arm64: No such file or directory**
    arm-none-eabi-gcc-10.3.1: error: **unrecognized command-line option '-arch'; did you mean '-march='?**
    make[1]: *** [CMakeFiles/cmTC_972b1.dir/testCCompiler.c.o] Error 1
    make: *** [cmTC_972b1/fast] Error 2
    
  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:3 (project)

Is there a specific issue with Apple M1 Chip?

Sincerely yours,

Jean

ld: cannot find -lbitmap_fonts

Hi all !

I'm trying to build examples from Pimoroni's pico hats, and got to this error:

/opt/homebrew/Cellar/arm-none-eabi-gcc/10.3-2021.07/gcc/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: cannot find -lbitmap_fonts

I've followed the instructions on the Raspberry PI Getting Started. Never had any troubles until this.
I've build this on a Ubuntu and everything went well.

What am I missing ? Thank you

gcc 8.3 ?

Hey,

first of, thanks so much for this tap!

I'm wondering if it needs to be upgrade for the gcc 8.3 which was releases on 2019-02-22?

$ arm-none-eabi-gcc -v
Using built-in specs.
...
gcc version 8.2.1 20181213 (release) [gcc-8-branch revision 267074] (GNU Tools for Arm Embedded Processors 8-2018-q4-major)

I'm on the latest version of the formula:

# brew info arm-none-eabi-gcc
armmbed/formulae/arm-none-eabi-gcc: stable 8-2018-q4-major
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
/Users/nicolai86/homebrew/Cellar/arm-none-eabi-gcc/8-2018-q4-major (5,803 files, 511.4MB)
  Built from source on 2019-02-23 at 21:42:42
From: https://github.com/armmbed/homebrew-formulae/blob/master/arm-none-eabi-gcc.rb

Does arm-none-eabi-gcc provide gdb, newlib, binutils?

In Arch, Debian, and the BSDs arm-none-eabi-* is packaged in separate chunks:

I downloaded https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2 and unzipped it and found it does indeed include arm-none-eabi-objcopy, arm-none-eabi-objdump, arm-none-eabi-strings, arm-none-eabi-strings and all the rest of binutils, and even arm-none-eabi-gdb. I can't tell if it has newlib, there's a newlib.h, but the rest of the library doesn't seem to be there.

I see that the distros all mark binutils as a dependency of gcc, but they don't mark newlib or gdb, so maybe it's fair to shim binutils into this package, but I think it's confusing that gdb is here too; it would make more sense to me if this formula was named arm-none-eabi.rb instead of arm-none-eabi-gcc.rb to emphasize that it also pulls in gdb and maybe newlib.

Thanks for packaging this! I was using brew cask install gcc-arm-embedded but they removed it.

Please support multiple versions

This tap can support multiple versions of a formula to support the widest audience of users.
As new versions release, simply fork the current file to a new file with "@x.y" appended to the file name and then update the main file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.