Altera_Forum
Honored Contributor
21 years agoabout niosII IDE system library property,
i am confused about it.
when: the reset address is in ext_ram,linker script setting is: .text onchip_ram .rodata ext_flash .rwdata ext_ram it run ok. but when download to flash by flash programmer. press the reset button it failed. when:the reset address is in ext_flash,linker script setting is: .text onchip_ram .rodata ext_flash .rwdata ext_ram building is error:boot copier overlaps data in flash. who can tell me why? when:the reset address is in ext_flash,linker script setting is: .text ext_flash .rodata onchip_ram .rwdata ext_ram it can not debug! who can tell me the linker script mechanism more detail than Nios II Software Developer¡¯s Handbook. thank you!