Managed GNU Make Builder overflows shell in Windows [message #835763] |
Tue, 03 April 2012 12:38  |
Eclipse User |
|
|
|
Have a largish C++ project that I'm trying to get building as a static libary in Windows 7 using MinGW and
Eclipse IDE for C/C++ Developers
Version: Indigo Service Release 2
Build id: 20120216-1857
I would like to use the GNU Make Builder to get the generated Makefiles. However, when I use the make builder, it overflows the character limit for the shell when invoking ar.exe. What happens is you see ar.exe followed by a huge list of object files and then the command will fail attempting to load a partial file name. Changing options in the build will get it to fail on a different partial file name, so clearly the command is getting truncated.
Any suggestions on how to work around this? If we switch to the internal builder, the job does complete ok, but we need to use the GNU make builder.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03783 seconds