Other Parts Discussed in Thread: MSPM0G3519
use ccstudio20.2.0 multi device_linker.cmd
i want to build configurations add apponly
but the device_linker.cmd needs defference

use ccstudio20.2.0 multi device_linker.cmd
i want to build configurations add apponly
but the device_linker.cmd needs defference

Hi Juares,
This can be done by adding predefined symbols to each of the build configurations and creating defines for the fields that are build dependent in the linker.
For example, here I have two build configurations with predefined symbols GREEN and BLUE:

GREEN is a predefined symbol for one build, and BLUE is a predefined symbol for the second build.
Best Regards,
Brian
i know use define to predefined for change the compiler address.
but the Debug\gpio_toggle_output_LP_MSPM0G3519_jaures.out same as bootloader start 0x0000
one for no bootloader start 0x00000,gpio_toggle_output_LP_MSPM0G3519_jaures.out
for bootloader app start

the for no bootloader

but can't change .out name
like c2000 select linkxx.com the use diffrence name one for app start oxoooo ,one for boot start 0x4000,diff compiler name

Hi Juares,
You can use a post build script to create custom output files to be made upon each build of the application. For reference, this is done in our SDK BIM examples.
The attached is our bim_sample_image example for the L1306, and also has separate linker configurations depending on the build configuration:
bim_sample_image_LP_MSPM0L1306_nortos_ticlang.zip
Best Regards,
Brian