This tab shows the detailed information on an assemble source file categorized by the following and the configuration can be changed.
Note that this tab takes over the settings of the [Common Options] tab, [Compile Options] tab, and [Assemble Options] tab.
When the settings are changed from these tabs, the properties are displayed in boldface.
This tab is displayed only when [Yes] in the [Set individual assemble option] property in the [Build] category from the [Build Settings] tab is selected. |
[Description of each category]
The detailed information on debug information is displayed and the configuration can be changed.
The detailed information on the optimization is displayed and the configuration can be changed.
The detailed information on preprocessing is displayed and the configuration can be changed.
Specify the additional include paths during assembling. 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. The specified include path is searched with higher priority than the standard include file folder of CC-RL. The reference point of the path is the project folder. When this property is omitted, only the standard folder of CC-RL is searched. This property corresponds to the -I option of the ccrl command. The specified include path is displayed as the subproperty. Uppercase characters and lowercase characters are not distinguished for the include paths. |
||||||||
Edit by the Path Edit dialog box which appears when clicking the [...] button. For the subproperty, you can enter directly in the text box. |
||||||||
Select whether to assemble using the include path specified in the [Additional include paths] property in the [Preprocess] category from the [Assemble Options] tab of the build tool to be used. The setting of the [Compile Options] tab is used when [Yes] in the [Build simultaneously] property in the [Build Method] category from the [Common Options] tab is selected. This property corresponds to the -I option of the ccrl command.
|
||||||||
Assembles using the include path specified in the property of the build tool to be used. |
||||||||
Does not use the include path specified in the property of the build tool to be used. |
||||||||
Specify the name of the macro to be defined. Specify in the format of "macro name=defined value", with one macro name per line. The "=defined value" part can be omitted, and in this case, "1" is used as the defined value. This property corresponds to the -asmopt=-define option of the ccrl command. |
||||||||
Edit by the Text Edit dialog box which appears when clicking the [...] button. For the subproperty, you can enter directly in the text box. |
||||||||
Specify the macro name to be undefined. Specify in the format of "macro name", with one macro name per line. This property corresponds to the -asmopt=-undefine option of the ccrl command. |
||||||||
Edit by the Text Edit dialog box which appears when clicking the [...] button. For the subproperty, you can enter directly in the text box. |
||||||||
The detailed information on character encoding is displayed and the configuration can be changed.
The detailed information on output files is displayed and the configuration can be changed.
The detailed information on the assemble list is displayed and the configuration can be changed.
The detailed information on the error output is displayed and the configuration can be changed.
Select whether to output the error message file. This property corresponds to the -error_file option of the ccrl command. Error messages are displayed on the Output panel regardless of this property's. This property is displayed only when [No] in the [Build in parallel] property in the [Build Method] category from the [Common Options] tab is selected |
||||
Specify the folder which the error message file is output. If a relative path is specified, the reference point of the path is the main project or subproject folder. If an absolute path is specified, the reference point of the path is the main project or subproject folder (unless the drives are different). The following placeholder is supported. %BuildModeName%: Replaces with the build mode name. If this is blank, it is assumed that the project folder has been specified. This property corresponds to the -error_file option of the ccrl command. This property is displayed only when [Yes(-error_file)] in the [Output error message 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. |
||||
Specify the error message file name. The extension can be freely specified. 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. If this is blank, it is assumed that "%ProjectName%.err" has been specified. This property corresponds to the -error_file option of the ccrl command. This property is displayed only when [Yes(-error_file)] in the [Output error message file] property is selected. |
||||
The detailed information on warning messages is displayed and the configuration can be changed.
Other detailed information on assembly is displayed and the configuration can be changed.