Everything
 

[Link Options] tab


This tab shows the detailed information on the link phase categorized by the following and the configuration can be changed.

 

(1)[Debug Information]

(2)[Optimization]

(3)[Optimization(Details)]

(4)[Input File]

(5)[Output File]

(6)[Library]

(7)[Output Code]

(8)[List]

(9)[Section]

(10)[Verify]

(11)[Message]

(12)[Others]

Caution

This tab is not displayed for the library project.

[Description of each category]

(1)

[Debug Information]

The detailed information on debug information is displayed and the configuration can be changed.

Output debug information

Select whether to output debug information.

This property corresponds to the -DEBug and -NODEBug options of the rlink command.

Default

Yes(Output to the output file)(-DEBug)

How to change

Select from the drop-down list.

Restriction

Yes(Output to the output file)(-DEBug)

Outputs debug information.

No(-NODEBug)

Does not output debug information.

Compress debug information

Select whether to compress debug information.

This property corresponds to the -COmpress and -NOCOmpress options of the rlink command.

This property is displayed only when [Yes(Output to the output file)(-DEBug)] in the [Output debug information] property is selected.

Default

No(-NOCOmpress)

How to change

Select from the drop-down list.

Restriction

Yes(-COmpress)

Compresses debug information.

The loading speed of the debugger will be improved.

No(-NOCOmpress)

Does not compress the debug information.

The link time will be shorten.

Delete local symbol name information

Select whether to delete local symbol name information.

This property corresponds to the -Hide option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-Hide)

Deletes information of the local symbol name.

No

Does not delete information of the local symbol name.

(2)

[Optimization]

The detailed information on the optimization is displayed and the configuration can be changed.

Perform optimization at time of linkage

Select whether to perform optimization at the time of linkage.

Optimization at time of linkage is performed for modules to which -goptimize was added at compilation or assemble.

This property corresponds to the -NOOPtimize and -OPtimize option of the rlink command.

This property is displayed when [Always latest version which was installed] or V2.01.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V2.01.00 or a later version of the CC-RH compiler has been installed.

Remark

To apply optimization at the time of linkage, select [Yes (-goptimize)] for the [Output additional information for optimization at time of linkage] property described under category (3)[Optimization(Details)] in the section on the [Compile Options] tab and under category (2)[Optimization] in the section on the [Assemble Options] tab before compiling or assembling the files. This can also be done by using the same property on the [Individual Compile Options] and [Individual Assemble Options] tabs.

Default

No(-NOOPtimize)

How to change

Select from the drop-down list.

Restriction

No(-NOOPtimize)

Performs optimization at the time of linkage.

All(-OPtimize)

Does not perform optimization at the time of linkage.

(3)

[Optimization(Details)]

The detailed information on the optimization is displayed and the configuration can be changed.

Optimize area allocated before execution start symbol

Select whether to optimize the area allocated before the execution start symbol.

The area allocated to lower addresses than the symbol specified with the -ENTRY

option is to be optimized. When the address has been specified with the -ENTRY

option, this option is disabled.

This corresponds to the -ALLOW_OPTIMIZE_ENTRY_BLOCK option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or V2.06.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V2.06.00 or a later version of the CC-RH compiler has been installed

-

When other than [No(-NOOPtimize)] in the [Perform optimization at time of linkage] property is selected

-

When [Yes(-ENTry)] in the [Specify execution start address] property is selected

-

When [Execution start address] property is not blank

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-ALLOW_OPTIMIZE_ENTRY_BLOCK)

Optimizes the area allocated before the execution start symbol.

No

Does not optimize the area allocated before the execution start symbol.

Symbols excluded from optimization of unreferenced symbol deletion

Specify unreferenced symbols that you do not wish to be deleted by optimization.

Specify in the format of "symbol name", with one specification on one line.

This option corresponds to the -SYmbol_forbid option of the linker.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or V2.01.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V2.01.00 or a later version of the CC-RH compiler has been installed

-

When other than [No(-NOOPtimize)] in the [Perform optimization at time of linkage] property under the [Optimization] category is selected

Default

