How to change the build output directory in Dave 4.4.2?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User22138
Level 1
Level 1
Hello,

I found the default build output directory is my project root folder, but I want to place the build files into a special folder, such as: project root/Output, because I have many configurations in one project.

Can anyone help me that how to change the build output directory in Dave 4.4.2?

Justin
0 Likes
1 Solution
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked
Hi Justin,

Could you try the following.

1.Right-click on your project and choose Properties.
2.Go under C/C++ Build, selectSettings.
3.Click on the Build Artifact tab.
4.Under "Output prefix", enter the directory that you want to contain your built file (including a trailing slash).

Let me know if this works for you.

Best Regards,
Vasanth

View solution in original post

0 Likes
2 Replies
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked
Hi Justin,

Could you try the following.

1.Right-click on your project and choose Properties.
2.Go under C/C++ Build, selectSettings.
3.Click on the Build Artifact tab.
4.Under "Output prefix", enter the directory that you want to contain your built file (including a trailing slash).

Let me know if this works for you.

Best Regards,
Vasanth
0 Likes
User22138
Level 1
Level 1
Vasanth wrote:
Hi Justin,

Could you try the following.

1.Right-click on your project and choose Properties.
2.Go under C/C++ Build, selectSettings.
3.Click on the Build Artifact tab.
4.Under "Output prefix", enter the directory that you want to contain your built file (including a trailing slash).

Let me know if this works for you.

Best Regards,
Vasanth


Hi Vasanth,

Thanks for your help! I have tried it by your suggestion, but has build issue: make: *** No rule to make target '/Output//Debug.elf', needed by 'all'. Stop.

Paste my settings of Properties in the below, I want to move the all build files(*.mk, *.map, *.out ...) of Config Name into one folder, for example:
Project directory/Output/ConfigName 1/
Project directory/Output/ConfigName 2/
Project directory/Output/ConfigName 3/
..



Do you know if anything else I need to modify in the Dave's setting?

Justin
0 Likes