Forum Discussion
Altera_Forum
Honored Contributor
15 years agoerror when build nios IDE
hi! i am using an example of DE2_media_computer. When i build interrupt_Example_C, I get one error. But i don't know how to dug it. please help me!! thank so much! this error appear...
Altera_Forum
Honored Contributor
15 years agoI just solved this problem today. Open the BSP Editor from the Nios II SBT and select the Linker Script tab. You need to add a linker section named ".reset" to the "sdram" linker region (which is in the sdram memory device). That should get you past the error you described.