Generates code using the floating point capabilities of the selected processor or software floating point if the selected processor has no floating point support.
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.
Generates position independent code. Equivalent to the -pic PIC option.
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
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.
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.
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.