No description
Find a file
2015-01-07 13:20:10 +01:00
avr-libc-patches Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01:00
avrdude-files Added support for ArduinoISP 2014-03-14 17:56:23 +01:00
avrdude-patches Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01: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
gdb-patches gdb: introducing version 7.7 2014-09-16 17:53:43 +02:00
.gitignore Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01:00
arch.arm.build.bash Win32: added zip dependency 2014-09-22 13:34:27 +02:00
arch.linux32.build.bash Win32: added zip dependency 2014-09-22 13:34:27 +02:00
arch.linux64.build.bash Win32: added zip dependency 2014-09-22 13:34:27 +02:00
arch.mac32.build.bash Win32: added zip dependency 2014-09-22 13:34:27 +02:00
arch.win32.build.bash Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01:00
avr-libc.build.bash Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01:00
avrdude.build.bash Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01: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 gdb: introducing version 7.7 2014-09-16 17:53:43 +02:00
clean.bash gdb: introducing version 7.7 2014-09-16 17:53:43 +02:00
gcc.build.bash gcc: refreshing gcc patches from atmel 3.4.4 2014-09-16 17:16:02 +02:00
gdb.build.bash Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01:00
libusb.build.bash Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +01:00
Readme.md Win32: made toolchain compilable on windows with mingw32 2015-01-07 13:20:10 +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 libtinfo-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
  • zip
  • gperf
  • bison
  • flex
  • make
  • patch
  • automake
  • autoconf
  • gcc-g++
  • texinfo (must be at version 4.13 since 5+ won't work)
  • libncurses-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.

You also need to install MinGW: http://www.mingw.org/. Once you have run mingw-get-setup.exe, select and install (clicking on "Installation" -> "Apply changes") the following packages:

  • mingw-developer-toolkit
  • mingw32-base
  • mingw32-gcc-g++
  • msys-base

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.