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…