Altera_Forum
Honored Contributor
14 years agoUnable to burn my project through the "NIOS Flash programmer"
Hi
I'm having some troubles with the above, any help would be appriciated FYI i went through the appropriate user guide, followed it step by step and i still can not resolve this issue. I've been working on a project for several months now (developing both hardware and software, writing with VHDL and C), i haven't learned ways to write more efficiently (memory wise), so my codes might be bigger than they should be I'm using a EP3C55F484I7 Cyclone III, trying to program an EPCS16 device. Programming through the quartus programmer works fine (LCD responds well, buttons and switches also), burning my SOPC (with my C code on it) on the SRAM also works well, however trying to use the NIOS flash programmer to burn it shows the following errors: severity and description path resource location creation time idld: address 0x1002bd4 of blank_project_1.elf section .epcs_flash_controller_0 is not within region epcs_flash_controller_0 blank_project_1 line 0 1306360751234 464
ld: region epcs_flash_controller_0 is full (blank_project_1.elf section .text). region needs to be 9496 bytes larger. blank_project_1 line 0 1306360751234 463
ld: section .rodata [01001820 -> 0100189b] overlaps section .exceptions [01001820 -> 01001947] blank_project_1 line 0 1306360751234 465
ld: section .rwdata [0100189c -> 01002bd3] overlaps section .exceptions [01001820 -> 01001947] blank_project_1 line 0 1306360751234 466
At first i though the EPCS was too small so i used an EPCS64 instead and i keep getting these same errors. If you guys need any further information please let me know, thanks for your time