No description
Find a file
2014-02-03 09:29:20 +01:00
avr-libc-patches [atmel 3.4.3] avr-libc 2014-02-02 23:11:52 +01:00
binutils-patches [atmel 3.4.3] binutils 2014-02-01 17:20:32 +01:00
gcc-patches [atmel 3.4.3] gcc 2014-02-02 22:40:59 +01:00
gpio-avrdude-patches Added Avrdude build (dafault and linuxgpio variant). 2013-12-04 17:29:48 +01:00
.gitignore [atmel 3.4.3] avr-libc 2014-02-02 23:11:52 +01: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] Changed name of zip files, updated Readme 2014-02-03 08:59:27 +01:00
arch.linux64.build.bash [atmel 3.4.3] Changed name of zip files, updated Readme 2014-02-03 08:59:27 +01:00
arch.mac32.build.bash [atmel 3.4.3] Changed name of zip files, updated Readme 2014-02-03 08:59:27 +01:00
arch.win32.build.bash [atmel 3.4.3] Changed name of zip files, updated Readme 2014-02-03 08:59:27 +01:00
avr-libc.build.bash [atmel 3.4.3] avr-libc 2014-02-02 23:11:52 +01:00
avrdude.build.bash Cleaning after every build to save disk space 2014-01-21 15:01:22 +01:00
binutils.build.bash [atmel 3.4.3] macosx autoconf 2014-02-03 09:29:20 +01:00
build.all.bash Cleaning after every build to save disk space 2014-01-21 15:01:22 +01:00
clean.bash [atmel 3.4.3] avr-libc 2014-02-02 23:11:52 +01:00
gcc.build.bash [atmel 3.4.3] macosx autoconf 2014-02-03 09:29:20 +01:00
gpio-avrdude.build.bash Added optimizations flags 2014-01-19 10:37:17 +01:00
Readme.md [atmel 3.4.3] macosx autoconf 2014-02-03 09:29: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 autoconf2.64

Mac OSX requirements

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 autoconf264 +universal

Windows requirements

Cygwin installed with all the development tools including

  • gperf
  • bison
  • flex
  • subversion
  • automake
  • autoconf
  • texinfo (must be at version 4.13-4 since 5+ won't work)

Upstream credits

Most patches come from Debian and a few from WinAVR. Thank you guys for the 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.