Changeset 23a973b in rtems
- Timestamp:
- Aug 28, 2003, 1:38:49 PM (17 years ago)
- Children:
- 7f0b53c
- Parents:
- b3d0923a
- Location:
- doc/started
- Files:
-
- 1 added
- 1 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/started/.cvsignore
rb3d0923a r23a973b 31 31 started.vr 32 32 version.texi 33 tversions.texi 34 tversions.sed -
doc/started/ChangeLog
rb3d0923a r23a973b 1 2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * tversions.texi: Remove. 4 * tversions.texi.in: New (dynamically created). 5 * Makefile.am: Reflect changes above. 6 * binaries.t, buildc.t, buildrt.t, intro.t, nextstep.t, nt.t: 7 Various changes (actual tool versions, rtems.com, fixes). 8 1 9 2003-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
doc/started/Makefile.am
rb3d0923a r23a973b 20 20 $(top_srcdir)/common/cpright.texi 21 21 22 FILES = tversions.texi22 FILES = 23 23 24 24 info_TEXINFOS = started.texi … … 82 82 83 83 EXTRA_DIST += $(PICTURES) 84 85 tversions.texi: tversions.texi.in tversions.sed 86 sed -f tversions.sed $(srcdir)/tversions.texi.in > tversions.texi 87 CLEANFILES += tversions.texi 88 DISTCLEANFILES = tversions.sed -
doc/started/binaries.t
rb3d0923a r23a973b 59 59 60 60 @example 61 rpm -i rtems-base-binutils- 2.9.5.0.24-1.i386.rpm62 rpm -i sparc-rtems-binutils- 2.9.5.0.24-1.i386.rpm63 rpm -i rtems-base-gcc-gcc 2.95.2newlib1.8.2-7.i386.rpm64 rpm -i sparc-rtems-gcc-gcc 2.95.2newlib1.8.2-7.i386.rpm65 rpm -i rtems-base-gdb- 4.18-4.i386.rpm66 rpm -i sparc-rtems-gdb- 4.18-4.i386.rpm61 rpm -i rtems-base-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 62 rpm -i sparc-rtems-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 63 rpm -i rtems-base-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 64 rpm -i sparc-rtems-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 65 rpm -i rtems-base-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.i386.rpm 66 rpm -i sparc-rtems-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.i386.rpm 67 67 @end example 68 68 … … 91 91 92 92 @example 93 rpm -e sparc-rtems-gdb- 4.18-2.i386.rpm94 rpm -e rtems-base-gdb- 4.18-2.i386.rpm95 rpm -e sparc-rtems-gcc-gcc 2.95.2newlib1.8.2-4.i386.rpm96 rpm -e rtems-base-gcc-gcc 2.95.2newlib1.8.2-4.i386.rpm97 rpm -e sparc-rtems-binutils- 2.9.5.0.24-1.i386.rpm98 rpm -e rtems-base-binutils- 2.9.5.0.24-1.i386.rpm93 rpm -e sparc-rtems-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.i386.rpm 94 rpm -e rtems-base-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.i386.rpm 95 rpm -e sparc-rtems-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 96 rpm -e rtems-base-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 97 rpm -e sparc-rtems-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 98 rpm -e rtems-base-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 99 99 @end example 100 100 … … 115 115 @example 116 116 cd / 117 tar xzf rtems-base-binutils- 2.9.5.0.24-1.tgz118 tar xzf sparc-rtems-binutils- 2.9.5.0.24-1.tgz119 tar xzf rtems-base-gcc-gcc 2.95.2newlib1.8.2-4.tgz120 tar xzf sparc-rtems-gcc-gcc 2.95.2newlib1.8.2-4.tgz121 tar xzf rtems-base-gdb- 4.18-2.tgz122 tar xzf sparc-rtems-gdb- 4.18-2.tgz117 tar xzf rtems-base-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.tgz 118 tar xzf sparc-rtems-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.tgz 119 tar xzf rtems-base-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.tgz 120 tar xzf sparc-rtems-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.tgz 121 tar xzf rtems-base-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.tgz 122 tar xzf sparc-rtems-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.tgz 123 123 @end example 124 124 -
doc/started/buildc.t
rb3d0923a r23a973b 54 54 55 55 @need 1000 56 @subheading @value{GCC VERSION}56 @subheading @value{GCCUNTAR} 57 57 @example 58 58 FTP Site: @value{GCCFTPSITE} 59 59 Directory: @value{GCCFTPDIR} 60 60 File: @value{GCCTAR} 61 @ ifset use-html62 @c URL: @uref{Download @value{GCCVERSION}, ftp://@value{GCCFTPSITE}@value{GCCFTPDIR}}63 URL: ftp://@value{GCCFTPSITE}@value{GCCFTPDIR}64 @ end ifset61 @c @ifset use-html 62 URL: @uref{ftp://@value{GCCFTPSITE}@value{GCCFTPDIR}/@value{GCCTAR},,ftp://@value{GCCFTPSITE}@value{GCCFTPDIR}/@value{GCCTAR}} 63 @c URL: ftp://@value{GCCFTPSITE}@value{GCCFTPDIR} 64 @c @end ifset 65 65 @end example 66 66 67 67 @need 1000 68 @subheading @value{BINUTILS VERSION}68 @subheading @value{BINUTILSUNTAR} 69 69 @example 70 70 FTP Site: @value{BINUTILSFTPSITE} 71 71 Directory: @value{BINUTILSFTPDIR} 72 72 File: @value{BINUTILSTAR} 73 @ ifset use-html74 @c URL: @uref{ftp://@value{BINUTILSFTPSITE}@value{BINUTILSFTPDIR}/@value{BINUTILSTAR},Download @value{BINUTILSVERSION}}75 URL: ftp://@value{BINUTILSFTPSITE}@value{BINUTILSFTPDIR}/@value{BINUTILSTAR}76 @ end ifset73 @c @ifset use-html 74 URL: @uref{ftp://@value{BINUTILSFTPSITE}@value{BINUTILSFTPDIR}/@value{BINUTILSTAR},,ftp://@value{BINUTILSFTPSITE}@value{BINUTILSFTPDIR}/@value{BINUTILSTAR}} 75 @c URL: ftp://@value{BINUTILSFTPSITE}@value{BINUTILSFTPDIR}/@value{BINUTILSTAR} 76 @c @end ifset 77 77 @end example 78 78 79 79 @need 1000 80 @subheading @value{NEWLIB VERSION}80 @subheading @value{NEWLIBUNTAR} 81 81 @example 82 82 FTP Site: @value{NEWLIBFTPSITE} 83 83 Directory: @value{NEWLIBFTPDIR} 84 84 File: @value{NEWLIBTAR} 85 @ ifset use-html86 @c URL: @uref{ftp://@value{NEWLIBFTPSITE}@value{NEWLIBFTPDIR}/@value{NEWLIBTAR}, Download @value{NEWLIBVERSION}}87 URL: ftp://@value{NEWLIBFTPSITE}@value{NEWLIBFTPDIR}/@value{NEWLIBTAR}88 @ end ifset85 @c @ifset use-html 86 URL: @uref{ftp://@value{NEWLIBFTPSITE}@value{NEWLIBFTPDIR}/@value{NEWLIBTAR},,ftp://@value{NEWLIBFTPSITE}@value{NEWLIBFTPDIR}/@value{NEWLIBTAR}} 87 @c URL: ftp://@value{NEWLIBFTPSITE}@value{NEWLIBFTPDIR}/@value{NEWLIBTAR} 88 @c @end ifset 89 89 @end example 90 90 … … 94 94 FTP Site: @value{RTEMSFTPSITE} 95 95 Directory: @value{RTEMSFTPDIR}/c_tools/source 96 @ifset BUILDTOOLSTAR 97 File: @value{BUILDTOOLSTAR} 98 @end ifset 99 @ifset BINUTILSRTEMSPATCH 96 @ifset BINUTILSPATCHVERSION 100 97 File: @value{BINUTILSRTEMSPATCH} 101 98 @end ifset 102 @ifset NEWLIB RTEMSPATCH99 @ifset NEWLIBPATCHVERSION 103 100 File: @value{NEWLIBRTEMSPATCH} 104 101 @end ifset 105 @ifset GCC RTEMSPATCH102 @ifset GCCPATCHVERSION 106 103 File: @value{GCCRTEMSPATCH} 107 104 @end ifset … … 156 153 @value{BINUTILSTAR} 157 154 @value{NEWLIBTAR} 158 @ifset GCC RTEMSPATCH155 @ifset GCCPATCHVERSION 159 156 @value{GCCRTEMSPATCH} 160 157 @end ifset 161 @ifset BINUTILS RTEMSPATCH158 @ifset BINUTILSPATCHVERSION 162 159 @value{BINUTILSRTEMSPATCH} 163 160 @end ifset 164 @ifset NEWLIB RTEMSPATCH161 @ifset NEWLIBPATCHVERSION 165 162 @value{NEWLIBRTEMSPATCH} 166 163 @end ifset … … 192 189 @subheading Apply RTEMS Patch to GCC 193 190 194 @ifclear GCC RTEMSPATCH195 No RTEMS specific patches are required for @value{GCC VERSION} to191 @ifclear GCCPATCHVERSION 192 No RTEMS specific patches are required for @value{GCCUNTAR} to 196 193 support @value{RTEMSVERSION}. 197 194 @end ifclear 198 195 199 @ifset GCC RTEMSPATCH196 @ifset GCCPATCHVERSION 200 197 201 198 Apply the patch using the following command sequence: … … 232 229 @subheading Apply RTEMS Patch to binutils 233 230 234 @ifclear BINUTILS RTEMSPATCH235 No RTEMS specific patches are required for @value{BINUTILS VERSION} to231 @ifclear BINUTILSPATCHVERSION 232 No RTEMS specific patches are required for @value{BINUTILSUNTAR} to 236 233 support @value{RTEMSVERSION}. 237 234 @end ifclear 238 235 239 @ifset BINUTILS RTEMSPATCH236 @ifset BINUTILSPATCHVERSION 240 237 Apply the patch using the following command sequence: 241 238 … … 271 268 @subheading Apply RTEMS Patch to newlib 272 269 273 @ifclear NEWLIB RTEMSPATCH274 No RTEMS specific patches are required for @value{NEWLIB VERSION} to270 @ifclear NEWLIBPATCHVERSION 271 No RTEMS specific patches are required for @value{NEWLIBUNTAR} to 275 272 support @value{RTEMSVERSION}. 276 273 @end ifclear 277 274 278 @ifset NEWLIB RTEMSPATCH275 @ifset NEWLIBPATCHVERSION 279 276 280 277 Apply the patch using the following command sequence: … … 353 350 354 351 @example 355 rpm -i i386-rtems-binutils-collection- 2.9.5.0.24-1.nosrc.rpm356 rpm -i i386-rtems-gcc-newlib-gcc 2.95.2newlib1.8.2-7.nosrc.rpm357 @end example 358 359 Because RTEMS toolRPMS are called "nosrc" to indicate that one or352 rpm -i i386-rtems-binutils-collection-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.nosrc.rpm 353 rpm -i i386-rtems-gcc-newlib-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.nosrc.rpm 354 @end example 355 356 The RTEMS tool source RPMS are called "nosrc" to indicate that one or 360 357 more source files required to produce the RPMs are not present. 361 The RTEMS source RPMs do not include the large @code{.tar.gz} or362 @code{.tgz} files for358 The RTEMS source RPMs typically include all required patches, but do not 359 include the large @code{.tar.gz} or @code{.tgz} files for 363 360 each component such as BINUTILS, GCC, or NEWLIB. These are shared 364 361 by all RTEMS RPMs regardless of target CPU and there was no reason … … 371 368 372 369 @example 373 $ rpm -q -l -p i386-rtems-binutils-collection-2.9.5.0.24-1.nosrc.rpm 374 binutils-2.9.5.0.24-rtems-20000207.diff 375 binutils-2.9.5.0.24.tar.gz 376 i386-rtems-binutils-2.9.5.0.24.spec 377 @end example 378 379 Notice that there is a patch file (the @code{.diff} file), a source archive 380 file (the @code{.tar.gz}), and a file describing the build procedure and 381 files produced (the @code{.spec} file). The @code{.spec} file is placed 382 in the @code{SPECS} directory under the RPM root directory. 370 @c Don't use @value{GCC*} below. This is an example 371 $ rpm -q -l -p i386-rtems-gcc-newlib-gcc3.2.3newlib1.11.0-1.nosrc.rpm 372 gcc-3.2.3-rtems-20030507a.diff 373 i386-rtems-gcc-3.2.3-newlib-1.11.0.spec 374 newlib-1.11.0-rtems-20030507.diff 375 @end example 376 377 Notice that there are patch files (the @code{.diff} files) and a file 378 describing the build procedure and files produced (the @code{.spec} file), 379 but no source archives (the @code{*tar.*} files). 380 When installing this source RPM 381 (@code{rpm -U i386-rtems-gcc-newlib-gcc3.2.3newlib1.11.0-1.nosrc.rpm}), 382 the @code{.spec} file is placed in the @code{SPECS} directory under the RPM root 383 directory, while the @code{*.diff} files are placed into the @code{SOURCES} 384 directory. 383 385 384 386 @c … … 394 396 @example 395 397 cd <RPM_ROOT_DIRECTORY>/SPECS 396 rpm -bb i386-rtems-binutils- 2.9.5.0.24.spec398 rpm -bb i386-rtems-binutils-@value{BINUTILSVERSION}.spec 397 399 @end example 398 400 … … 402 404 403 405 @example 404 rtems-base-binutils- 2.9.5.0.24-1.i386.rpm405 i386-rtems-binutils- 2.9.5.0.24-1.i386.rpm406 rtems-base-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 407 i386-rtems-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 406 408 @end example 407 409 … … 423 425 @example 424 426 cd <RPM_ROOT_DIRECTORY>/RPMS/i386 425 rpm -i rtems-base-binutils- 2.9.5.0.24-1.i386.rpm426 rpm -i i386-rtems-binutils- 2.9.5.0.24-1.i386.rpm427 rpm -i rtems-base-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 428 rpm -i i386-rtems-binutils-@value{BINUTILSVERSION}-@value{BINUTILSRPMRELEASE}.i386.rpm 427 429 export PATH=/opt/rtems/bin:$PATH 428 430 cd <RPM_ROOT_DIRECTORY>/SPECS 429 rpm -bb i386-rtems-gcc- 2.95.2-newlib-1.8.2.spec431 rpm -bb i386-rtems-gcc-@value{GCCVERSION}-newlib-@value{NEWLIBVERSION}.spec 430 432 @end example 431 433 … … 435 437 436 438 @example 437 rtems-base-gcc-gcc 2.95.2newlib1.8.2-7.i386.rpm438 rtems-base-chill-gcc 2.95.2newlib1.8.2-7.i386.rpm439 rtems-base-g77-gcc 2.95.2newlib1.8.2-7.i386.rpm440 rtems-base-gcj-gcc 2.95.2newlib1.8.2-7.i386.rpm441 i386-rtems-gcc-gcc 2.95.2newlib1.8.2-7.i386.rpm442 i386-rtems-chill-gcc 2.95.2newlib1.8.2-7.i386.rpm443 i386-rtems-g77-gcc 2.95.2newlib1.8.2-7.i386.rpm444 i386-rtems-gcj-gcc 2.95.2newlib1.8.2-7.i386.rpm445 i386-rtems-objc-gcc 2.95.2newlib1.8.2-7.i386.rpm439 rtems-base-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 440 rtems-base-chill-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 441 rtems-base-g77-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 442 rtems-base-gcj-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 443 i386-rtems-gcc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 444 i386-rtems-chill-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 445 i386-rtems-g77-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 446 i386-rtems-gcj-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 447 i386-rtems-objc-gcc@value{GCCVERSION}newlib@value{NEWLIBVERSION}-@value{GCCRPMRELEASE}.i386.rpm 446 448 @end example 447 449 … … 607 609 608 610 @need 1000 609 @subheading @value{GDB VERSION}611 @subheading @value{GDBUNTAR} 610 612 @example 611 613 FTP Site: @value{GDBFTPSITE} 612 614 Directory: @value{GDBFTPDIR} 613 615 File: @value{GDBTAR} 614 @ifset use-html 615 @c URL: @uref{Download @value{GDBVERSION}, ftp://@value{GDBFTPSITE}@value{GDBFTPDIR}} 616 URL: ftp://@value{GDBFTPSITE}@value{GDBFTPDIR} 617 @end ifset 616 URL: @uref{@value{GDBFTPURL},,@value{GDBFTPURL}} 618 617 @end example 619 618 … … 623 622 FTP Site: @value{RTEMSFTPSITE} 624 623 Directory: @value{RTEMSFTPDIR}/c_tools/source 625 @ifset BUILDTOOLSTAR 626 File: @value{BUILDTOOLSTAR} 627 @end ifset 628 @ifset GDBRTEMSPATCH 624 @ifset GDBPATCHVERSION 629 625 File: @value{GDBRTEMSPATCH} 630 @end ifset 631 @ifset use-html 632 @c URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/c_tools/source,Download RTEMS Patches and Scripts} 633 URL: ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/c_tools/source 626 URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/c_tools/source/@value{GDBRTEMSPATCH},,ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/c_tools/source/@value{GDBRTEMSPATCH}} 634 627 @end ifset 635 628 @end example … … 655 648 @subsection Applying RTEMS Patch to GDB 656 649 657 @ifclear GDB RTEMSPATCH650 @ifclear GDBPATCHVERSION 658 651 No RTEMS specific patches are required for @value{GDBVERSION} to 659 652 support @value{RTEMSVERSION}. 660 653 @end ifclear 661 654 662 @ifset GDB RTEMSPATCH655 @ifset GDBPATCHVERSION 663 656 664 657 Apply the patch using the following command sequence: … … 723 716 724 717 @example 725 rpm -i i386-rtems-gdb-collection- 4.18-4.nosrc.rpm718 rpm -i i386-rtems-gdb-collection-@value{GDBVERSION}-@value{GDBRPMRELEASE}.nosrc.rpm 726 719 @end example 727 720 … … 739 732 740 733 @example 741 $ rpm -q -l -p i386-rtems-gdb-collection- 4.18-4.nosrc.rpm742 gdb- 4.18-rtems-20000524.diff743 gdb- 4.18.tar.gz744 i386-rtems-gdb- 4.18.spec734 $ rpm -q -l -p i386-rtems-gdb-collection-@value{GDBVERSION}-@value{GDBRPMRELEASE}.nosrc.rpm 735 gdb-@value{GDBVERSION}-rtems-@value{GDBPATCHVERSION}.diff 736 gdb-@value{GDBVERSION}.tar.gz 737 i386-rtems-gdb-@value{GDBVERSION}.spec 745 738 @end example 746 739 … … 762 755 @example 763 756 cd <RPM_ROOT_DIRECTORY>/SPECS 764 rpm -bb i386-rtems-gdb- 4.18.spec757 rpm -bb i386-rtems-gdb-@value{GDBVERSION}.spec 765 758 @end example 766 759 … … 770 763 771 764 @example 772 rtems-base-gdb- 4.18-4.i386.rpm773 i386-rtems-gdb- 4.18-4.i386.rpm765 rtems-base-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.i386.rpm 766 i386-rtems-gdb-@value{GDBVERSION}-@value{GDBRPMRELEASE}.i386.rpm 774 767 @end example 775 768 -
doc/started/buildrt.t
rb3d0923a r23a973b 32 32 Directory: @value{RTEMSFTPDIR} 33 33 File: hello_world_c.tgz 34 @ifset use-html 35 @c URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/hello_world_c.tgz, Download RTEMS Hello World} 36 URL: ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/hello_world_c.tgz 37 @end ifset 34 URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/hello_world_c.tgz,,ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/hello_world_c.tgz} 38 35 @end example 39 36 -
doc/started/intro.t
rb3d0923a r23a973b 158 158 @subsection RTEMS Mailing List 159 159 160 @uref{mailto: rtems-users@@rtems.com,rtems-users@@rtems.com}160 @uref{mailto:@value{RTEMSUSERS},@value{RTEMSUSERS}} 161 161 162 162 This mailing list is dedicated to the discussion of issues related … … 164 164 wish to make suggestions, or just want to pick up hints, this is a 165 165 good list to monitor. Subscribe by sending an empty mail message to 166 @uref{mailto: rtems-users-subscribe@@rtems.com,rtems-users-subscribe@@rtems.com}. Messages sent167 to @uref{mailto: rtems-users@@rtems.com,rtems-users@@rtems.com}166 @uref{mailto:@value{RTEMSUSERSSUBSCRIBE},@value{RTEMSUSERSSUBSCRIBE}}. Messages sent 167 to @uref{mailto:@value{RTEMSUSERS},@value{RTEMSUSERS}} 168 168 are posted to the list. 169 169 -
doc/started/nextstep.t
rb3d0923a r23a973b 76 76 construction. If you would like to contribute to this 77 77 effort, please contact the RTEMS Team at 78 @uref{mailto: rtems-users@@rtems.com, rtems-users@@rtems.com}.78 @uref{mailto:@value{RTEMSUSERS}, @value{RTEMSUSERS}}. 79 79 If you are interested in sponsoring the development of a new 80 80 feature, BSP, device driver, port of an existing library, etc., -
doc/started/nt.t
rb3d0923a r23a973b 271 271 272 272 @item In the @code{/build/binutils} directory, execute the following 273 command to configure @value{BINUTILSVERSION}:273 command to configure binutils @value{BINUTILSVERSION}: 274 274 275 275 @example
Note: See TracChangeset
for help on using the changeset viewer.