The compilation model options change the default compilation values.
-M ilp_model |
This option defines the address model that
IAS uses. Values for ilp_model are: |
-M byte_order |
This option sets the global default of the
byte order of data allocation statements. Values for byte_order are: le
(little-endian) and be (big-endian).
Use the .lsb and .msb
directives to set little or big-endian byte order for a specific section,
respectively. |
-N pi |
IAS rejects privileged instructions. Use this
option to ensure that your code does not contain privileged instructions. |
-N close_fcalls |
IAS does not resolve global function calls.
Instead you may want to use another procedure by the same name that is
defined elsewhere. |
-p 32 |
IAS enables defining 32-bit elements as relocatable data elements. Kept for backward compatibility. |