source: rtems/doc/FAQ/freesw.t @ 70b8f3ed

4.104.114.84.95
Last change on this file since 70b8f3ed was 70b8f3ed, checked in by Joel Sherrill <joel.sherrill@…>, on 07/15/99 at 15:52:22

Added information on hardware to aid in debugging. Primarily this is
information on gdb and bdm for the MPC8xx, MC683xx, and ColdFire?.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Free Software that Works with RTEMS
10
11This section describes other free software packages that are known to work
12with RTEMS.
13
14@section Development Tools
15
16@subsection Basic Development Environment
17
18The standard RTEMS development environment consists of the following GNU
19components:
20
21@itemize @bullet
22
23@item gcc/egcs
24@item binutils
25@item gdb
26
27@end itemize
28
29Although not from the Free Software Foundation, the Cygnus newlib C
30library integrates well with the GNU tools and is a standard part of the
31RTEMS development environment.
32
33@subsection GNU Ada
34
35For those interested in using the Ada95 programming language, the GNU Ada
36compiler (GNAT) is available and has excellent support for RTEMS.
37
38@subsection DDD
39
40XXX insert information from Charles Gauthier and Jiri Gaisler
41
42@section omniORB
43
44omniORB is a GPL'ed CORBA which has been ported to RTEMS.  It is
45available from
46@ifset use-html
47(@href{http://www.uk.research.att.com/omniORB/omniORB.html,,,http://www.uk.research.att.com/omniORB/omniORB.html})
48@end ifset
49@ifclear use-html
50http://www.uk.research.att.com/omniORB/omniORB.html
51@end ifclear
52.
53
54For information on the RTEMS port of omniORB to RTEMS, see the following
55URL
56@ifset use-html
57(@href{http://www.connecttel.com/corba/rtems_omni.html,,,http://www.connecttel.com/corba/rtems_omni.html})
58@end ifset
59@ifclear use-html
60http://www.connecttel.com/corba/rtems_omni.html
61@end ifclear
62.
63
64C++ exceptions must work properly on your target for omniORB to work.
65
66The port of omniORB to RTEMS was done by Rosimildo DaSilva
67<rdasilva@@connecttel.com>. 
68
69@section TCL
70
71Tool Command Language.
72
73ditto
74
75@section ncurses
76
77Free version of curses.
78
79ditto
80
81
82@section zlib
83
84Free compression/decompression library.
85
86ditto
87
Note: See TracBrowser for help on using the repository browser.