I have inherited a computer which I have updated to suit my needs. It has XP Prof, 3 GHz, 2.5 GB and two drives.
I did run into problems when installing the Windows_Toolchain_core. I followed the instructions on the setup. When installing the MSYS the following happens when answering “y†as directed by the instructions:
This is a post install process that will try to normalize between
your MinGW install if any as well as your previous MSYS installs
if any. I don't have any traps as aborts will not hurt anything.
Do you wish to continue with the post install? [yn] y
m.AllocationBase 0x0, m.BaseAddress 0x715B0000, m.RegionSize 0x4E0000, m.State 0x10000
D:\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap (0x715B0000
<0xC30000>) in child, Win32 error 6
0 [main] sh 840 sync_with_child: child 420(0x720) died before initialization with status code 0x1
78 [main] sh 840 sync_with_child: *** child state waiting for longjmp
pi.sh: fork: Resource temporarily unavailable
D:\msys\1.0\postinstall>pause
Pressing “Any key†will complete the installation without any further errors. I decided to do the rest of the steps anyway. I also updated the PATH statements and checked the “make –versionâ€. I tried a test run which produces similar results as above
D:\MIDI_Stuff\midio128_v2_2b>make
rm -rf *.cod *.lst *.err
rm -rf *.hex
AllocationBase 0x0, BaseAddress 0x715B0000, RegionSize 0x4E0000, State 0x10000
d:\msys\1.0\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 6
make: *** [cleanall] Error 1
D:\MIDI_Stuff\midio128_v2_2b>
I have installed this on my laptop some time ago without any problems. I checked the forum and eventually found something similar in the German section. It was recommended to download the posix_bin and update the path (that’s the way I understood it) which I did, but to no avail.
Well, here I’m stuck