Forum Discussion
11 Replies
- Altera_Forum
Honored Contributor
At a guess nios2-elf-insert is java (or runs some java) that is trying to load the entire elf image into memory - and is failing because it is too big!
I don't know what nios2-elf-insert does - I don't use the Altera build scripts at all. You might need to look at the the output of 'objdump -h' (and maybe 'objdump -p') to see which sections have gopt quite so big. If they are loadable sections you're going to have trouble finding enough memory on the fpga board to hold all the data!