Symbols excluded from optimization of unreferenced symbol deletion[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

Section to disable optimization

Specify sections that you do not wish to be optimized in the format of "file name|module name](section name[,...])", with one specification on one line.

The following placeholders are supported.

%ActiveProjectDir%: Replaces with the absolute path of the active project folder.

%ActiveProjectName%: Replaces with the active project name.

%BuildModeName%: Replaces with the build mode name.

%MainProjectDir%: Replaces with the absolute path of the main project folder.

%MainProjectName%: Replaces with the main project name.

%MicomToolPath%: Replaces with the absolute path of the install folder of this product.

%ProjectDir%: Replaces with the absolute path of the project folder.

%ProjectName%: Replaces with the project name.

%TempDir%: Replaces with the absolute path of the temporary folder.

%WinDir%: Replaces with the absolute path of the Windows system folder.

This property corresponds to the -SEction_forbid option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or V2.01.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V2.01.00 or a later version of the CC-RH compiler has been installed

-

When other than [No(-NOOPtimize)] in the [Perform optimization at time of linkage] property under the [Optimization] category is selected

Default

Section to disable optimization[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

Address range to disable optimization

Specify the address range in which to suppress optimization in the format of "address[+ size]", with one specification on one line.

This property corresponds to the -Absolute_forbid option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or V2.01.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V2.01.00 or a later version of the CC-RH compiler has been installed

-

When other than [No(-NOOPtimize)] in the [Perform optimization at time of linkage] property under the [Optimization] category is selected

Default

Address range to disable optimization[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

Output external symbol allocation information file

Select whether to output an external symbol allocation information file.

This property is changed to [Yes(-Map)] when [Yes(Optimizes the inter-module)(-Omap)] in the [Optimize accesses to external variables] property in the [Optimization(Details)] category from the [Compile Options] tab is selected.

This property corresponds to the -MAp option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-MAp)

Outputs an external symbol allocation information file.

No

Does not output an external symbol allocation information file.

(4)

[Input File]

The detailed information on input files is displayed and the configuration can be changed.

Object file

Specify the object files.

Specify in the format of "library(module)", with one entry name per line.

The following placeholders are supported.

%ActiveProjectDir%: Replaces with the absolute path of the active project folder.

%ActiveProjectName%: Replaces with the active project name.

%BuildModeName%: Replaces with the build mode name.

%MainProjectDir%: Replaces with the absolute path of the main project folder.

%MainProjectName%: Replaces with the main project name.

%MicomToolPath%: Replaces with the absolute path of the install folder of this product.

%ProjectDir%: Replaces with the absolute path of the project folder.

%ProjectName%: Replaces with the project name.

%TempDir%: Replaces with the absolute path of the temporary folder.

%WinDir%: Replaces with the absolute path of the Windows system folder.

This property corresponds to the -Input option of the rlink command.

The object file name is displayed as the subproperty.

Default

Object file[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 1024 characters

Up to 256 items can be specified.

Binary file

Specify the binary files.

Specify in the format of "file name(section name[:number of alignment][/section attribute][,symbol name])", with one entry per line.

[:number of alignment], [/section attribute], and [,symbol name] can be omitted.

The value that can be specified for number of alignment is 1, 2, 4, 8, 16, or 32.

If the specification is omitted, it is assumed that 1 has been specified.

"CODE" or "DATA" can be specified as section attribute.

If the specification is omitted, all attributes such as the ability to write, read, and execute, will be all valid.

The following placeholders are supported.

%ActiveProjectDir%: Replaces with the absolute path of the active project folder.

%ActiveProjectName%: Replaces with the active project name.

%BuildModeName%: Replaces with the build mode name.

%MainProjectDir%: Replaces with the absolute path of the main project folder.

%MainProjectName%: Replaces with the main project name.

%MicomToolPath%: Replaces with the absolute path of the install folder of this product.

%ProjectDir%: Replaces with the absolute path of the project folder.

%ProjectName%: Replaces with the project name.

%TempDir%: Replaces with the absolute path of the temporary folder.

%WinDir%: Replaces with the absolute path of the Windows system folder.

This property corresponds to the -Binary option of the rlink command.

The binary file name is displayed as the subproperty.

Default

Binary file[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 1024 characters

Up to 256 items can be specified.

Symbol definition

Define the symbols.

Specify in the format of "symbol name=symbol name" or "symbol name=numerical value", with one entry name per line.

Specify the numerical value in hexadecimal.

This property corresponds to the -DEFine option of the rlink command.

The symbol name is displayed as the subproperty.

Default

Symbol definition[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 256 characters

Up to 256 items can be specified.

(5)

[Output File]

The detailed information on output files is displayed and the configuration can be changed.

Output folder

Specify the output folder.

The following placeholders are supported.

%ActiveProjectDir%: Replaces with the absolute path of the active project folder.

%ActiveProjectName%: Replaces with the active project name.

%BuildModeName%: Replaces with the build mode name.

%MainProjectDir%: Replaces with the absolute path of the main project folder.

%MainProjectName%: Replaces with the main project name.

%MicomToolPath%: Replaces with the absolute path of the install folder of this product.

%ProjectDir%: Replaces with the absolute path of the project folder.

%ProjectName%: Replaces with the project name.

%TempDir%: Replaces with the absolute path of the temporary folder.

%WinDir%: Replaces with the absolute path of the Windows system folder.

If this is blank, it is assumed that the project folder has been specified.

This property corresponds to the -OUtput option of the rlink command.

Default

%BuildModeName%

How to change

Directly enter in the text box or edit by the Browse For Folder dialog box which appears when clicking the [...] button.

Restriction

Up to 247 characters

Output file name

Specify the output file name.

If the extension is omitted, ".abs" is automatically added.

The following placeholders are supported.

%ActiveProjectName%: Replaces with the active project name.

%MainProjectName%: Replaces with the main project name.

%ProjectName%: Replaces with the project name.

This property corresponds to the -OUtput option of the rlink command.

Default

%ProjectName%.abs

How to change

Directly enter in the text box.

Restriction

Up to 259 characters

(6)

[Library]

The detailed information on the library is displayed and the configuration can be changed.

Using libraries

Specify the library files to be used.

The following placeholders are supported.

%ActiveProjectDir%: Replaces with the absolute path of the active project folder.

%ActiveProjectName%: Replaces with the active project name.

%BuildModeName%: Replaces with the build mode name.

%MainProjectDir%: Replaces with the absolute path of the main project folder.

%MainProjectName%: Replaces with the main project name.

%MicomToolPath%: Replaces with the absolute path of the install folder of this product.

%ProjectDir%: Replaces with the absolute path of the project folder.

%ProjectName%: Replaces with the project name.

%TempDir%: Replaces with the absolute path of the temporary folder.

%WinDir%: Replaces with the absolute path of the Windows system folder.

This property corresponds to the -LIBrary option of the rlink command.

The library file name is displayed as the subproperty.

Default

Using libraries[number of defined items]

How to change

Edit by the Path Edit dialog box which appears when clicking the [...] button.

-> Edit by the Specify Using Library File dialog box which appears when clicking the [Browse...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 259 characters

Up to 65536 items can be specified.

System libraries

The system library files are displayed.

This property corresponds to the -LIBrary option of the rlink command.

The system library file name is displayed as the subproperty.

Default

System libraries[number of defined items]

How to change

Changes not allowed

Use standard libraries

Select whether to use the standard libraries provided by the compiler.

This property corresponds to the -LIBrary option of the rlink command.

[Yes(V1.01 compatible)] is displayed when [Always latest version which was installed] or V1.02.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.02.00 or a later version of the CC-RH compiler has been installed.

Default

Yes

How to change

Select from the drop-down list.

Restriction

Yes

Uses the standard libraries.

Yes(V1.01 compatible)

Uses the libraries compatible with CC-RH V1.01.

No

Does not use the standard libraries.

Use "Standard Library" function

Select whether to use the standard library functions.

This property is changed to [Yes(-LIBrary=libc)] when [Yes] in the [Use "Mathematical Library (Double precision)" function] or [Use "Mathematical Library (Single precision)" function] property is selected.

This property corresponds to the -LIBrary option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or a version number earlier than V1.02.00 is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where a version of the CC-RH compiler earlier than V1.02.00 has been installed

-

When [Yes] in the [Use standard libraries] property is selected

 

or

-

When [Always latest version which was installed] or V1.02.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.02.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(V1.01 compatible)] in the [Use standard libraries] property is selected

Default

Yes(-LIBrary=libc)

How to change

Select from the drop-down list.

Restriction

Yes(-LIBrary=libc)

Uses the standard library functions.

No

Does not use the standard library functions.

Use "Mathematical Library (Double precision)" function

Select whether to use the mathematical library (double precision) functions.

This property is changed to [No] when [No] in the [Use standard libraries] property is selected.

This property corresponds to the -LIBrary option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or a version number earlier than V1.02.00 is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where a version of the CC-RH compiler earlier than V1.02.00 has been installed

-

When [Yes] in the [Use standard libraries] property is selected

 

or

-

When [Always latest version which was installed] or V1.02.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.02.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(V1.01 compatible)] in the [Use standard libraries] property is selected

Default

Yes(-LIBrary=libm)

How to change

Select from the drop-down list.

Restriction

Yes(-LIBrary=libm)

Uses the mathematical library (double precision) functions.

No

Does not use the mathematical library (double precision) functions.

Use "Mathematical Library (Single precision)" function

Select whether to use the mathematical library (single precision) functions.

This property is changed to [No] when [No] in the [Use standard libraries] property is selected.

This property corresponds to the -LIBrary option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or a version number earlier than V1.02.00 is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where a version of the CC-RH compiler earlier than V1.02.00 has been installed

-

When [Yes] in the [Use standard libraries] property is selected

 

or

-

When [Always latest version which was installed] or V1.02.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.02.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(V1.01 compatible)] in the [Use standard libraries] property is selected

Default

Yes(-LIBrary=libmf)

How to change

Select from the drop-down list.

Restriction

Yes(-LIBrary=libmf)

Uses the mathematical library (single precision) functions.

No

Does not use the mathematical library (single precision) functions.

Use "Standard/Mathematical Library" function

Select whether to use the standard and mathematical library functions.

This property corresponds to the -LIBrary option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or V1.02.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.02.00 or a later version of the CC-RH compiler has been installed

-

When [Yes] in the [Use standard libraries] property is selected

Default

Yes

How to change

Select from the drop-down list.

Restriction

Yes

Uses the standard and mathematical library functions.

No

Does not use the standard and mathematical library functions.

Check memory smashing on releasing memory

Selects whether to check memory smashing on releasing the memory.

This property is usable only in the Professional Edition.

The user-defined __heap_chk_fail() function is called if an illegal address has been specified or an address outside the allocated memory area has been written to when the memory that was dynamically allocated by malloc or another function is released or re-allocated by this function. See "CC-RH Compiler User's Manual" for details.

This property corresponds to the -LIBrary option of the rlink command.

This property is displayed only in the following cases.

-

When [Always latest version which was installed] or V1.04.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.04.00 or a later version of the CC-RH compiler has been installed

-

When [Yes] in the [Use standard/mathematical libraries] property is selected

Default

No

How to change

Select from the drop-down list.

Restriction

Yes

Checks memory smashing on releasing the memory.

No

Does not check memory smashing on releasing the memory.

Use "Non-local jump Library" function

Select whether to use the non-local jump library functions.

This property corresponds to the -LIBrary option of the rlink command.

This property is displayed only when other than [No] in the [Use standard libraries] property is selected.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-LIBrary=libsetjmp)

Uses the non-local jump library functions.

No

Does not use the non-local jump library functions.

(7)

[Output Code]

The detailed information on output code is displayed and the configuration can be changed.

Specify execution start address

Select whether to specify the execution start address with the external defined symbol or address.

This property corresponds to the -ENTry option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-ENTry)

Specifies the execution start address with the external defined symbol or address.

No

Does not specify the execution start address with the external defined symbol or address.

Execution start address

Specify the execution start address.

Specify in the format of "symbol name" or "address".

Specify the address in hexadecimal.

This property corresponds to the -ENTry option of the rlink command.

The execution start address is displayed as the subproperty.

This property is displayed only when [Yes(-ENTry)] in the [Specify execution start address] property is selected.

Default

Blank

How to change

Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button.

Restriction

Up to 32767 characters

Fill with padding data at the end of a section

Select whether to fill with padding data at the end of a section.

This property corresponds to the -PADDING option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-PADDING)

