This option outputs the list file.
[Specification format]
- | Interpretation when omitted |
None
[Detailed description]
- | This option outputs list file file. |
- | An error will occur if the specification of the file name is omitted. |
|
|
|
-form=library option or -extract option
|
Library list file
|
Output file nameNote.lbp
|
Other than above
|
Link map file
|
Output file nameNote.map
|
Note | If there are two or more output files, this is the first input file name. |
- | When this option is specified together with the –MAp option, this option outputs the link map information and symbol information even if the section allocation address exceeds the allowable address range. In this case, "**OVER**" is output. [V1.05.00 or later] |
[Example of use]
- | To output the link map file to file.map, describe as: |
>rlink a.obj b.obj -list=file.map
|