Embedded ARM executeable image

CodeLite installation/troubleshooting forum
ndivner
CodeLite Enthusiast
Posts: 37
Joined: Sun Mar 16, 2008 12:49 pm
Contact:

Embedded ARM executeable image

Post by ndivner »

Hi Eran,

Developing for Embedded ARM Cortex M3 using Codesourcery GCC toolcahin on WinXP SP3

My executeable image is a projectname.elf as follows :
<General OutputFile="$(IntermediateDirectory)/$(ProjectName).elf" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
Having upgraded to V3.0.5041 I am now getting a ".exe" suffix added to the above .elf and my flash programming scripts are complaining.
Is it possible to turn this feature off?

Best regards,

Noel.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Embedded ARM executeable image

Post by eranif »

This is already fixed in SVN.
As a workaround, you can add a post build command that rename the output file from <name>.elf.exe into <name>.elf

Eran
Make sure you have read the HOW TO POST thread
ndivner
CodeLite Enthusiast
Posts: 37
Joined: Sun Mar 16, 2008 12:49 pm
Contact:

Re: Embedded ARM executeable image

Post by ndivner »

Thank you,

Noel.
Post Reply