LINK in .prm.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LINK in .prm.

Jump to solution
1,176 Views
bennyxu
Contributor I
I want to specify name of output  file be used to "LINK". linker successful ,but didn't generate the file.
How I can?
Labels (1)
Tags (1)
0 Kudos
1 Solution
446 Views
CrasyCat
Specialist III
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

View solution in original post

0 Kudos
1 Reply
447 Views
CrasyCat
Specialist III
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
0 Kudos