source: rtems/scripts-ada/README @ dd2906e

4.104.114.84.95
Last change on this file since dd2906e was d2bc265b, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 14:47:03

Successfully built some RPMs. There is still a lot of work to do.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#
2# $Id$
3#
4
5This directory contains the scripts used to build RPMS for GNAT/RTEMS.
6
7The scripts are close but do not work completely right yet.  I have
8commented out the info related items in gnatnewlib.in to get the
9RPMS to build.
10
11The binutils directory should be ignored for now.  In order to
12build the toolset at all, I had to merge building binutils
13into the build of gcc, gnat, and newlib.  gdb is still built separately.
14When gnat is based off a more recent gcc version, we can go
15to the more proper method of building binutils first and
16separately.
17
18There is the more general issue that the gcc 2.8.1 RTEMS targets
19were not always the same object format that the gcc 2.95.x ones
20are.  Thus some BSPs (m68k and i386 in particular) are now ELF
21based and assume crti.o/crtn.o is installed.  The gcc 2.8.1
22configurations were not ELF and thus it is likely that programs
23will not link on certain configurations.
24
25Another more general issue is that GNAT gdb support is at
264.17 while remote debugging of RTEMS applications via
27TCP/IP is in 4.18.
28
Note: See TracBrowser for help on using the repository browser.