下面这种情况怎么解决?
08:43:19 **** Incremental Build of configuration obj for project test ****
make -j4 all
d:/mounriver_studio/toolchain/risc-v embedded gcc/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: test.elf section `.bss' will not fit in region `RAM'
d:/mounriver_studio/toolchain/risc-v embedded gcc/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: section .stack VMA [000000002000f800,000000002000ffff] overlaps section .bss VMA [000000002000030c,0000000020011a3b]
d:/mounriver_studio/toolchain/risc-v embedded gcc/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: region `RAM' overflowed by 0 bytes
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:59: test.elf] Error 1
08:43:33 Build Failed. 4 errors, 0 warnings. (took 13s.418ms)