 | LX51 User's Guide |  |
|
|
| NOAMAKE Linker Directive| Abbreviation | None. | | Arguments | None. | | Default | Include AMAKE records in the absolute object module. | | µVision | Options — LX51 Misc — Misc Controls. | | Description | The NOAMAKE directive instructs the linker to exclude AMAKE information from the generated absolute object file. By default, the linker generates object modules that include records containing time and date information for the source files and include files used to build specific object modules. This directive is required only when very old tools are used to read the object module created by the linker. | | Example |
LX51 MYPROG.OBJ TO MYPROG.ABS NOAMAKE
|
|
|