LINK in .prm.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LINK in .prm.

跳至解决方案
1,673 次查看
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?
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
943 次查看
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 项奖励
回复
1 回复
944 次查看
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 项奖励
回复