Everything

 

-CHECK_DEVICE


This option checks the device file specified when creating an object file.

[Specification format]

-CHECK_DEVICE

 

-

Interpretation when omitted

The device file is not checked.

[Detailed description]

-

This option checks that the device files specified when creating object files and the device file specified by the -device option are all the same.

-

If there is a different device file, an error will occur.

[Example of use]

-

To check that the device files specified when creating object files and the device file specified by the -device option are all the same, describe as:

>rlink a.obj b.obj -check_device -device=dr5f10y14.dvf

[Remark]

-

If the -form={object|relocate|library} option or -strip option is specified, this option will be invalid.