This tab shows the detailed information on the Hex output phase categorized by the following and the configuration can be changed.
This tab is displayed when you have selected [Always latest version which was installed] or V2.00.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 V2.00.00 or a later version of the CC-RX compiler has been installed. |
[Description of each category]
The detailed information on output files is displayed and the configuration can be changed.
Specifies path of the output folder. The following placeholders are supported. %BuildModeName%: Replaces with the build mode name. %ProjectName%: Replaces with the project name. %MicomToolPath%: Replaces with the absolute path of the install folder of this product. If this is blank, it is assumed that the project folder has been specified. This property corresponds to the -output option of the linker. This property is displayed only when [Yes] in the [Output hex file] property is selected. |
||||||||
Directly enter in the text box or edit by the Browse For Folder dialog box which appears when clicking the [...] button. |
||||||||
Specifies the output file name. The default extensions depends on [Load module file convert format] property when extension omitted. The default extensions are as follows: "Hex file (-FOrm=Hexadecimal)" : .hex "S record file (-FOrm=Stype)" : .mot "Binary data file (-FOrm=Binary)" : .bin. The following placeholders are supported. %ActiveProjectName%: Replaces with the active project name. %BuildModeName%: Replaces with the build mode name. %MainProjectName%: Replaces with the main project name. %ProjectName%: Replaces with the project name. This property corresponds to the -output option of the linker. This property is displayed only when [Yes] in the [Output hex file] property is selected. |
||||||||
Specifies the load address of the hex file in hexadecimal. This property corresponds to the -OUtput option of the linker. This property is displayed only in the following cases.
|
||||||||
Specifies the division conversion file. Specifies in the format of "file name=start address-end address[/load address]" or "file name=section name[/load address]", with one entry per line. If multiple section names are specified, delimit them with a colon as in "file name=section name:section name" (example: file1.abs=sec1:sec2). [/load address] can be specified only when the CC-RX compiler is V3.00.00 or later and when a choice other than [Binary file (-FOrm=Binary)] was made in the [Hex file format] property. To define multiple sections, use a colon to separate each entry written, as in "file name=section name:section name" (example: file1.mot=stack:istack). The default extensions depends on [Load module file convert format] property when extension omitted. The default extensions are as follows: "Hex file (-FOrm=Hexadecimal)" : .hex "S record file (-FOrm=Stype)" : .mot "Binary data file (-FOrm=Binary)" : .bin. The following placeholders are supported. %BuildModeName%: Replaces with the build mode name. %ProjectName%: Replaces with the project name. %MicomToolPath%: Replaces with the absolute path of the install folder of this product. This property corresponds to the -output option of the linker. This property is displayed only when [Yes] in the [Output hex file] property is selected. |
||||||||
Edit by the Text Edit dialog box which appears when clicking the [...] button. For the subproperty, you can use the text box directly enter the text. |
||||||||
The detailed information on output files are displayed and the configuration can be changed.
Selects the load module file convert format. This property corresponds to the -form option of the linker. This property is displayed only when [Yes] in the [Output hex file] property in the [Output File] category is specified. |
||||||
Selects whether to output data with the specified data record regardless of the address range. This property corresponds to the -record option of the linker. This property is displayed only when [Hex file (-FOrm=Hexadecimal)] in the [Hex file format] property is selected. |
||||||
Selects whether to output data with the specified data record regardless of the address range. This property corresponds to the -record option of the linker. This property is displayed only when [S record file (-FOrm=Stype)] in the [Hex file format] property is selected. |
||||||
Selects whether to fill the unused areas in the output ranges with the value. This property corresponds to the -space option of the linker. This property is displayed only when an output file name in the [Division conversion file] property in the [Output File] category is specified. |
||||||
Fills the unused areas in the output ranges with random values. |
||||||
Fills the unused areas in the output ranges with user-specified hexadecimal value. |
||||||
Does not fill the unused areas in the output ranges with data. |
||||||
Specifies the output padding data. This property corresponds to the -space option of the linker. This property is displayed only when [Yes (Specification value) (-SPace=<numerical value>)] in the [Fills unused areas in the output ranges with the value] property is specified. |
||||||
Output hex file with fixed record length from aligned start address |
Select whether to output the hex file with the fixed record length from an aligned start address. This property corresponds to the -FIX_RECORD_LENGTH_AND_ALIGN option of the linker. This property is displayed only in the following cases.
|
|||||
Outputs the hex file with the fixed record length from an aligned start address. |
||||||
Does not output the hex file with the fixed record length from an aligned start address. |
||||||
Specify the alignment of the start address. You can enter 1 or a greater value for the alignment. This property corresponds to the -FIX_RECORD_LENGTH_AND_ALIGN option of the linker. This property is displayed only when [Yes(-FIX_RECORD_LENGTH_AND_ALIGN)] in the [Output hex file with fixed record length from aligned start address] property is selected. |
||||||
Selects whether to specify the maximum byte count for a data record. This property corresponds to the -byte_count option of the linker. This property is displayed only in either of the following cases.
|
||||||
Specifies the maximum byte count for a data record. This property corresponds to the -byte_count option of the linker. This property is displayed only when [Yes(-BYte_count)] in the [Specify byte count for data record] property is specified. |
||||||
Selects whether to generate CRC code. This property corresponds to the -crc option of the linker. This property is displayed only when [Hex file (-FOrm=Hexadecimal)] or [S record file (-FOrm=Stype)] in the [Load module file convert format] property is selected (This category is displayed when the CC-RX compiler is V3.00.00 or later even if [Binary file(-FOrm=Binary)] is selected). The following item is displayed when you have selected [Always latest version which was installed] or V2.04.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 V2.04.00 or a later version of the CC-RX compiler has been installed. This following item is displayed when [Always latest version which was installed] or a version number earlier than V2.04.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-RX compiler earlier than V2.04.00 has been installed. |
||||||
Performs the CRC operation on the hex-format objects in the specified range, from low address to high address, and outputs the results of the operation to the specified address. |
||||||
Yes (Polynomial expression: CRC-CCITT, Endian: Automatic) (-CRc) |
||||||
Yes (Polynomial expression: CRC-CCITT, Endian: Big-endian data) (-CRc) |
Selects the CRC-CCITT as a polynomial expression and selects the BIG as an endian. |
|||||
Yes (Polynomial expression: CRC-CCITT, Endian: Little-endian data) (-CRc) |
Selects the CRC-CCITT as a polynomial expression and selects the LITTLE as an endian. |
|||||
Yes (Polynomial expression: CRC-16, Endian: Automatic) (-CRc) |
||||||
Yes (Polynomial expression: CRC-16, Endian: Big-endian data)(-CRc) |
Selects the CRC-16 as a polynomial expression and selects the BIG as an endian. |
|||||
Yes (Polynomial expression: CRC-16, Endian: Little-endian data) (-CRc) |
Selects the CRC-16 as a polynomial expression and selects the LITTLE as an endian. |
|||||
Specifies the address where the result is output. Specifies an address in hexadecimal. This property corresponds to the -crc option of the linker. This property is not displayed when [No] in the [Outputs the calculation result of CRC] property is specified. |
||||||
Specifies in the format of "start address-end address" or "section name". However, "section name" can be specified in only CC-RX V2.04.00 or higher version. Specifies an address in the hexadecimal notation (example: 400-ffff). This property corresponds to the -crc option of the linker. This property is not displayed when [No] in the [Outputs the calculation result of CRC] property is specified. |
||||||
Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button. |
||||||
Selects the method of CRC operation. See the user's manual of the device and "CC-RX Compiler User's Manual" for details about each operation. This property corresponds to the -CRc option of the linker. This property is displayed only in the following cases.
|
||||||
Outputs the calculation result of CRC-16-CCITT-MSB first operation with an initial value of 0xffff and inverse of XOR. |
||||||
Outputs the calculation result of CRC-16-LSB first operation. |
||||||
Outputs the calculation result of CRC-16-CCITT-MSB first operation. |
||||||
Outputs the calculation result of CRC-16-CCITT-MSB first operation with the input specified as 4-byte units in little-endian mode. |
||||||
Outputs the calculation result of CRC-16-CCITT-MSB first operation with the input specified as 2-byte units in little-endian mode. |
||||||
Outputs the calculation result of CRC-16-CCITT-LSB first operation. |
||||||
Outputs the calculation result of operation conforming to SENT. |
||||||
Outputs the calculation result of CRC-32-ETHERNET operation. |
||||||
Specifies the initial value for the CRC code in the format of "initial value". This property corresponds to the -CRc option of the linker. This property is displayed only when [Yes(-CRc)] in the [Outputs the calculation result of CRC] property is selected. |
||||||
Selects the endian for CRC output. This property corresponds to the -CRc option of the linker. This property is displayed only when [Yes(-CRc)] in the [Outputs the calculation result of CRC] property is selected. |
||||||
Does not specify the endian. Depends on the endian type of the input object. |
||||||
Specifies the output size for the CRC code. This property corresponds to the -CRc option of the linker. This property is displayed only when [Yes(-CRc)] in the [Outputs the calculation result of CRC] property is selected. |
||||||
Selects whether to display the results of CRC calculation and the output address. This property corresponds to the -VERBOSE option of the linker. This property is displayed in the following cases.
|
||||||
Displays the results of CRC calculation and the output address. |
||||||
Does not display the results of CRC calculation and the output address. |
||||||
Selects the end record of the Motorola S-record file. This property corresponds to the -END_RECORD option of the linker. This property is displayed in the following cases.
|
||||||
Outputs the end record to suit the address of the entry point. |
||||||
Selects whether to output the S9 record at the end. This property corresponds to the -s9 option of the linker. This property is displayed only when [Motorola S type file (-FOrm=Stype)] in the [Hex file format] property is specified. |
||||||
Selects whether to suppress outputting data to the unused area made by .OFFSET. This property is automatically set by the selection of the [Suppress outputting data to unused area made by .OFFSET] property in the [Object] category of the [Assemble Options] tab or [Individual Assemble Options] tab. This property corresponds to the -create_unfilled_area option of the linker. This property is displayed when you have selected [Always latest version which was installed] or V2.03.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 V2.03.00 or a later version of the CC-RX compiler has been installed. |
||||||
Other detailed information on linking are displayed and the configuration can be changed.
Selects whether to make the message-related settings the same as those of the [Link Options] tab. |
||||
Makes the message-related settings the same as those of the [Link Options] tab. |
||||
Makes the message-related settings in the property of the [Hex Output Options] tab. |
||||
Specifies whether to enable information-level message output. This property corresponds to the -message and -nomessage options of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property is specified. |
||||
Specifies suppresses the number of information-level messages. If multiple message numbers are specified, delimit them with a comma (example: 23043,23042). Also, the range can be set using hyphen (example: 23044-23045,23046-23048). This property corresponds to the -nomessage option of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property and [No (-NOMessage)] in the [Enables information-level message output] property is selected. |
||||
Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button. |
||||
Changes the warning-level and error-level messages to information-level messages |
Selects whether to change the warning-level and error-level messages to information-level messages. This property corresponds to the -change_message option of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property is specified. |
|||
Changes all warning-level and error-level messages to the information-level messages. |
||||
Yes(Specifies error number) (-change_message=information=<ErrorNumber>) |
Changes the warning-level and error-level messages with the specified error numbers to the information-level messages. |
|||
Does not change the warning-level and error-level messages to the information-level messages. |
||||
Specifies error number of warning-level and error-level message. If multiple message numbers are specified, delimit them with a comma (example: 23043,23042). Also, the range can be set using hyphen (example: 23044-23045,23046-23048). This property corresponds to the -change_message option of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property and [Yes(Specifies error number) (-change_message=information=<ErrorNumber>)] in the [Changes the warning-level and error-level messages to information-level messages] property is specified. |
||||
Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button. |
||||
Changes the information-level and error-level messages to warning-level messages |
Selects whether to change the information-level and error-level messages to warning-level messages. This property corresponds to the -change_message option of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property is specified. |
|||
Changes all information-level and error-level messages to warning-level messages. |
||||
Yes(Specifies error number) (-change_message=warning=<ErrorNumber>) |
Changes the information-level and error-level messages with the specified error numbers to warning-level messages. |
|||
Does not change the information-level and error-level messages to warning-level messages. |
||||
Specifies error number of information-level and error-level message. If multiple message numbers are specified, delimit them with a comma (example: 23043,23042). Also, the range can be set using hyphen (example: 23044-23045,23046-23048). This property corresponds to the -change_message option of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property and [Yes(Specifies error number) (-change_message=warning=<ErrorNumber>)] in the [Changes the information-level and error-level messages to warning-level messages] property is specified. |
||||
Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button. |
||||
Changes the information-level and warning-level messages to error-level messages |
Selects whether to change the information-level and warning-level messages to error-level messages. This property corresponds to the -change_message option of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property is specified. |
|||
Changes all information-level and warning-level messages to error-level messages. |
||||
Yes(Specifies error number) (-change_message=error=<ErrorNumber>) |
Changes the information-level and warning-level messages with the specified error numbers to error-level messages. |
|||
Does not change the warning-level messages to information-level messages. |
||||
Specifies error number of information-level and warning-level message. If multiple message numbers are specified, delimit them with a comma (example: 23043,23042). Also, the range can be set using hyphen (example: 23044-23045,23046-23048). This property corresponds to the -change_message option of the linker. This property is displayed only when [No] in the [Use same message-related settings as Link Options tab] property and [Yes(Specifies error number) (-change_message=error=<ErrorNumber>)] in the [Changes the information-level and warning-level messages to error-level messages] property is specified. |
||||
Directly enter in the text box or edit by the Character String Input dialog box which appears when clicking the [...] button. |
||||
Inputs the link options to be added additionally. The options set here are added at the end of the link options group. 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. |
||||
Directly enter to the text box or edit by the Character String Input dialog box which appears when clicking the [...] button. |
||||