Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hi,
I'm using the Arm DS IDE Gold Edition.
Thanks,Ronen
Hi Ronen,
The build will create a folder with the target name (usually "Debug" or "Release", but you can name your target anything (Right-click on Project > Build Configurations > Manage).Therein, the objects will be built with the same directory structure as the overall project.
I believe you can only control the name and location of the final executable, in Properties > C/C++ Build > Settings > Build Artifact.
As for the issue with Clean Project, you will see all the files to be deleted listed in the CDT Build Console. Clean will only delete files that the project created (or would create),
Regards, Ronan
Thanks Ronan i got it.