public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* DJGPP cross compiler crashes.
@ 2019-04-18 14:11 Carlo B.
  2019-04-18 21:19 ` Hans-Bernhard Bröker
  0 siblings, 1 reply; 4+ messages in thread
From: Carlo B. @ 2019-04-18 14:11 UTC (permalink / raw)
  To: cygwin

Hello everyone,
I would like to signal that the DJGPP cross compiler, included into
the available packages, crashes as soon as you try to compile
something with it.
To reproduce the problem, just create a simple source file with just
this line for simplicity:

int main() { return 0; }

and after calling:

i586-pc-msdosdjgpp-gcc c.c -o c.exe

you will get:

collect2: fatal error: ld terminated with signal 11 [Segmentation
fault], core dumped
compilation terminated.

I bypassed the problem by recompiling DJGPP cross compiler myself with
this utility:

https://github.com/andrewwutw/build-djgpp

however, I'm signaling the problem in case somebody would like to fix
the trouble with a working package.

Sincerely.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2019-04-19 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 14:11 DJGPP cross compiler crashes Carlo B.
2019-04-18 21:19 ` Hans-Bernhard Bröker
2019-04-18 23:41   ` Carlo B.
2019-04-19 14:52     ` Hans-Bernhard Bröker

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).