I am using STM32 Project with CubeIDE.When I select "Automatically generate Makefile" in the project properties, it seems that I cannot change the build location.Is there a way to specify the output directory for the build artifacts?
Thank you for the information.How exactly should I set this up?Aren't the build configurations and run configurations meant for setting up how the build artifacts are debugged or run?I am specifically looking to designate an output directory for the ...
Thank you for your response.Is there a way to change the build directory by modifying the settings in CubeIDE or the project configuration, without directly editing the Makefile?