Issue with Visual C++ 2010 (Express) External Tools command
- by espais
Hi all,
Normally we develop in VS 2005 Pro, but I wanted to give VS 2010 a spin.
We have custom build tools based off of GNU make tools that are called when creating an executable.
This is the error that I see whenever I call my external tool:
...\gnu\make.exe): *** couldn't commit memory for cygwin heap, Win32 error 487
The caveat is that it still works perfectly fine in VS2005, as well as being called straight from the command line. Also, my external tool is setup exactly the same as in VS 2005.
Is there some setting somewhere that could cause this error to be thrown?