Everything

 

-AUTO_SECTION_LAYOUT


This option automatically allocates sections.

[Specification format]

-AUTO_SECTION_LAYOUT

 

-

Interpretation when omitted

Sections are not automatically allocated.

[Detailed description]

-

Sections are automatically allocated based on the information of the device file.

-

After the section specified by the -start option and the absolute address sections have been allocated, the remaining sections are automatically allocated based on the information of the device file.

-

With the -cpu option specified, -AUTO_SECTION_LAYOUT automatically allocates sections to an address in the range from address1 to address2 designated by the -cpu option and within the memory space defined in the device file designated by the -device option.

[Example of use]

-

To automatically allocate sections from the information of the device file, describe as:

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

[Remark]

-

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

-

If the -device option is not specified, this option will be invalid.