SC5654开发【bug1】-binsh.exe:*** Couldn‘t reserve space for cygwin‘s heap,Win32 error 0

tech2024-07-10  54

因为对平头哥和RISC-V的好奇,买了一个SC5654的板子玩一玩。

在用快速上手手册编译的时候遇到以下问题:

\bin\sh.exe:*** Couldn't reserve space for cygwin's heap,Win32 error 0

解决方法在这里找到

https://stackoverflow.com/questions/18502999/git-extensions-win32-error-487-couldnt-reserve-space-for-cygwins-heap-win32

就是rebase一下下面这个文件,具体的原因可能和Linux、Windows下共享链接库的处理有关,先mark一下不深究。

msys-1.0.dll C:\Program Files (x86)\Git\bin>rebase.exe -b 0x50000000 msys-1.0.dll
最新回复(0)