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
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.