This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

avr port: wwwdocs patch



Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.1
diff -c -3 -p -r1.1 features.html
*** features.html	2000/12/04 22:51:56	1.1
--- features.html	2001/01/26 19:57:28
***************
*** 13,18 ****
--- 13,19 ----
    <ul>
      <li>Port of gcc to Motorola's MCore 210 and 340 contributed.</li>
      <li>Port of gcc to Intel's XScale processor contributed.</li>
+     <li>Port of gcc to Atmel's AVR microcontrollers contributed.</li>
    </ul>
  </ul>
  

Index: specific.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/specific.html,v
retrieving revision 1.73
diff -c -3 -p -r1.73 specific.html
*** specific.html	2000/12/11 00:12:38	1.73
--- specific.html	2001/01/26 20:28:07
*************** GNU Compiler Collection on your machine.
*** 12,17 ****
--- 12,18 ----
  <ul>
    <li><a href="#alpha*-dec-linux*">alpha*-dec-linux*</a></li>
    <li><a href="#alpha*-dec-osf*">alpha*-dec-osf*</a></li>
+   <li><a href="#avr">avr</a></li>
    <li><a href="#dos">DOS</a></li>
    <li><a href="#hppa*-hp-hpux*">hppa*-hp-hpux*</a></li>
    <li><a href="#hppa*-hp-hpux9">hppa*-hp-hpux9</a></li>
*************** it with the command <code>gcc -shared -o
*** 103,108 ****
--- 104,129 ----
  sub-directory exists, repeat this command in it, with the additional
  flag <code>-mieee</code>.</p>
  
+ <hr>
+ <h3><a name="avr">avr</a></h3>
+ <p>Use `configure --target=avr --enable-languages="c"' to configure GCC.</p>
+ Further installation notes and other useful information about AVR tools
+ can also be obtained from: <br>
+ <a href="http://home.overta.ru/users/denisc">
+ http://home.overta.ru/users/denisc
+ </a><br>
+ <a href="http://www.itnet.pl/amelektr/avr">
+ http://www.itnet.pl/amelektr/avr</a>
+ 
+ <p>We strongly recommend to upgrade to binutils 2.11
+ (or latest snapshort while 2.11 not released).</p>
+ 
+ <p>The following error:</p>
+ <pre>
+   Error: register required
+ </pre>
+ <p>indicates that you should upgrade to a newer version of
+ the binutils.</p>
  
  <hr>
  <h3><a name="dos">DOS</a></h3>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]