Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - win7 make hinstall failed on reserve space for cygwin: (3 Items)
   
win7 make hinstall failed on reserve space for cygwin  
Dear all,

I failed on QNX Momentics make hinstall, with the following error message.
Is it a tool chain issue? 
Any suggestion?

Thanks,
Chun


make -j 1 -Cso-le-v7 -fMakefile hinstall
make[2]: Entering directory `.../arm/so-le-v7'
m.AllocationBase 0x0, m.BaseAddress 0x71690000, m.RegionSize 0x160000, m.State 0x10000
C:\QNX650\host\win32\x86\usr\bin\sh.exe: *** Couldn't reserve space for cygwin's heap (0x71690000 <0x2350000>) in child,
 Win32 error 0
      0 [main] sh 5468 sync_with_child: child 3424(0x1D4) died before initialization with status code 0x1
    600 [main] sh 5468 sync_with_child: *** child state waiting for longjmp
C:/Users/chunh/AppData/Local/Temp/make5184-1.sh: fork: Resource temporarily unavailable
make[2]: [hinstall] Error 128 (ignored)
make[2]: Leaving directory `C:/Builds8960/staging_8x60/AMSS/core/common/dalsys/arm/so-le-v7'
Re: win7 make hinstall failed on reserve space for cygwin  
On 11-07-12 01:42 PM, Chun He wrote:
> Dear all,
>
> I failed on QNX Momentics make hinstall, with the following error message.
> Is it a tool chain issue?
> Any suggestion?

Try the attached msys1.0.dll. It should be the same dll but with a 
different load base. Copy it into %QNX_HOST%/usr/bin/

Regards,

Ryan Mansfield

Attachment: Text msys-1.0.dll 716.82 KB
Re: win7 make hinstall failed on reserve space for cygwin  
This one works better for me. No more errors so far.

Thanks,
Chun