Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Nios II eclipse help!!

Hello everyone,

I use Quartus 11.In eclipse,when tried to build,i got one strange error which i am not able to understand.

My qsys generation successful as well as the quartus compilation,and in eclipse "hello world" program also ran successfully.But when tried to write my own code in nios without any error.I got the following error

--- Quote Start ---

address 0x1b5c8 of epcs_qsys.elf section `.bss' is not within region

address 0x1b5c8 of epcs_qsys.elf section `.onchip_ram' is not within region

--- Quote End ---

It is saying something about the "epcs" which i used but i am not able to understand.

My programming memory is "on-chip" which is the only memory in my system.

Kindly tell me possible solutions for this.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    At a guess the linker is complaining because the program is larger than the size of the memory region defined in the link script.