Using an Alternate Standard Library |
Sometimes it is helpful to parse code in context of its compilation environment rather than the environment defined as “Standard” in the Ada Language Reference Manual.
This is most often needed when your compiler vendor offers bindings to other languages or low level attributes of a chip or system.
The -standard option of undada offers support for using your compiler vendors Ada standard packages instead of Understand for Ada’s.
To do so place all the source files containing the Ada specifications for the new standard in one directory. Then refer to this directory when creating a new database. It is important to note that this directory should be available at all times when parsing code.
Scientific Toolworks, Inc. http://www.scitools.com |