ST100 dialog box

Floating point processor (drop-down list)

Default

Generates code using the floating point capabilities of the selected processor or software floating point if the selected processor has no floating point support.

None

Rejects any use of floating point variables or constants in C, C++, or Pascal. Equivalent to the -fnone build-time option.

The following is a description of the items in the ST100 dialog box.

Position Independent Code

Generates position independent code. Equivalent to the -pic PIC option.

Gp 16 Mode

Causes code to be generated in the gp16 instruction set of the ST100. This provides smaller overall code size, at the expense of code speed

Gp 16 Libraries

Causes your application to be linked with standard libraries that were built in gp16 mode (see above). The gp16 libraries are smaller in size, but may execute more slowly.

Small Data Area Threshold

Specifies a size in bytes to determine which data objects appear in the Small Data Area. Equivalent to the -sda= small data area build-time option.

Tiny Data Area Threshold

Specifies a size in bytes to determine which data objects appear in the Tiny Data Area. Equivalent to the -tda= tiny data area build-time option.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.