MCUXpresso .elf output

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

MCUXpresso .elf output

2,414 次查看
stefan_ivanov
Contributor I

Hello,

How can I have .elf output file in MCUXpresso (and not .axf !) ?


Regards,

Stefan Ivanov

标签 (1)
0 项奖励
回复
1 回复

1,888 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

The .axf file generated by the IDE is in ELF format. The file extension we use is one that we "took inspiration from" from ARM's own toolchain many years ago. If you want to change the file extension used in a project, you can do this in Project Properties:

pastedImage_1.png

However be warned that it is possible that you might run into cases within the IDE where .axf is expected ...

Alternatively you could just add a post-build step to your project copy {projname}.axf file to {projname}.elf.

Regards,

MCUXpresso IDE Support

0 项奖励
回复