Fills in data at the end of a section so that the section size is a multiple of the alignment of the section.

No

Does not fill with padding data at the end of a section.

Work around overrun fetch

Select whether to prevent reading of vacant areas due to overrun fetch.

This property corresponds to the -OVERRUN_FETCH option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-OVERRUN_FETCH)

Inserts 128-byte NOP instructions in a vacant area when a 128-byte or larger vacant area exists between sections or immediately after the end code section.

No

Does not prevent reading of vacant areas due to overrun fetch.

Reserve prefetch area

Select whether to generate and reserve a section immediately after an area for use with prefetching.

This property corresponds to the -RESERVE_PREFETCH_AREA option of the rlink command.

This property is displayed when you have selected [Always latest version which was installed] or V2.04.01 or a later version for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V2.04.01 or a later version of the CC-RH compiler has been installed.

Default

No

How to change

Select from the drop-down list.

Restriction

No(No option specified)

Does not reserve prefetch area

Yes(auto allocation)(-RESERVE_PREFETCH_AREA)

Reserves prefetch area

Yes(after specified section)(-RESERVE_PREFETCH_AREA=section)

Reserves an area for use with prefetching for the specified section.

Section in the reserved prefetch area

Specify section in the reserved prefetch area.

This property corresponds to the -RESERVE_PREFETCH_AREA option of the rlink command.

This property is displayed in the following cases.

-

When you have selected [Always latest version which was installed] or V2.04.01 or a later version for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V2.04.01 or a later version of the CC-RH compiler has been installed.

-

When [Yes(after specified section)(-RESERVE_PREFETCH_AREA=section)] in the [Reserve prefetch area] property is selected

Default

Blank

How to change

Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button.

Restriction

Up to 32767 characters

Generate function list used for detecting illegal indirect function call

Select whether to generate a list of functions that are safe in terms of the detection of illegal indirect function calls.

This property is changed to [Yes(-CFI)] when [Yes(-control_flow_integrity)] in the [Detect illegal indirect function call] property in the [Quality Improvement] category from the [Compile Options] tab is selected.

This property is usable only in the Professional Edition.

This property corresponds to the -CFI option of the rlink command.

This property is displayed when you have selected [Always latest version which was installed] or V1.07.00 or a later version for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.07.00 or a later version of the CC-RH compiler has been installed.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-CFI)

Generates a list of functions that are safe in terms of the detection of illegal indirect function calls.

No

Does not generate a list of functions that are safe in terms of the detection of illegal indirect function calls.

Additional function symbols or addresses to function list

Specify the symbols or addresses of functions that you wish to add to the list of functions that are safe in terms of the detection of illegal indirect function calls.

