aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2024-09-17 11:26:19 +0200
committerGeorg-Johann Lay <avr@gjlay.de>2024-09-18 11:15:09 +0200
commitcdeebc71c48db922b14d34c361e15660c1e31fc1 (patch)
tree986cf146749013ad4fb06688e7f78d2af3d9571a
parent1d0cb3b5fca69b81e69cfdb4aea0eebc1ac04750 (diff)
downloadgcc-cdeebc71c48db922b14d34c361e15660c1e31fc1.zip
gcc-cdeebc71c48db922b14d34c361e15660c1e31fc1.tar.gz
gcc-cdeebc71c48db922b14d34c361e15660c1e31fc1.tar.bz2
AVR: doc/install.texi - Update avr specific installation notes.
gcc/ * doc/install.texi (Host/Target specific installation notes for GCC) [avr]: Update web links to AVR-LibC and AVR Options. Remove outdated note about Binutils.
-rw-r--r--gcc/doc/install.texi18
1 files changed, 7 insertions, 11 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 1ca0f14..e339d73 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2695,7 +2695,7 @@ functions like @code{__addsf3} to be omitted from @file{libgcc.a} on
the assumption that it will be provided by @file{libm.a}. For more
technical details, cf. @uref{https://gcc.gnu.org/PR54461,,PR54461}.
It is not supported for
-RTEMS configurations, which currently use newlib. The option is
+RTEMS configurations, which currently use Newlib. The option is
supported since version 4.7.2 and is the default in 4.8.0 and newer.
@item --with-double=@{32|64|32,64|64,32@}
@@ -4007,27 +4007,23 @@ applications. There are no standard Unix configurations.
Collection (GCC)},
@end ifnothtml
@ifhtml
-See ``AVR Options'' in the main manual
+See @uref{https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html,,AVR Options}
+in the main manual
@end ifhtml
for the list of supported MCU types.
-Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
+Use @samp{configure --target=avr --enable-languages="c,c++"} to configure GCC@.
Further installation notes and other useful information about AVR tools
can also be obtained from:
@itemize @bullet
@item
-@uref{http://www.nongnu.org/avr/,,http://www.nongnu.org/avr/}
+@uref{https://avrdudes.github.io/avr-libc/avr-libc-user-manual/install_tools.html,,AVR-LibC: Building and Installing the GNU Tool Chain}
+@item
+@uref{https://github.com/sprintersb/atest?tab=readme-ov-file#running-the-avr-gcc-testsuite-using-the-avrtest-simulator,,AVRtest: Running the avr-gcc Testsuite}
@end itemize
-The following error:
-@smallexample
-Error: register required
-@end smallexample
-
-indicates that you should upgrade to a newer version of the binutils.
-
@html
<hr />
@end html