Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12600 Discussions

How to use custom linker script

Altera_Forum
Honored Contributor II
1,059 Views

Who can tell me how to use custom linker script file? What 's the path of the system library project folder? I use Nios II 9.1 SP2. Thank you.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
305 Views

You'll find a file named generated.x in this directory: 

\<your_project_name>_syslib\Release\system_description 

This is the default linker script file. 

Copy this into \<your_project_name>_syslib , possibly renaming it as <your_project_name>.x 

Change what you need in the script file which should now appear in that selection dialog in syslib properties.
0 Kudos
Reply