Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Nios II eclipse help!!

Altera_Forum
Honored Contributor II
1,119 Views

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.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
426 Views

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

0 Kudos
Reply