source: rtems/doc/FAQ/freesw.t @ 49a90508

4.104.114.84.95
Last change on this file since 49a90508 was 49a90508, checked in by Joel Sherrill <joel.sherrill@…>, on 07/13/99 at 17:16:40

Added section on Free Software that Supports RTEMS.

  • Property mode set to 100644
File size: 1.6 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 GNU Development Tools
15
16The standard RTEMS development environment consists of the following GNU
17components:
18
19@itemize @bullet
20
21@item gcc/egcs
22@item binutils
23@item gdb
24
25@end itemize
26
27Although not from the Free Software Foundation, the Cygnus newlib C
28library integrates well with the GNU tools and is a standard part of the
29RTEMS development environment.
30
31For those interested in using the Ada95 programming language, the GNU Ada
32compiler (GNAT) is available. 
33
34@section omniORB
35
36omniORB is a GPL'ed CORBA which has been ported to RTEMS.  It is
37available from
38@ifset use-html
39(@href{http://www.uk.research.att.com/omniORB/omniORB.html,,,http://www.uk.research.att.com/omniORB/omniORB.html})
40@end ifset
41@ifclear use-html
42http://www.uk.research.att.com/omniORB/omniORB.html
43@end ifclear
44.
45
46For information on the RTEMS port of omniORB to RTEMS, see the following
47URL
48@ifset use-html
49(@href{http://www.connecttel.com/corba/rtems_omni.html,,,http://www.connecttel.com/corba/rtems_omni.html})
50@end ifset
51@ifclear use-html
52http://www.connecttel.com/corba/rtems_omni.html
53@end ifclear
54.
55
56C++ exceptions must work properly on your target for omniORB to work.
57
58The port of omniORB to RTEMS was done by Rosimildo DaSilva
59<rdasilva@@connecttel.com>. 
60
61@section TCL
62
63Tool Command Language.
64
65ditto
66
67@section ncurses
68
69Free version of curses.
70
Note: See TracBrowser for help on using the repository browser.