Forum Discussion
Altera_Forum
Honored Contributor
15 years agoerror when I build project of NIOS II IDE 10.1
Help help help me I work with NIOS II IDE 10.1 I already pass the SOPC genration, and then I want to use the NIOS II IDE for outputing "hello word" I can create the "my_first_hell...
Altera_Forum
Honored Contributor
15 years agoHi
The error that says "...will not fit in region... " is probably because you are using the onchipmemory to store the mem sections of your program. You can try either use the small library option (in the BSP editor) or use a SDRAM or SSRAM (a bigger mem) to place the mem sections of your program (the mem where you want to place the mem sections of your program is also configurable in the BSP editor).