Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWhen I Build the project,
the compilation tool didn't show any message about the memory. First, I only use the onchip memory, the system show the message. "ld: region onchip_mem is full (hello_world_0.elf section .text). Region needs to be 16516 bytes larger. hello_world_0 line 0 1269343999031 36 ld: section .bss [02012054 -> 0201215b] overlaps section .text [020101c8 -> 0201e083] hello_world_0 line 0 1269343999031 39 ld: section .rodata [02010020 -> 02010547] overlaps section .except but, I builded the flesh memory to cover the part. --- Quote Start --- Is the memory block at 0x1000000 big enough? It is rather a shame that error message doesn't dontain the failing address and the mis-read data. --- Quote End ---