In the process of detecting illegal indirect function calls, the linker generates a list of safe functions and embeds this list in the load module. Then the code output by the compiler with [Detect illegal indirect function call] enabled will refer to the list while the user-created application is running. Use this property if you wish to add any symbols or addresses of functions to the list, which is otherwise automatically configured based on the information input to the linker.

Specify in the format of "function symbol|address[,...]", with one function name per line.

This property is usable only in the Professional Edition.

This property corresponds to the -CFI_ADD_Func option of the rlink command.

This property is displayed only in the following cases.

-

When you have selected [Always latest version which was installed] or V1.07.00 or a later version for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.07.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(-CFI)] in the [Generate function list used for detecting illegal indirect function call] property is selected

Default

Additional function symbols or addresses to function list[number of defined items]

How to change

Edit by the Path Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65536 items can be specified.

Excluded modules from function list

Specify modules that you wish to exempt from the list of functions that are safe in terms of the detection of illegal indirect function calls.

In the process of detecting illegal indirect function calls, the linker generates a list of safe functions and embeds this list in the load module. Then the code output by the compiler with [Detect illegal indirect function call] enabled will refer to the list while the user-created application is running. Use this property if you wish to exempt all functions of any modules from the list, which is otherwise automatically configured based on the information input to the linker.

Specify in the format of "object file name[,...]" or "library file name[(<module name in library>[,<module name in library>]...)][,...]", with one file name per line.

The library file name can be specified only when the CC-RH compiler is V2.00.00 or later.

All functions in the specified module are excluded from the function list.

This property is usable only in the Professional Edition.

This property corresponds to the -CFI_IGNORE_Module option of the rlink command.

This property is displayed only in the following cases.

-

When you have selected [Always latest version which was installed] or V1.07.00 or a later version for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.07.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(-CFI)] in the [Generate function list used for detecting illegal indirect function call] property is selected

Default

Excluded modules from function list[number of defined items]

How to change

Edit by the Path Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65536 items can be specified.

(8)

[List]

The detailed information on the list is displayed and the configuration can be changed.

Output link map file

Select whether to output the link map file.

This property corresponds to the -LISt and -SHow options of the rlink command.

Default

Yes(List contents=specify)(-LISt)

How to change

Select from the drop-down list.

Restriction

Yes(List contents=not specify)(-LISt -SHow)

Outputs information according to the output format to the link map file.

Yes(List contents=ALL)(-LISt -SHow=ALL)

Outputs all information according to the output format to the link map file.

Yes(List contents=specify)(-LISt)

Outputs the specified information to the link map file.

No

Does not output the link map file.

Output symbol information

Select whether to output the symbol information (symbol address, size, type, and optimization contents).

This property corresponds to the -SHow=SYmbol option of the rlink command.

This property is displayed only when [Yes(List contents=specify)(-LISt)] in the [Output link map file] property is selected.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-SHow=SYmbol)

Outputs the symbol information.

No

Does not output the symbol information.

Output number of symbol reference

Select whether to output the number of symbol references.

This property corresponds to the -SHow=Reference option of the rlink command.

This property is displayed only when [Yes(List contents=specify)(-LISt)] in the [Output link map file] property is selected.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-SHow=Reference)

Outputs the number of symbol references.

No

Does not output the number of symbol references.

Output cross reference information

Select whether to output the cross reference information.

This property corresponds to the -SHow=XReference option of the rlink command.

This property is displayed only when [Yes(List contents=specify)(-LISt)] in the [Output link map file] property is selected.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-SHow=Xreference)

Outputs the cross reference information.

No

Does not output the cross reference information.

Output total sizes of sections

Select whether to output the total size of sections.

