how to add binary file in linker script of S32K3

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to add binary file in linker script of S32K3

ソリューションへジャンプ
450件の閲覧回数
HyunungPark1
Contributor III

I an using GHS compiler in S32 Design Studio for S32 Platform 3.5.

how to add binary file in linker script of S32K3?

/* specify the file format of binary file */
/**/
TARGET(binary)
INPUT (xxx.bin)
OUTPUT_FORMAT(default)
/**/

SECTIONS
{

 ....

.flash_app_0  ALIGN(4) : > int_flash_app_0 --> ?

}

BRs.

Hyunung Park 

 

 

0 件の賞賛
返信
1 解決策
293件の閲覧回数
HyunungPark1
Contributor III

I will ask the question to GHS support

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
302件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi, 

sorry for delay. I'm not familiar with GHS compiler/linker script file. I think that better way how to get answer is ask the question on GHS support page - https://support.ghs.com/  

0 件の賞賛
返信
294件の閲覧回数
HyunungPark1
Contributor III

I will ask the question to GHS support

0 件の賞賛
返信