No description
Find a file
2014-09-16 17:16:02 +02:00
avr-libc-patches Patching malloc: increasing __malloc_margin to 128 2014-02-21 17:09:35 +01:00
avrdude-files Added support for ArduinoISP 2014-03-14 17:56:23 +01:00
avrdude-patches Changed 'arduinotre' programmer description and added pins definition. 2014-06-10 15:27:05 +02:00
binutils-patches Started working on atmel-3.4.4 toolchain: bumping binutils to 2.24 2014-09-16 16:40:11 +02:00
gcc-patches gcc: refreshing gcc patches from atmel 3.4.4 2014-09-16 17:16:02 +02:00
.gitignore Started working on atmel-3.4.4 toolchain: bumping binutils to 2.24 2014-09-16 16:40:11 +02:00
arch.arm.build.bash [atmel 3.4.3] Changed name of zip files, updated Readme 2014-02-03 08:59:27 +01:00
arch.linux32.build.bash [atmel 3.4.3] Building automake and autoconf because it is too difficult to set up a cross platform way to have them correctly set up 2014-02-03 14:54:20 +01:00
arch.linux64.build.bash [atmel 3.4.3] Building automake and autoconf because it is too difficult to set up a cross platform way to have them correctly set up 2014-02-03 14:54:20 +01:00
arch.mac32.build.bash [atmel 3.4.3] Building automake and autoconf because it is too difficult to set up a cross platform way to have them correctly set up 2014-02-03 14:54:20 +01:00
arch.win32.build.bash [atmel 3.4.3] Remving old auto tools path from windows PATH 2014-02-03 17:56:42 +01:00
avr-libc.build.bash [atmel 3.4.3] Using local auto tools even for avr-libc 2014-02-03 15:31:41 +01:00
avrdude.build.bash Merge branch 'master' into atmel-3.4.3 2014-06-10 15:45:59 +02:00
binutils.build.bash Started working on atmel-3.4.4 toolchain: bumping binutils to 2.24 2014-09-16 16:40:11 +02:00
build.all.bash Added support for ArduinoISP 2014-03-14 17:56:23 +01:00
clean.bash Added support for ArduinoISP 2014-03-14 17:56:23 +01:00
gcc.build.bash gcc: refreshing gcc patches from atmel 3.4.4 2014-09-16 17:16:02 +02:00
libusb.build.bash Windows: libusb script missed PREFIX 2014-03-18 11:47:50 +01:00
Readme.md Merge pull request #14 from sngl/atmel-3.4.3 2014-03-14 20:21:58 +01:00
tools.bash [atmel 3.4.3] Building automake and autoconf because it is too difficult to set up a cross platform way to have them correctly set up 2014-02-03 14:54:20 +01:00

Note: setup has been done on partially set up development machines. If, trying to compile on your machine, you find any package missing from the following list, please open an issue at once! We all can't afford wasting time on setup :)

Debian requirements

sudo apt-get install build-essential gperf bison subversion texinfo zip automake flex libusb-dev libusb-1.0-0-dev

Mac OSX requirements

You need to install MacPorts: https://www.macports.org/install.php. Once done, open a terminal and type:

sudo port selfupdate
sudo port upgrade outdated
sudo port install wget +universal
sudo port install automake +universal
sudo port install autoconf +universal
sudo port install gpatch +universal
sudo port install libusb +universal

Windows requirements

You need to install Cygwin: http://www.cygwin.com/. Once you have run setup-x86.exe, use the Search text field to filter and select for installation the following packages:

  • git
  • wget
  • unzip
  • gperf
  • bison
  • flex
  • make
  • patch
  • automake
  • autoconf
  • gcc-g++
  • texinfo (must be at version 4.13-4 since 5+ won't work)
  • libusb1.0 and libusb1.0-devel

A note on texinfo: due to dependencies, each time you update/modify your cygwin installation (for example: you install an additional package), texinfo will be upgraded to version 5+, while you need version 4+! Easy solution: as soon as you've installed the additional package, re-run cygwin setup, search texinfo, triple click on "Keep" until you read version 4, then click next.

Upstream credits

Build process ported from Debian. Most patches come from Atmel. Thank you guys for your awesome work.

Credits

Consult the list of contributors.

License

The bash scripts are GPLv2 licensed. Every other software used by these bash scripts has its own license. Consult them to know their terms.