Forum Discussion
Altera_Forum
Honored Contributor
10 years agoUnable to build "*.elf" file in NIOS II Eclipse.
Hi All, I am novice in NIOS II Eclipse environment. To learn I am using the existing project and after compiling the nios project in Quartus. In order to generate the "*.elf" file, I...
Altera_Forum
Honored Contributor
10 years agoIt means exactly what the error message says. Your program is too big to fit into the on-chip memory. Either shrink your program code or enlarge the on-chip memory (if possible).