OSDN Git Service

Fix date on last entry.
[pf3gnuchains/gcc-fork.git] / gcc / README.AVR
1 This file describes the implementation notes of the GNU C Compiler for
2 the ATMEL AVR micro controllers family.
3
4 The generated assembly code requires the GNU assembler (GAS).  This is
5 not currently included as part of the binutils package.
6 Patches against binutils-2.9.5.0.13 can be obtained from
7 http://medo.fov.uni-mb.si/mapp/uTools.  This site also has patches for
8 the GNU debugger (GDB).
9
10
11 GCC can be configured as a cross compiler for the AVR architectures
12 on the same system.  Use `configure --target=avr' to configure GCC.
13
14
15 Further installation notes and other useful information about AVR tools
16 can also be obtained from http://medo.fov.uni-mb.si/mapp/uTools.
17
18
19 Mailing list, avr@fov.uni-mb.si, exists to discuss related issues and
20 suggestions for further optimizations and improvements.
21
22
23 Denis Chertykov <denisc@overta.ru>,  30 Jan 2000