Hello
Are you building from the IDE?
In this case the name of the generated executabel file is defined in the target settings Linker panel. The file name specified there has higher priority than the name specified in the .prm file.
To modify it:
- Open your project
- Open the target setting dialog (press ALT+F7)
- Switch to the "Linker for HC08" or "Linke for HC12" Panel (depending on the CPU you are targeting)
- Change the application file name.
- Click OK to close the dialog
- Rebuild your project.
I hope this helps.
CrasyCat