Altera_Forum
Honored Contributor
12 years agoThe software build error about onchip_ram overflowed
I made a qsys system which has nios II and onchip ram. The ram size is 8KB. Then I just create a template project "hello world" in Nios II Eclipse. Then I try to build the project but get errors:
region `cpu_subsystem_onchip_ram' overflowed by 27332 bytes hello_world C/C++ Problem So it looks like the problem is caused by the ram size is too small. I can configure the bsp property to reduce the file size. But I am a little confused is when the software running in FPGA, the whole program will be put inside the onchip ram? Thanks.