OAR

RTEMS 4.5.1-pre3 On-Line Library


Running the bit_ada Script

PREV UP NEXT Bookshelf Getting Started with GNAT/RTEMS

3.12: Running the bit_ada Script

After the bit_ada script has been modified to reflect the local installation, the modified bit_ada script is run using the following sequence:

cd tools
./bit_ada <target configuration>

Where <target configuration> is one of the following:

NOTE: The above list of target configurations is the list of RTEMS supported targets. Only a subset of these have been tested with GNAT/RTEMS. For more information, contact your GNAT/RTEMS representative.

The build process can take a while to complete. Many users find it handy to run the build process in the background, capture the output in a file, and monitor the output. This can be done as follows:

./bit_ada <target configuration> >bit.log 2>&1 &
tail -f bit.log

If no errors are encountered, the bit_ada script will conclude by printing messages similar to the following:


The src and build-i386-tools subdirectory may now be removed.

Started:  Fri Apr 10 10:14:07 CDT 1998
Finished: Fri Apr 10 12:01:33 CDT 1998

If the bit_ada script successfully completes, then the GNU C/C++ cross compilation tools are installed.

If the bit_ada script does not successfully complete, then investigation will be required to determine the source of the error.


PREV UP NEXT Bookshelf Getting Started with GNAT/RTEMS

Copyright © 1988-2000 OAR Corporation