Forum Discussion
Altera_Forum
Honored Contributor
21 years agoYou have to tell the IDE that you have a custom script... Under System Library properties there's a box at the right linker script. Check 'Custom linker script'. Everytime the IDE sees a reason to recompile the system library it will also regenerate the linker script, which is called generated.x I've made a copy of this one, edited it and called it custom.x and filled that in.
I use nios2-elf-objdump -d *.elf to see where it puts the sections.