Hello
Yes this is possible.
1- First create a new build target:
- Inside of the MCP window switch to the Targets tab
- Select Project > Create Target
- In the New target dialog specify a name for the new target (for example MyTarget) and check clone existing target.
Then Select the existing build target.
- Click OK.
2- Change settings for the new target
- Inside of the targets tab, click on the red icons in front of the new target name.
- Open Target settings dialog (Press ALT + F7).
- Change name of linker file. This depends on the micro you are targeting. So I cannot be more specific on
how to achieve that as you did not specify your target controller.
Using Project > Set Default Target you can switch between the available build target and specify which one you want to build.
I hope this helps.
CrasyCat