Giter Site home page Giter Site logo

fastjack / crosspack-avr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from obdev/crosspack-avr

0.0 3.0 0.0 227 KB

Script and associated files for building avr-gcc and related tools on Mac OS X with Xcode 5

Home Page: http://www.obdev.at/products/crosspack/

License: GNU General Public License v2.0

HTML 49.86% PHP 2.09% Shell 40.76% CSS 2.64% Makefile 4.23% C 0.41%

crosspack-avr's Introduction

CrossPack for AVR Development is a development environment for Atmel's AVR microcontrollers running on Apple's OS X, similar to AVR Studio on Windows. It consists of the GNU compiler suite, a C library for the AVR, the AVRDUDE downloader and several other useful tools.

This repository contains a shell script which downloads the source code of all required packages, compiles them, builds an installer package and wraps it into a disk image, ready for distribution. It also contains resources such as a project template, manual etc.

PREREQUISITES

  • Xcode 6. Tested with Xcode 6.2 on 10.9 (Mavericks) and Xcode 6.3 on 10.10 (Yosemite).

BUILDING CROSSPACK-AVR

After installing Xcode, simply run

./mkdist.sh

or

./mkdist.sh debug

in the root directory of the project. You may want to edit some options in the script before running it, e.g. the version of CrossPack-AVR or versions of packages downloaded and compiled. The user who runs the script needs write permissions to the directory /usr/local.

The resulting disk image can be found in /tmp.

The build procedure preserves all downloaded packages. If you want to remove them in order to save disk space, run

./mkclean.sh

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.