* README.AVR : Removed.

From-SVN: r39282
This commit is contained in:
Denis Chertykov 2001-01-26 23:40:32 +03:00
parent b63471e9cf
commit 0604c15675
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
This file describes the implementation notes of the GNU C Compiler for
the ATMEL AVR micro controllers family.
The generated assembly code requires the GNU assembler (GAS). This is
a part of the binutils package.
Patches against binutils-2.9.5.0.13 can be obtained from
http://home.overta.ru/users/denisc. This site also has patches for
the GNU debugger (GDB).
GCC can be configured as a cross compiler for the AVR architectures
on the same system. Use `configure --target=avr --enable-languages="c"'
to configure GCC.
Further installation notes and other useful information about AVR tools
can also be obtained from:
http://home.overta.ru/users/denisc
http://www.itnet.pl/amelektr/avr/
Mailing list, avr-gcc-list@avr.jpk.co.nz, exists to discuss related issues and
suggestions for further optimizations and improvements.
Denis Chertykov <denisc@overta.ru>, 30 Jan 2000