Manually Adding the Linker Script

If you want to manually add the linker script for a managed make flow, do the following:

  1. Right-click your managed make project and select C/C++ Build Settings.
  2. Click the linker corresponding to your target processor, for example MicroBlaze gcc linker.
  3. Select Linker Script to add the linker script.
  4. For standard make projects, add the linker script manually to your makefile linker options.