Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Error 255 - The input line is too long
Error 255 - The input line is too long [message #154710] Tue, 20 September 2005 07:51 Go to next message
Eclipse UserFriend
Originally posted by: Evgeny1976.hotmail.com

Hello all. I am terribly sorry to bother you with those stupied problem
which is:
I am working on Win2k platform with MinGW 3.1.0 (Environment variable path
C:\Mingw\bin)with Eclipse-SDK-3.1-win32 and CDT3.1
While compiling some code there are no compilation errors only a warnings,
but in lower console window thre is a next output:

The input line is too long.
mingw32-make: *** [Sip1.exe] Error 255

I looked over the cdt forum here and everywhere i could but i didn't find
an exact answer to my questions: About what input line we are talking? How
do I handle this "Error 255 - The input line is too long" issue.
Thanks and sorry for bothering.
Re: Error 255 - The input line is too long [message #154725 is a reply to message #154710] Tue, 20 September 2005 11:31 Go to previous messageGo to next message
Eclipse UserFriend
Evgeny wrote:
> Hello all. I am terribly sorry to bother you with those stupied problem
> which is:
> I am working on Win2k platform with MinGW 3.1.0 (Environment variable
> path C:\Mingw\bin)with Eclipse-SDK-3.1-win32 and CDT3.1
> While compiling some code there are no compilation errors only a
> warnings, but in lower console window thre is a next output:
>
> The input line is too long.
> mingw32-make: *** [Sip1.exe] Error 255
>
> I looked over the cdt forum here and everywhere i could but i didn't
> find an exact answer to my questions: About what input line we are
> talking? How do I handle this "Error 255 - The input line is too long"
> issue.
> Thanks and sorry for bothering.

It appears to me that this message is from mingw32-make, not from the
CDT. It seems likely that there's a very long line in your Makefile. If
not, perhaps you should search the MinGW site for information about this
message.
Re: Error 255 - The input line is too long [message #154785 is a reply to message #154725] Wed, 21 September 2005 12:42 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefer.qnx.com

Patrick Turley wrote:
> Evgeny wrote:
>
>> Hello all. I am terribly sorry to bother you with those stupied
>> problem which is:
>> I am working on Win2k platform with MinGW 3.1.0 (Environment variable
>> path C:\Mingw\bin)with Eclipse-SDK-3.1-win32 and CDT3.1
>> While compiling some code there are no compilation errors only a
>> warnings, but in lower console window thre is a next output:
>>
>> The input line is too long.
>> mingw32-make: *** [Sip1.exe] Error 255
>>
>> I looked over the cdt forum here and everywhere i could but i didn't
>> find an exact answer to my questions: About what input line we are
>> talking? How do I handle this "Error 255 - The input line is too long"
>> issue.
>> Thanks and sorry for bothering.
>
>
> It appears to me that this message is from mingw32-make, not from the
> CDT. It seems likely that there's a very long line in your Makefile. If
> not, perhaps you should search the MinGW site for information about this
> message.

Yes. Don't use mingw32-make. This is a horribly limited version of make
that won't work well with the CDT. Install msys and use the make from there.

Doug
Previous Topic:No rule to make target
Next Topic:How do I define option in toolchain scope?
Goto Forum:
  


Current Time: Thu Jul 03 00:05:49 EDT 2025

Powered by FUDForum. Page generated in 0.03311 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top