Altera_Forum
Honored Contributor
8 years agoCompilation Error
Dear All,
I'm trying to build a very basic system on Altera's DE2 board and following the correct procedure as specified by the provided tutorial, but for the last two days, I'm just stuck in this stupid error and I have no idea what is it, I'm making a simple 'Hello World' application using NIOS II processor in which I added on-chip memory and JTAG_UART and nothing else.. Following are the errors I'm getting while I compile the application software on Eclipse IDE; address 0x7f60 of hello_world.elf section `.rwdata' is not within region `onchip_memory2_0' address 0x9c88 of hello_world.elf section `.bss' is not within region `onchip_memory2_0' address 0x9c88 of hello_world.elf section `.onchip_memory2_0' is not within region `onchip_memory2_0' hello_world.elf section `.text' will not fit in region `onchip_memory2_0' make: *** [hello_world.elf] Error 1 region `onchip_memory2_0' overflowed by 31880 bytes Please help me how to get rid of all these mentioned above :-(