This property corresponds to the -SHow=Total_size option of the rlink command.

This property is displayed only when [Yes(List contents=specify)(-LISt)] in the [Output link map file] property is selected.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-SHow=Total_size)

Outputs the total sizes of sections separately for ROM-allocated sections and RAM-allocated sections.

No

Does not output the total size of sections.

Output information of members of struct or union

Select whether to output the member information of the structure or union.

This property corresponds to the -SHow=STRUCT option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or V1.02.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.02.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(List contents=specify)(-LISt)] in the [Output link map file] property is selected

-

When [No(-NOCOmpress)] in the [Compress debug information] property is selected

-

When [No] in the [Delete local symbol name information] property is selected

-

When [No(-NOOPtimize)] in the [Perform optimization at time of linkage] property is selected

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-SHow=STRUCT)

Outputs the member information of the structure or union.

No

Does not output the member information of the structure or union.

Output relocation attributes related to sections

Select whether to output relocation attributes related to sections.

This property corresponds to the -SHow=RELOCATION_ATTRIBUTE option of the rlink command.

This property is displayed in the following cases.

-

When [Always latest version which was installed] or V1.06.00 or a later version is selected for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.06.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(List contents=specify)(-LISt)] in the [Output link map file] property is selected

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-SHow=RELOCATION_ATTRIBUTE)

Outputs relocation attributes related to sections.

No

Does not output relocation attributes related to sections.

Output function list for detecting illegal indirect function call

Select whether to output a list of functions that are safe in terms of the detection of illegal indirect function calls.

This property corresponds to the -SHow=CFI option of the rlink command.

This property is displayed only in the following cases.

-

When you have selected [Always latest version which was installed] or V1.07.00 or a later version for the [Using compiler package version] property under the [Version Select] category on the [Common Options] tab in an environment where V1.07.00 or a later version of the CC-RH compiler has been installed

-

When [Yes(-CFI)] in the [Generate function list used for detecting illegal indirect function call] property in the [Output Code] category is selected

-

When [Yes(List contents=specify)(-LISt)] in the [Output link map file] property is selected

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-SHow=CFI)

Outputs a list of functions that are safe in terms of the detection of illegal indirect function calls.

No

Does not output a list of functions that are safe in terms of the detection of illegal indirect function calls.

(9)

[Section]

The detailed information on the section is displayed and the configuration can be changed.

Section start address

Specify the start address of the section.

The sample value is set in this property by default. You need to set the appropriate value.

This property corresponds to the -STARt option of the rlink command.

Default

VECT,.const,.text,.data/00000000,RESET/01000000,.data.R,.bss,.stack.bss/FEBF8000

How to change

Directly enter in the text box or edit by the Section Settings dialog box which appears when clicking the [...] button.

Restriction

Up to 32767 characters

Section that includes startup function

Specify the section including the startup function.

Specify one section name per line.

When this property is specified, the startup symbol called from the multi-core boot loader is registered in the boot loader project.

This property corresponds to the -FSymbol option of the rlink command.

The section name is displayed as the subproperty.

This property is displayed only for the project set in the [Constituent application projects] property from the [Boot Loader] tab for the Boot loader node.

Default

