public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: GCC Internal Compiler Error When Compiling with -pipe
@ 1999-03-03  8:31 Suhaib M. Siddiqi
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 2 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-03  8:31 UTC (permalink / raw)
  To: Chris Faylor, Mumit Khan; +Cc: cygwin

>
>The -pipe problem should have been fixed in B20.1.  I submitted a patch
for
>it myself.
>

BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
when I tried compiling one of my code from LINUX.  After removing -pipe
from Makefile.  It compiled.

--S




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* windres.exe error?
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
@ 1999-03-03  8:48   ` Frank McIngvale
  1999-03-31 19:45     ` Frank McIngvale
  1999-03-03 15:58   ` GCC Internal Compiler Error When Compiling with -pipe Chris Faylor
  1 sibling, 1 reply; 6+ messages in thread
From: Frank McIngvale @ 1999-03-03  8:48 UTC (permalink / raw)
  To: cygwin

I'm getting what seems to be an out of memory error
when running an .rc through windres, but I'm suspicious
because of the huge allocation:

--------------------------------------------------------------------
windres.exe -i minimal.rc -o minimal_resources.o --include-dir \
/usr/local/wx/include --define __WIN32__ --define __WIN95__ --define \
__GNUWIN32__

[main] c:\cygnus\CYGWIN~1\H-I586~1\bin\windres.exe 1777 (0)
commit_and_inc: VirtualAlloc failed

windres.exe: Can not allocate 369098853 bytes after allocating 201318400
bytes
make: *** [minimal_resources.o] Error 1
---------------------------------------------------------------------

An allocation of 370 Mb to compile an .rc file seems a bit
excessive, doesn't it? I'll be glad to send the .rc file
to whomever, I just didn't want to spam the list.

This is under B20.1 with egcs 1.1.1. Did I miss an update
to windres.exe somewhere?

thanks!
frank





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GCC Internal Compiler Error When Compiling with -pipe
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
  1999-03-03  8:48   ` windres.exe error? Frank McIngvale
@ 1999-03-03 15:58   ` Chris Faylor
  1999-03-31 19:45     ` Chris Faylor
  1 sibling, 1 reply; 6+ messages in thread
From: Chris Faylor @ 1999-03-03 15:58 UTC (permalink / raw)
  To: Suhaib M. Siddiqi; +Cc: Mumit Khan, cygwin

On Wed, Mar 03, 1999 at 11:46:51AM -0500, Suhaib M. Siddiqi wrote:
>
>
>>
>>The -pipe problem should have been fixed in B20.1.  I submitted a patch
>for
>>it myself.
>>
>
>BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
>when I tried compiling one of my code from LINUX.  After removing -pipe
>from Makefile.  It compiled.

egcs 1.1.1 != B20.1.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* windres.exe error?
  1999-03-03  8:48   ` windres.exe error? Frank McIngvale
@ 1999-03-31 19:45     ` Frank McIngvale
  0 siblings, 0 replies; 6+ messages in thread
From: Frank McIngvale @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

I'm getting what seems to be an out of memory error
when running an .rc through windres, but I'm suspicious
because of the huge allocation:

--------------------------------------------------------------------
windres.exe -i minimal.rc -o minimal_resources.o --include-dir \
/usr/local/wx/include --define __WIN32__ --define __WIN95__ --define \
__GNUWIN32__

[main] c:\cygnus\CYGWIN~1\H-I586~1\bin\windres.exe 1777 (0)
commit_and_inc: VirtualAlloc failed

windres.exe: Can not allocate 369098853 bytes after allocating 201318400
bytes
make: *** [minimal_resources.o] Error 1
---------------------------------------------------------------------

An allocation of 370 Mb to compile an .rc file seems a bit
excessive, doesn't it? I'll be glad to send the .rc file
to whomever, I just didn't want to spam the list.

This is under B20.1 with egcs 1.1.1. Did I miss an update
to windres.exe somewhere?

thanks!
frank





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03 15:58   ` GCC Internal Compiler Error When Compiling with -pipe Chris Faylor
@ 1999-03-31 19:45     ` Chris Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Faylor @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Suhaib M. Siddiqi; +Cc: Mumit Khan, cygwin

On Wed, Mar 03, 1999 at 11:46:51AM -0500, Suhaib M. Siddiqi wrote:
>
>
>>
>>The -pipe problem should have been fixed in B20.1.  I submitted a patch
>for
>>it myself.
>>
>
>BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
>when I tried compiling one of my code from LINUX.  After removing -pipe
>from Makefile.  It compiled.

egcs 1.1.1 != B20.1.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: GCC Internal Compiler Error When Compiling with -pipe
  1999-03-03  8:31 GCC Internal Compiler Error When Compiling with -pipe Suhaib M. Siddiqi
       [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
@ 1999-03-31 19:45 ` Suhaib M. Siddiqi
  1 sibling, 0 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Chris Faylor, Mumit Khan; +Cc: cygwin

>
>The -pipe problem should have been fixed in B20.1.  I submitted a patch
for
>it myself.
>

BUt I had gcc/egcs 1.1.1 with B20.1 crashed on me with -pipe last week,
when I tried compiling one of my code from LINUX.  After removing -pipe
from Makefile.  It compiled.

--S




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-03  8:31 GCC Internal Compiler Error When Compiling with -pipe Suhaib M. Siddiqi
     [not found] ` < 001101be6595$72ce0770$29acdfd0@InspirePharm.Com >
1999-03-03  8:48   ` windres.exe error? Frank McIngvale
1999-03-31 19:45     ` Frank McIngvale
1999-03-03 15:58   ` GCC Internal Compiler Error When Compiling with -pipe Chris Faylor
1999-03-31 19:45     ` Chris Faylor
1999-03-31 19:45 ` Suhaib M. Siddiqi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).