cancel
Showing results for 
Search instead for 
Did you mean: 

IAR Compiler and Linker. Output file extensions

morpeh89
Associate II
Posted on April 22, 2010 at 19:10

IAR Compiler and Linker. Output file extensions

10 REPLIES 10
davebailey9
Associate
Posted on May 17, 2011 at 13:48

Hi,

It's important to note that IAR's ielftool is used to create a Motorola S-Record file from the ELF/Dwarf output emitted from the linker. ielftool is expecting the linker output file to have the file extension .OUT. If the file extension is something else, it is likely that ielftool won't find it. So, even though the Embedded Workbench allows a developer to change the file extension for the output file, it is sometimes ill-advised.

Regards,

Dave