make -s all includes
Compiling hello_world.c...
Linking light.elf...
/cygdrive/d/NIO/nios2eds/bin/nios2-gnutools/H-i686-pc-cygwin/bin/../lib/gcc/nios2-elf/3.4.1/../../../../nios2-elf/bin/ld: region onchip_mem is full (light.elf section .text). Region needs to be 12340 bytes larger.
/cygdrive/d/NIO/nios2eds/bin/nios2-gnutools/H-i686-pc-cygwin/bin/../lib/gcc/nios2-elf/3.4.1/../../../../nios2-elf/bin/ld: address 0x101d0e8 of light.elf section .rwdata is not within region onchip_mem
/cygdrive/d/NIO/nios2eds/bin/nios2-gnutools/H-i686-pc-cygwin/bin/../lib/gcc/nios2-elf/3.4.1/../../../../nios2-elf/bin/ld: section .bss [01010020 -> 01010233] overlaps section .text [01010020 -> 0101b033]
/cygdrive/d/NIO/nios2eds/bin/nios2-gnutools/H-i686-pc-cygwin/bin/../lib/gcc/nios2-elf/3.4.1/../../../../nios2-elf/lib/libc.a(sbrkr.o)(.text+0x14): In function `_sbrk_r':
/build/nios2eds-gnutools-win32-7.2/bin/nios2-gnutools/src/newlib/newlib/libc/reent/sbrkr.c:59: Unable to reach errno (at 0x01010020) from the global pointer (at 0x0102507c) because the offset (-86108) is out of the allowed range, -32678 to 32767.
collect2: ld returned 1 exit status
make: *** [light.elf] Error 1
Build completed in 2.953 seconds