2020-02-12 01:49 AM
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 ?
2020-02-12 04:27 AM
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.
In i uncheck "Generate Makefile automatically" then i can specify the output directory but the makefile aren't generated automatically ...
And i want both .
2023-04-07 03:09 AM
Did you ever find a solutions to this?
2023-04-07 03:13 AM
No never