If you want to manually add the linker script for a managed make flow, do the following:
- Right-click your managed make project and select C/C++ Build Settings.
- Click the linker corresponding to your target processor, for example ARM v8 gcc linker.
- Select Linker Script to add the linker script.
- For standard make projects, add the linker script manually to your Makefile linker options.