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??

ソリューションへジャンプ
999件の閲覧回数
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 解決策
824件の閲覧回数
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 返信
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 件の賞賛
返信