Git Product home page Git Product logo

homebrew-armeabi's Introduction

Homebrew-ArmEabi

Homebrew tap for ARM EABI toolchain, dedicated to build baremetal ARM Cortex-M applications from a macOS host.

These toolchains have been used to build eCos-based application and bootloaders, and are now used to build applications for Nordik nRF52 BLE applications, ST STM32L0 and STM32L4 baremetal and ChibiOS applications.

Installation

  • Install Homebrew
  • Execute brew tap eblot/armeabi
  • Install the package you need, e.g. brew install arm-none-eabi-llvm

Available recipes

  • GNU BinUtils (Assembler, Linker, Tools): arm-none-eabi-binutils.rb
  • GNU C compiler: arm-none-eabi-gcc.rb
  • GNU Debugger: arm-none-eabi-gdb.rb
  • Clang/LLVM toolchain: arm-none-eabi-llvm.rb
    • This toolchain does not require any of the GNU tools, as it comes with an integrated asssembler and linker. Note that the linker does not support complex target.ld scripts with the stable 5.0 version. However the development version now supports most of the common script syntax.
    • Support the --HEAD option to install the development version of LLVM
  • C library (newlib 3.x) and compiler runtime for various targets:
    • Cortex-M4: armv7em-cortex-m4.rb
    • Cortex-M4 w/ FPU: armv7em-cortex-m4f.rb
    • Cortex-M3: armv7m-cortex-m3.rb
    • Cortex-M0+: armv6m-cortex-m0plus.rb
  • nRF52 script to fix Nordik SDK supervisor calls: nrfsvc.py
  • CramFS tools to build/check CramFS volume: cramfs.rb
  • eCos configuration tool: ecosconfig.rb

homebrew-armeabi's People

Contributors

diamondman avatar eblot avatar

Watchers

 avatar  avatar

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.