The names of the load module file, hex file, and library file output by the build tool are set as follows by default.
Load module file name: %ProjectName%.abs
Hex file name: %ProjectName%.mot
Library file name: %ProjectName%.lib
The method to change these file names is shown below.
Select the build tool node on the project tree and select the [Link Options] tab on the Property panel.
Enter the file name to be changed to in the [Output file name] property in the [Output File] category.
This property supports the following placeholders.
%ActiveProjectName%: Replaces with the active project name.
%MainProjectName%: Replaces with the main project name.
%ProjectName%: Replaces with the project name.
You can also change the option in the same way with the [Output file name] property in the [Frequently Used Options(for Link)] category on the [Common Options] tab. |
Select the build tool node on the project tree and select the [Hex Output Options] tab on the Property panel.
Enter the hex file name to be changed to in the [Output file name] property in the [Output File] category.
This property supports the following placeholders.
%ActiveProjectName%: Replaces with the active project name.
%MainProjectName%: Replaces with the main project name.
%ProjectName%: Replaces with the project name.
You can also change the option in the same way with the [Output file name] property in the [Frequently Used Options(for Hex Output)] category on the [Common Options] tab. |
If the [Hex file format] property in the [Hex Format] category is changed, the following message dialog box will open.
When [Yes] is selected in the dialog box, the extension of the output file name is changed according to the format selected in the [Hex file format] property.
Select the build tool node on the project tree and select the [Create Library Options] tab on the Property panel.
Enter the library file name to be changed to on the [Output file name] property in the [Output File] category.
This property supports the following placeholders.
%ActiveProjectName%: Replaces with the active project name.
%MainProjectName%: Replaces with the main project name.
%ProjectName%: Replaces with the project name.
You can also change the option in the same way with the [Output file name] property in the [Frequently Used Options(for Create Library)] category on the [Common Options] tab. |
If the [Output file format] property is changed, the following message dialog box will open.
When [Yes] is selected in the dialog box, the extension of the output file name is changed according to the format selected in the [Output file format] property.