When i am trying to built simple hello world programme but it is giving below error....!! can you please clarify the problem....
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: RUN_ON_HDL_SIMULATOR_ONLY_hello.elf section `.text' will not fit in region `onchip_memory2_0'
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: address 0x5c40 of RUN_ON_HDL_SIMULATOR_ONLY_hello.elf section `.rwdata' is not within region `onchip_memory2_0'
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: address 0x630c of RUN_ON_HDL_SIMULATOR_ONLY_hello.elf section `.bss' is not within region `onchip_memory2_0'
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: address 0x630c of RUN_ON_HDL_SIMULATOR_ONLY_hello.elf section `.onchip_memory2_0' is not within region `onchip_memory2_0'
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: address 0x5c40 of RUN_ON_HDL_SIMULATOR_ONLY_hello.elf section `.rwdata' is not within region `onchip_memory2_0'
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: address 0x630c of RUN_ON_HDL_SIMULATOR_ONLY_hello.elf section `.bss' is not within region `onchip_memory2_0'
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: address 0x630c of RUN_ON_HDL_SIMULATOR_ONLY_hello.elf section `.onchip_memory2_0' is not within region `onchip_memory2_0'
d:/alte/nios2eds/bin/gnu/h-i686-mingw32/bin/../lib/gcc/nios2-elf/4.1.2/../../../../nios2-elf/bin/ld.exe: region `onchip_memory2_0' overflowed by 13068 bytes
collect2: ld returned 1 exit status
make: *** [RUN_ON_HDL_SIMULATOR_ONLY_hello.elf] Error 1