Hello all,
I'm working on S32DS for a long time. But now suddenly all the working projects are started showing as below.Kindly help in solving this issue.
16 [main] make (17308) C:\NXP\S32DS_ARM_v2018.R1\utils\msys32\usr\bin\make.exe: *** fatal error - cygheap base mismatch detected - 0x3205408/0x3325408.
Thanks in advance,
Regards,
BJ Rajendranath
已解决! 转到解答。
Managed to get rid of this error by using an externally installed copy of make in place of the one found within the NXP folder.
In the project Properties (File > Properties, or right click on project > Properties) expand C/C++ and go to Environment. Edit (or add) the PATH variable to include the path to the bin folder of your external Make installation at the beginning of the list. This bin folder would be the one containing the make.exe executable. Apply and Close. Rebuild.
Managed to get rid of this error by using an externally installed copy of make in place of the one found within the NXP folder.
In the project Properties (File > Properties, or right click on project > Properties) expand C/C++ and go to Environment. Edit (or add) the PATH variable to include the path to the bin folder of your external Make installation at the beginning of the list. This bin folder would be the one containing the make.exe executable. Apply and Close. Rebuild.
Hello,
I have the same problem since a few days and no of the solutions could help. Are there some new solutions?
3 [main] sh (7644) C:\NXP\S32DS.3.4\S32DS\build_tools\msys32\usr\bin\sh.exe: *** fatal error - cygheap base mismatch detected - 0x612E5408/0x1A55408.
Hi,
may be it will sounds like a magic - but if you have Windows 10 (probably yes) just Power OFF and ON your PC machine. The Restart doesn't work in this case - you need to perform full power off. The issue is related to some strange Windows 10 memory management.
Hope it helps.
Jiri