IAS:
Porting IAS



Porting IAS to Different Platforms

Porting IAS to platforms other than SPARCstationsTM running Solaris should not be very difficult.
It will, however, require some effort.

There are assumptions regarding big-endianness and 32-bit words in the code. Porting to other 32-bit, big-endian machines should be fairly straightforward.

For other types of machines, some areas of the code which will need to be reviewed, if not changed.
These areas of code are:

IAS contains a check inside iam.c to verify that it is invoked on a 32-bit big-endian machine.

Note: This check may as well have been inside initPico() so it could be done only once.

Porting to a Different Big Endian, 32-bit Machine

Some changes which may be necessary to get IAS to work under HP-UX, compiling with gcc.
Note: These changes are not tested, not supported and may not be complete.

You need to:

IAS

Copyright © 1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, CA 94303-4900 USA. All rights reserved.

Last modified 24-March-1999