diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-11 22:31:46 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-11 22:31:46 +0000 |
commit | a28e4651dd1fd10badcd75e25cf7f727eca29a05 (patch) | |
tree | b53a0316047aa8eaa515ccfa2834204e22979e50 /gcc/README.AVR | |
parent | 60a9564b86354765b421d1b2be27f7f05b612371 (diff) | |
download | gcc-a28e4651dd1fd10badcd75e25cf7f727eca29a05.tar.gz |
Denis Chertykov <denisc@overta.ru>
* README.AVR: New file with information about the avr ports.
* config/avr: New directory with avr port files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/README.AVR')
-rw-r--r-- | gcc/README.AVR | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gcc/README.AVR b/gcc/README.AVR new file mode 100644 index 00000000000..0971cecb14e --- /dev/null +++ b/gcc/README.AVR @@ -0,0 +1,23 @@ +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 +not currently included as part of the binutils package. +Patches against binutils-2.9.5.0.13 can be obtained from +http://medo.fov.uni-mb.si/mapp/uTools. 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' to configure GCC. + + +Further installation notes and other useful information about AVR tools +can also be obtained from http://medo.fov.uni-mb.si/mapp/uTools. + + +Mailing list, avr@fov.uni-mb.si, exists to discuss related issues and +suggestions for further optimizations and improvements. + + +Denis Chertykov <denisc@overta.ru>, 30 Jan 2000
\ No newline at end of file |