How to change the name of executable file name assigned by linker in segger studio based on my configuration file
How to change the name of executable file name assigned by linker in segger studio based on my configuration file
Hi,
You should create multiple build configurations. see Project -> Build configurations...
Then open options for the solution and change the Linker ->Executable File Name For each Build configuration I assume.
But I want my executable file name to be dependent on some values assigned in config file so that I can clearly know what board and what sensors I have used in my config file
So use the SES macro expansion facility.
You have symbols like $(ProjectName) $(Configuration), etc ...
So use the SES macro expansion facility.
You have symbols like $(ProjectName) $(Configuration), etc ...