how to add binary file in linker script of S32K3

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

how to add binary file in linker script of S32K3

跳至解决方案
451 次查看
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 解答
294 次查看
HyunungPark1
Contributor III

I will ask the question to GHS support

在原帖中查看解决方案

0 项奖励
回复
2 回复数
303 次查看
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 项奖励
回复
295 次查看
HyunungPark1
Contributor III

I will ask the question to GHS support

0 项奖励
回复