Windows Toolchain Options > Linker tab

Undefined symbols

Place these symbols as an undefined symbol in the symbol table. This is generally used to force the loading of a library symbol that otherwise might not be loaded. Equivalent to the -u sym command line options.

General linker options

These options are passed through to the linker.

Map file name

The filename for the map file (optional). Equivalent to the -map[=name] command line option.

Map file directory

The directory for the map file (optional).


Previous

Next



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