forked from Imagelibrary/rtems
* 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.
17 lines
665 B
Perl
17 lines
665 B
Perl
@c
|
|
@c COPYRIGHT (c) 1988-2014.
|
|
@c On-Line Applications Research Corporation (OAR).
|
|
@c All rights reserved.
|
|
|
|
@chapter Building the GNU Cross Compiler Toolset with RSB
|
|
|
|
The RTEMS Projects recommends using the RTEMS Source Builder (RSB)
|
|
for building the toolset from source. RSB has evolved over time from
|
|
various instructions and scripts for building the toolset, and it removes
|
|
much of the frustration associated with building the toolset from source.
|
|
Although prebuilt binaries are much easier to install, they are harder
|
|
for the RTEMS Project to support.
|
|
|
|
Documentation for RSB is available from @uref{https://docs.rtems.org/rsb/,https://docs.rtems.org/rsb/}.
|
|
|