This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Executable name in DS-5 Linux project

Hello!

I created a several projects in DS-5. All the  projects use arm-linux (DS-5 built-in) compiler.

When I compile them, the executable file has 'axf' extension in one project and in other not.

Example (after compilation):

Proj1

  Debug

    Proj1   <executable>

Proj2

  Debug

    Proj2.axf   <executable>

My questions:

  1. Why .axf is added and how to reduce it.

  2. How rename the executable name (rename Debug/Proj to Debug/foo

   Yakov.