* gcc.dg/cpp/assembl2.S: New test case.
[official-gcc.git] / gcc / README.AVR
blob439b0d7638fcd7c9a686fdfabf8927d2b253d84f
1 This file describes the implementation notes of the GNU C Compiler for
2 the ATMEL AVR micro controllers family.
4 The generated assembly code requires the GNU assembler (GAS).  This is
5 a part of the binutils package.
6 Patches against binutils-2.9.5.0.13 can be obtained from
7 http://home.overta.ru/users/denisc.  This site also has patches for
8 the GNU debugger (GDB).
11 GCC can be configured as a cross compiler for the AVR architectures
12 on the same system.  Use `configure --target=avr --enable-languages="c"'
13 to configure GCC.
16 Further installation notes and other useful information about AVR tools
17 can also be obtained from:
18 http://home.overta.ru/users/denisc
19 http://www.itnet.pl/amelektr/avr/
22 Mailing list, avr-gcc-list@avr.jpk.co.nz, exists to discuss related issues and
23 suggestions for further optimizations and improvements.
26 Denis Chertykov <denisc@overta.ru>,  30 Jan 2000