Unable to rebuild system libraries (Rel2.4_RC2)
Posted: Mon Mar 22, 2010 7:03 am
I can't rebuild the system libraries for some reason - I'm getting the following error in the dialog box:
and the following errors in the console:
Now when I try to make my project, it says MOD5270.a is missing. And shouldn't this actually be MOD5270B.a if my module is a 5270B?
Help! I'm dead in the water for now...
Code: Select all
'Clean and rebuild system files' has encountered a problem.
Error: Build Error during buildSystemLibs. See build console for details.
Code: Select all
>>> make clean
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
C:\nburn\gcc-m68k\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
>>> make clean libs
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
C:\nburn\gcc-m68k\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
>>> make system
AllocationBase 0x0, BaseAddress 0x71110000, RegionSize 0x330000, State 0x10000
C:\nburn\gcc-m68k\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
C:\nburn\gcc-m68k\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
>>> make system libs
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
C:\nburn\gcc-m68k\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
Help! I'm dead in the water for now...