how to add binary file in linker script of S32K3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to add binary file in linker script of S32K3

Jump to solution
446 Views
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 Kudos
Reply
1 Solution
289 Views
HyunungPark1
Contributor III

I will ask the question to GHS support

View solution in original post

0 Kudos
Reply
2 Replies
298 Views
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 Kudos
Reply
290 Views
HyunungPark1
Contributor III

I will ask the question to GHS support

0 Kudos
Reply