Can't Rebuild System Files
Posted: Mon Jul 08, 2013 10:48 am
I am trying to enable UCOS_STACKCHECK, but when I try to rebuild the modified system files or rebuild all system files, I receive an error.
In the console for rebuilding the modified system files I get something like this
For rebuilding all system files I get something like this
The console says the rebuild was terminated at makeclean. Any ideas how to fix this? I've tried searching the forums and netburner documentation for solutions. I am using NBEclipse IDE realease 2.6 with MOD54415
Code: Select all
Error: Build Error during build System. See build console for details
Code: Select all
m68k-elf-gcc -c -m5206e -gdwarf-2 -Wall -falign-functions=4 -O2 -DMOD5441X -DMCF5441X -DNBMINGW -I"C:\nburn/include" -I"C:\nburn/MOD5441X/include" ucosmcfc.c -o ucosmcfc.o
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x71110000, RegionSize 0x180000, State 0x10000
C:\nburn\gcc-m68k\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
Code: Select all
AllocationBase 0x0, BaseAddress 0x71110000, RegionSize 0x180000, State 0x10000
m68k-elf-as -m5206e ucosmcfa.s -o ucosmcfa.o
m68k-elf-ar cr C:\nburn/lib/NetBurner.a ucosmcfa.o
m68k-elf-as -m5206e software_init.s -o software_init.o
m68k-elf-ar cr C:\nburn/lib/NetBurner.a software_init.o
m68k-elf-gcc -c -m5206e -gdwarf-2 -Wall -falign-functions=4 -O2 -DMOD5441X -DMCF5441X -DNBMINGW -I"C:\nburn/include" -I"C:\nburn/MOD5441X/include" ucosmcfc.c -o ucosmcfc.o
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
rm ucosmcfa.o software_init.o
make: *** [ucosmcfc.o] Error 1