Region Ram is Full
Posted: Fri Aug 29, 2008 7:08 am
I receive the following message when compiling:
C:\Nburn\workspace\Rev2.14>make
m68k-elf-g++ -c -m5206e -gdwarf-2 -DMOD5282 -Wall -fno-rtti -fno-exceptions -O2
-IC:\Nburn\include -IC:\Nburn\MOD5282\include main.cpp -o main.o
m68k-elf-g++ -m5206e -Wl -Wl,-n -TC:\Nburn\MOD5282\lib\MOD5282.ld -Wl,-RC:\Nburn
\MOD5282\lib\sys.ld -Wl,-Map=MINDDS_2p5G_V1p00.map -o MINDDS_2p5G_V1p00.elf ./
main.o -Wl,--start-group,C:\Nburn\lib\MOD5282.a C:\Nburn\lib\NetBurner.a C:\Nbu
rn\lib\FatFile.a -Wl,--end-group
C:/Nburn/gcc-m68k/bin/../lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/bin/ld.exe:
region ram is full (MINDDS_2p5G_V1p00.elf section .bss)
C:/Nburn/gcc-m68k/bin/../lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/bin/ld.exe:
region ram is full (MINDDS_2p5G_V1p00.elf section .bss)
collect2: ld returned 1 exit status
make: *** [C:\Nburn\bin\MINDDS_2p5G_V1p00.s19] Error 1
Only thing I can figure out is that there possibly a problem with memory "region ram is full"
Any suggestions? Thank you.
Craig
C:\Nburn\workspace\Rev2.14>make
m68k-elf-g++ -c -m5206e -gdwarf-2 -DMOD5282 -Wall -fno-rtti -fno-exceptions -O2
-IC:\Nburn\include -IC:\Nburn\MOD5282\include main.cpp -o main.o
m68k-elf-g++ -m5206e -Wl -Wl,-n -TC:\Nburn\MOD5282\lib\MOD5282.ld -Wl,-RC:\Nburn
\MOD5282\lib\sys.ld -Wl,-Map=MINDDS_2p5G_V1p00.map -o MINDDS_2p5G_V1p00.elf ./
main.o -Wl,--start-group,C:\Nburn\lib\MOD5282.a C:\Nburn\lib\NetBurner.a C:\Nbu
rn\lib\FatFile.a -Wl,--end-group
C:/Nburn/gcc-m68k/bin/../lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/bin/ld.exe:
region ram is full (MINDDS_2p5G_V1p00.elf section .bss)
C:/Nburn/gcc-m68k/bin/../lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/bin/ld.exe:
region ram is full (MINDDS_2p5G_V1p00.elf section .bss)
collect2: ld returned 1 exit status
make: *** [C:\Nburn\bin\MINDDS_2p5G_V1p00.s19] Error 1
Only thing I can figure out is that there possibly a problem with memory "region ram is full"
Any suggestions? Thank you.
Craig