summaryrefslogtreecommitdiffstats
path: root/doc/started/started.texi
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-03-11 10:29:13 -0400
committerGedare Bloom <gedare@rtems.org>2015-03-11 13:39:29 -0400
commitd84995d28c141fd6eb0f04606ea35caa316b9eb7 (patch)
tree8457e82327fd512769d2140a6393ae42b2926795 /doc/started/started.texi
parentcpukit: deprecate task variables. closes #2293. (diff)
downloadrtems-d84995d28c141fd6eb0f04606ea35caa316b9eb7.tar.bz2
doc/started: simplify and fix
* fix and remove some macros in rtems.texi.in. * refer to devel mailing list. * remove reference to Debian packaging in requirements section. * remove section on prebuilt tools. * replace toolset build instructions with link to RSB docs. * Add a note in building RTEMS section about using RSB. * Fix URLs Closes #2291.
Diffstat (limited to '')
-rw-r--r--doc/started/started.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/started/started.texi b/doc/started/started.texi
index c2267871c0..4d453e672c 100644
--- a/doc/started/started.texi
+++ b/doc/started/started.texi
@@ -64,8 +64,7 @@ This is the online version of the Getting Started with RTEMS.
@menu
* Introduction::
* Requirements::
-* Prebuilt Toolset Executables::
-* Building the GNU Cross Compiler Toolset::
+* Building the GNU Cross Compiler Toolset with RSB::
* Building RTEMS::
* Building the Sample Applications::
* Where To Go From Here::
@@ -77,7 +76,6 @@ This is the online version of the Getting Started with RTEMS.
@include intro.texi
@include require.texi
-@include binaries.texi
@include buildc.texi
@include buildrt.texi
@include sample.texi