How to make a s19 for one file without startup code by Code warrior??

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

How to make a s19 for one file without startup code by Code warrior??

跳至解决方案
1,000 次查看
ridson
Contributor I

I wanted to make a s19 file for my code without Start_up code ,and the prm message must be in it,for example in RAM.

How can I make it?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
825 次查看
BlackNight
NXP Employee
NXP Employee

Hello,

first, you must be able to link it like a normal application. If you do not need the _Startup, then simply define your own. Or see the linker manual about INIT and ENTRY directives in the .prm file.

There is as well AS_ROM_LIB which is useful if you create a ROM library.

 

Hope this helps,

BK

在原帖中查看解决方案

0 项奖励
回复
1 回复
826 次查看
BlackNight
NXP Employee
NXP Employee

Hello,

first, you must be able to link it like a normal application. If you do not need the _Startup, then simply define your own. Or see the linker manual about INIT and ENTRY directives in the .prm file.

There is as well AS_ROM_LIB which is useful if you create a ROM library.

 

Hope this helps,

BK

0 项奖励
回复