MCUXpresso .elf output

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

MCUXpresso .elf output

2,565件の閲覧回数
stefan_ivanov
Contributor I

Hello,

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


Regards,

Stefan Ivanov

ラベル(1)
0 件の賞賛
返信
1 返信

2,039件の閲覧回数
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 件の賞賛
返信