2019-01-31 02:39 AM
I am using TrueSTUDIO 9.2.0 and I created a build
configuration named BOOTBUILD, and (after some
struggling) I notice the (default) debug configuration
writes the MCU from wrong ELF file independently
form the active build configuration.
When I change the "Debug/SMI_ECAT_SSC.elf" to
"BOOTBUILD/SMI_ECAT_SSC.elf" it works as expected,
but I do not want create a debug configuration to
every build configuration.
I have tried to use eclipse variable to create a "build
configuration independent" debug configuration but
it did not work.
Now I should change the debug configuration always
when I change the build config, but it is not too efficient.
Could anyone suggest a solution to solve this problem?
Thank you.
2019-01-31 02:53 AM
i am on same side of issue now, looking for any solution for the same problem which i am facing with about 20 build configurations.