Section that includes startup function[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

Section that outputs external defined symbols to the file

Specify the section whose external defined symbols are output to a file.

Specify one section name per line.

This property corresponds to the -FSymbol option of the rlink command.

The section name is displayed as the subproperty.

Default

Section that outputs external defined symbols to the file[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

Section alignment

Specify the name of the section to change the number of alignment to 16 bytes.

Specify one section name per line.

This property corresponds to the -ALIGNED_SECTION option of the rlink command.

The section name is displayed as the subproperty.

Default

Section alignment[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

ROM to RAM mapped section

Specify the section that maps symbols from ROM to RAM.

Specify in the format of "ROM section name=RAM section name", with one section name per line.

This property corresponds to the -ROm option of the rlink command.

The section name is displayed as the subproperty.

Default

ROM to RAM mapped section[number of defined items]

".data=.data.R" is specified in the subproperty.

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

(10)

[Verify]

The detailed information on verification is displayed and the configuration can be changed.

Check section larger than specified range of address

Select whether to check the consistency of the address to which the section is allocated.

This property corresponds to the -CPu option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-CPu)

Checks the consistency of the address to which the section is allocated.

No

Does not check the consistency of the address to which the section is allocated.

Address range of memory type

Specify the address range of the memory type.

Specify in the format of "memory type=start address-end address", with one entry per line.

Any of "ROm", "RAm", or "FIX" can be specified as memory type.

Specify start address and end address in hexadecimal.

This property corresponds to the -CPu option of the rlink command.

The address range of the memory type is displayed as the subproperty.

This property is displayed only when [Yes(-CPu)] in the [Check section larger than specified range of address] property is selected.

Default

Address range of memory type[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 32767 characters

Up to 65535 items can be specified.

(11)

[Message]

The detailed information on messages is displayed and the configuration can be changed.

Enable information message output

Select whether to enable the output of information messages.

This property corresponds to the -Message and -NOMessage options of the rlink command.

Default

No(-NOMessage)

How to change

Select from the drop-down list.

Restriction

Yes(-Message)

Outputs information messages.

No(-NOMessage)

Suppresses the output of information messages.

Suppress number of information message

Specify the number of the information message of which output is to be suppressed.

If multiple message numbers are specified, delimit them with "," (comma) (example: 4,200).

Also, a range of message numbers can be specified using "-" (hyphen) (example:4,200-203,1300).

This property corresponds to the -NOMessage option of the rlink command.

This property is displayed when [No(-NOMessage)] in the [Enable information message output] property is selected.

Default

Blank

How to change

Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button.

Restriction

Up to 2048 characters

Notify unused symbol

Select whether to notify the defined symbol that is not referenced.

This property corresponds to the -MSg_unused option of the rlink command.

This property is displayed only when [Yes(-Message)] in the [Enable information message output] property is selected or the [Suppress number of information message] property is specified.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-MSg_unused)

Notifies the defined symbol that is not referenced.

No

Does not notify the defined symbol that is not referenced.

Change warning and error message to information message

Select whether to change the type of warning and error messages to information.

This property corresponds to the -CHange_message option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(All)(-CHange_message=Information)

Changes the type of all warning and error messages to information.

Yes(Specify message number)(-CHange_message=Information=<Message number>)

Specifies the number of warning and error message of which type is to be changed to information.

No

Does not change the type of warning and error messages.

Number of warning and error message

Specify the number of the warning and error message.

If multiple message numbers are specified, delimit them with "," (comma) (example: 4,200).

Also, a range of message numbers can be specified using "-" (hyphen) (example:4,200-203,1300).

This property corresponds to the -CHange_message option of the rlink command.

This property is displayed only when [Yes(Specify message number)(-CHange_message=Information=<Message number>)] in the [Change warning and error message to information message] property is selected.

Default

Blank

How to change

Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button.

Restriction

Up to 2048 characters

Change information and error message to warning message

Select whether to change the type of information and error messages to warning.

This property corresponds to the -CHange_message option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(All)(-CHange_message=Warning)

Changes the type of all information and error messages to warning.

Yes(Specify message number)(-CHange_message=Warning=<Message number>)

Specifies the number of information and error message of which type is to be changed to warning.

No

Does not change the type of information and error messages.

Number of information and error message

Specify the number of the information and error message.

If multiple message numbers are specified, delimit them with "," (comma) (example: 4,200).

Also, a range of message numbers can be specified using "-" (hyphen) (example:4,200-203,1300).

This property corresponds to the -CHange_message option of the rlink command.

This property is displayed only when [Yes(Specify message number)(-CHange_message=Warning=<Message number>)] in the [Change information and error message to warning message] property is selected.

Default

Blank

How to change

Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button.

Restriction

Up to 2048 characters

Change information and warning message to error message

Select whether to change the type of information and warning messages to error.

This property corresponds to the -CHange_message option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(All)(-CHange_message=Error)

Changes the type of all information and warning messages to error.

Yes(Specify message number)(-CHange_message=Error=<Message number>)

Specifies the number of information and warning message of which type is to be changed to error.

No

Does not change the type of information and warning messages.

Number of information and warning message

Specify the number of the information and warning message.

If multiple message numbers are specified, delimit them with "," (comma) (example: 4,200).

Also, a range of message numbers can be specified using "-" (hyphen) (example:4,200-203,1300).

This property corresponds to the -CHange_message option of the rlink command.

This property is displayed only when [Yes(Specify message number)(-CHange_message=Error=<Message number>)] in the [Change information and warning message to error message] property is selected.

Default

Blank

How to change

Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button.

Restriction

Up to 2048 characters

(12)

[Others]

Other detailed information on linking is displayed and the configuration can be changed.

Output stack information file

Select whether to output the stack information file.

This property corresponds to the -STACk option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-STACk)

Outputs the stack information file.

No

Does not output the stack information file.

Reduce memory occupancy

Select whether to reduce the memory capacity.

This property corresponds to the -MEMory option of the rlink command.

This property is displayed only in the following cases.

-

When [No(-NODEBug)] in the [Output debug information] property or [No(-NOCOmpress)] in the [Compress debug information] property in the [Debug Information] category is selected

-

When [No] in the [Output external symbol allocation information file] property in the [Optimization(Details)] category is selected

-

When any one of the conditions below is met.

(1)

When [No] in the [Output link map file] property in the [List] category is selected

(2)

When [Yes(List contents=not specify)(-LISt -SHow)] in the [Output link map file] property in the [List] category is selected

(3)

When [Yes(List contents=specify)(-LISt)] in the [Output link map file] property, [No] in the [Output number of symbol reference] property, [No] in the [Output cross reference information] property, and [No] in the [Output information of members of struct or union] property in the [List] category are selected

-

When [No] in the [Output stack information file] property is selected

Default

No(-MEMory=High)

How to change

Select from the drop-down list.

Restriction

Yes(-MEMory=Low)

Reduces the memory capacity.

Select this item if processing is slow because a large project is linked and the memory size occupied by the linker exceeds the available memory in the machine used.

No(-MEMory=High)

Executes the same processing as usual.

Display total size of sections

Select whether to display the total size of sections after the linking.

This property corresponds to the -Total_size option of the rlink command.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes(-Total_size)

Displays the total size of sections after the linking.

No

Does not display the total size of sections after the linking.

Display copyright information

Select whether to display copyright information.

This property corresponds to the -LOgo and -NOLOgo options of the rlink command.

Default

No(-NOLOgo)

How to change

Select from the drop-down list.

Restriction

Yes(-LOgo)

Displays copyright information.

No(-NOLOgo)

Suppresses the output of copyright information.

Commands executed before link processing

Specify the command to be executed before link processing.

Use the call instruction to specify a batch file (example: call a.bat).

The following placeholders are supported.

%ActiveProjectDir%: Replaces with the absolute path of the active project folder.

%ActiveProjectName%: Replaces with the active project name.

%BuildModeName%: Replaces with the build mode name.

%LinkedFile%: Replaces with the absolute path of the output file under link processing.

%MainProjectDir%: Replaces with the absolute path of the main project folder.

%MainProjectName%: Replaces with the main project name.

%MicomToolPath%: Replaces with the absolute path of the install folder of this product.

%Options%: Replaces with the command line option under build execution.

%OutputDir%: Replaces with the absolute path of the output folder.

%OutputFile%: Replaces with the absolute path of the output file.

%Program%: Replaces with the program name under execution.

%ProjectDir%: Replaces with the absolute path of the project folder.

%ProjectName%: Replaces with the project name.

%TempDir%: Replaces with the absolute path of the temporary folder.

%WinDir%: Replaces with the absolute path of the Windows system folder.

When "#!python" is described in the first line, the contents from the second line to the last line are regarded as the script of the Python console, and then executed before link processing.

The placeholders can be described in the script.

The specified command is displayed as the subproperty.

Default

Commands executed before link processing[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 1023 characters

Up to 64 items can be specified.

Commands executed after link processing

Specify the command to be executed after link processing.

Use the call instruction to specify a batch file (example: call a.bat).

The following placeholders are supported.

%ActiveProjectDir%: Replaces with the absolute path of the active project folder.

%ActiveProjectName%: Replaces with the active project name.

%BuildModeName%: Replaces with the build mode name.

%LinkedFile%: Replaces with the absolute path of the output file under link processing.

%MainProjectDir%: Replaces with the absolute path of the main project folder.

%MainProjectName%: Replaces with the main project name.

%MicomToolPath%: Replaces with the absolute path of the install folder of this product.

%Options%: Replaces with the command line option under build execution.

%OutputDir%: Replaces with the absolute path of the output folder.

%OutputFile%: Replaces with the absolute path of the output file.

%Program%: Replaces with the program name under execution.

%ProjectDir%: Replaces with the absolute path of the project folder.

%ProjectName%: Replaces with the project name.

%TempDir%: Replaces with the absolute path of the temporary folder.

%WinDir%: Replaces with the absolute path of the Windows system folder.

When "#!python" is described in the first line, the contents from the second line to the last line are regarded as the script of the Python console, and then executed after link processing.

The placeholders can be described in the script.

The specified command is displayed as the subproperty.

Default

Commands executed after link processing[number of defined items]

How to change

Edit by the Text Edit dialog box which appears when clicking the [...] button.

For the subproperty, you can enter directly in the text box.

Restriction

Up to 1023 characters

Up to 64 items can be specified.

Other additional options

Input the link option to be added additionally.

The options set here are added at the end of the link options group.

Default

Blank

How to change

Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button.

Restriction

Up to 259 characters