Chapter 6 Using Linker

r

Output an executable format file even if errors are detected

Functional description

The linker normally suppresses the creation of an executable file if it detects errors during linking. This option forces file creation even if there are errors.

NOTE:

An executable created with known linker errors will not execute properly. The r

 

 

option is only a temporary measure. Do not run the executable that results.

 

 

 

Rules of use

This option is specified with the hyphen (-) option specification character, followed by the lower-case letter 'r'.

ld103 -r prog1.rf

Default specification

An executable format file will not be generated.

It is also possible to force creation of executable file by default with an entry in the linker’s start-up file. See Chapter 1 “Getting Started” Section 1.5 “Setup”.

Command Options 101

Page 113
Image 113
Panasonic MN1030 user manual Output an executable format file even if errors are detected, Ld103 -r prog1.rf