cancel
Showing results for 
Search instead for 
Did you mean: 

How to change output directory for managed build

JMART.22
Associate II

Hi all,

i'm facing a very little problem with STM32CubeIde.

Everything is ok for build and debug, but the outputs (.elf file, .bin, etc...) are generated in Release and Debug directory at the root of the project.

I just want to specify another output directory with the managed build (which generates the makefiles automatically).

Is it possible, i didn't find any option in STM32CubeIDE ?

3 REPLIES 3
JMART.22
Associate II

to add explainations in this windows the outputs are generated in "workspace_loc:/STM32_APP/Release" directory.

I want it to be generated in "workspace_loc:/STM32_APP/bin/Release" directory.

0690X00000D9kj2QAB.png

In i uncheck "Generate Makefile automatically" then i can specify the output directory but the makefile aren't generated automatically ...

And i want both .

CTapp.1
Associate III

Did you ever find a solutions to this?

JMART.22
Associate II

No never