NXP

make.exe: *** Couldn’t reserve space for cygwin’s

2019-07-12 11:44发布

mtk 功能机在new的过程中出现如下问题: make.exe: *** Couldn’t reserve space for cygwin’s heap, Win32 error 487 解决方法是: C:Program FilesMicrosoft SDKsWindowsv6.0Ain>rebase.exe -b 0X765B0000 D:yutao_codeL599_0813_ModisHUAQIN_60A_VOBcode oolsMSYSinmsys-1.0.dll

REBASE: Total Size of mapping 0x0000000000110000
REBASE: Range 0x00000000765b0000 -0x00000000766c0000

C:Program FilesMicrosoft SDKsWindowsv6.0Ain>
其中,我的电脑在C:Program FilesMicrosoft SDKsWindowsv6.0Ain目录下有个rebase.exe ,所以需要进入到该目录 我的代码存放位置在D:yutao_codeL599_0813_ModisHUAQIN_60A_VOBcode,搜索后可以在 oolsMSYSin目录下找到msys-1.0.dll 执行上述命令的输出结果为
REBASE: Total Size of mapping 0x0000000000110000
REBASE: Range 0x00000000765b0000 -0x00000000766c0000
重新编译即可。