Generate Linker Script
A linker script is needed for creating an executable from object files and libraries. A default linker script is created while creating an application project. However, users can change the memory regions where the code sections are placed, increase a section size, etc.
For more information, refer Generating a Linker Script for an Application.