Giter Club home page Giter Club logo

avr-toolchain's Introduction

AVR GNU Tool Chain

This is the main git repository for the Atmel AVR GNU tool chain. It contains just the scripts required to build the entire tool chain.

There are various branches of this repository which will automatically build complete tool chains for various releases. This is the version for the mainline tool chain development branches.

When run, the build script will check out the mainline branches for each of the relevant tool chain component repositories.

Prequisites

You will need a Linux like environment (Cygwin and MinGW environments under Windows should work as well).

You will need the standard GNU tool chain pre-requisites as documented in GCC website

Finally you will need to check out the repositories for each of the tool chain components (its not all one big repository). These should be peers of this toolchain directory. If you have yet to check any repository out, then the following should be appropriate for creating a new directory, avr with all the components.

mkdir avr
cd avr
git clone git://sourceware.org/git/binutils.git
git clone [email protected]:embecosm/avr-gcc.git gcc
git clone [email protected]:vancegroup-mirrors/avr-libc.git
git clone git://sourceware.org/git/gdb.git
git clone [email protected]:embecosm/avr-toolchain.git toolchain
git clone [email protected]:embecosm/winavr.git
cd toolchain

For convenience, the script avr-clone-all.sh in this directory will do the cloning for you.

Building the tool chain

The script build-all.sh will build and install AVR tool chains and AVR LibC. Use

./build-all.sh --help

to see the toptions available.

The script avr-versions.sh specifies the branches to use in each component git repository. It should be edited to change the default branches if required.

Having checked out the correct branches and built a unified source directory, build-all.sh first builds and installs the tool chain, then builds and installs the AVR LibC library.

avr-toolchain's People

Contributors

amylaar avatar jeremybennett 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.