Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSDRAM and BSP settings
Hi everybody, I am using the SDRAM on the DE1 board with NIOS. The bad thing is that the download of the .elf file fails without further notices. The BSP settings on the linker tab are: .bss, .hea...
Altera_Forum
Honored Contributor
13 years agoThat will be the linker complaining about being unable to access some 'small data' items with offsets from %gp.
You'll need to fix those before anything will run. Try loading a very small test program.