About burning file format issues

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

About burning file format issues

1,134 Views
zhangbeibei
Contributor I

The files I compiled using codewarrior 10.7 now have elf files, elf.s files, and .p.s files.
What is the difference between these documents?
Factory production support S file, should I give elf.s file or .p.s file?

Labels (1)
0 Kudos
Reply
3 Replies

975 Views
ErichStyger
Specialist I

I'm not sure where you see such elf.s and p.s files?

The extension .s (or .S) is usually used for assembly source files.

Or are these files .s19 (S-Record) files?

I hope this helps,

Erich

0 Kudos
Reply

975 Views
zhangbeibei
Contributor I

hi,

I can confirm that it is not the source file, it is the generated file, refer to the following illustration.

Attached to these files, open the .s file through Notepad and find the same format as the S19 file.

Can you help with the analysis? Thank you!

Bei bei Zhang | Software Manager

张贝贝 | 软件经理

Beijing InvisPower Co., Ltd.

北京有感科技有限责任公司

13B, Xu Sheng building, 4004 Baoan Avenue, Baoan District, Shenzhen, China

中国·深圳市宝安区宝安大道4004号旭生大厦13B,邮编:581000

Tel(电话):+86 0755-3324 6218 | Ext(分机号):8031

Mobile(移动电话):+86 17512007825

Email(电邮):zhangbeibei@invispower.com

0 Kudos
Reply

975 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello 贝贝 张,

Please give '<targetname>.elf.S file.

'<targetname>.elf.p.S' -- contains data and code to be stored in program memory locations

'<targetname>.elf.x.S' -- contains data and code to be stored in data memory locations

'<targetname>.elf.S' -- combination of the two previous files

Please use '<targetname>.elf.S' for flash programming.

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply