Changeset 2f957f19 in rtems


Ignore:
Timestamp:
05/28/00 19:33:59 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1750364c
Parents:
31bfb92
Message:

Merged Ralf Corsepius' 4.5 Build Issues FAQ into this.

Location:
doc/FAQ
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • doc/FAQ/FAQ.texi

    r31bfb92 r2f957f19  
    6666@include tools.texi
    6767@include concepts.texi
     68@include build45.texi
    6869@include bsp.texi
    6970@include debug.texi
     
    8990* General Development Tool Hints::
    9091* RTEMS Concepts::
     92* Building RTEMS 4.5::
    9193* BSP Questions::
    9294* Debugging Hints::
  • doc/FAQ/Makefile.am

    r31bfb92 r2f957f19  
    1616
    1717GENERATED_FILES= \
    18     basic.texi tools.texi concepts.texi bsp.texi debug.texi freesw.texi \
    19     embeddedinfo.texi hwdebugaids.texi projects.texi endoftime.texi
     18    basic.texi tools.texi concepts.texi build45.texi bsp.texi debug.texi \
     19    freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi endoftime.texi
    2020
    2121FILES=
     
    3939
    4040concepts.texi: concepts.t
     41        $(BMENU) -c -p "" \
     42            -u "Top" \
     43            -n "" $<
     44
     45build45.texi: build45.t
    4146        $(BMENU) -c -p "" \
    4247            -u "Top" \
  • doc/FAQ/basic.t

    r31bfb92 r2f957f19  
    175175No.
    176176
     177@section RTEMS Mailing List
    177178
     179Yes. 
     180
     181@example
     182rtems-users@@OARcorp.com
     183@end example
     184
     185This mailing list is dedicated to the discussion of issues related
     186to RTEMS, including GNAT/RTEMS.  If you have questions about RTEMS,
     187wish to make suggestions, or just want to pick up hints, this is a
     188good list to subscribe to.  Subscribe by sending an empty mail
     189message to rtems-users-subscribe@@OARcorp.com.  Messages sent
     190to rtems-users@@OARcorp.com are posted to the list.
     191
     192
Note: See TracChangeset for help on using the changeset viewer.