.pe and .elf files

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

.pe and .elf files

1,475 次查看
nxf47968
NXP Employee
NXP Employee

Hello,

How does the compiler link the processor expert generated .pe file to create the .elf file?

Where can I see the actual linkage?@

Thanks,

Su

1 回复

1,347 次查看
jiri_kral
NXP Employee
NXP Employee

Hi. 

the .pe file is XML file with Processor Expert settings for your project. Linker is linking object files built from sources generated by processor expert. The code is stored in Generated_Code folder in your project. 

Hope it helps. 

Jiri