Content originally posted in LPCWare by Ex-Zero on Tue Jun 29 04:41:17 MST 2010
After installing LPCXpresso 3.4 (uninstalled working v3.3 @ WIN7-PRO-32bit before) LPCXpresso showed:
make all
0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487
AllocationBase 0x0, BaseAddress 0x71110000, RegionSize 0x40000, State 0x10000
C:\nxp\lpcxpresso_3.4\msys\bin\make.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
Found the solution in CodeRedWiki:
If this happens, please replace the file
<install_dir>\msys\bin\msys-1.0.dll
with the file in the attached zipfile. msys-1.0.zip
Changed msys-1.0.dll with downloaded msys-1.0.dll (from December 2009 :eek: ) and everything is working again.
Perhaps this error is so rare :confused: and I'm the only one who has to change this DLL after every new release,
but obvious LPCXpresso v3.4.0 includes a very old version of msys-1.0.dll ?