Message-Id: <200006041719.UAA11778@mailgw1.netvision.net.il> Date: Sun, 04 Jun 2000 20:17:47 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: karuottu AT freenet DOT hut DOT fi (Kai Ruottu) CC: djgpp AT delorie DOT com In-reply-to: <393a792d.4499950@news.nettilinja.fi> (karuottu@freenet.hut.fi) Subject: Re: Internal compiler error References: <393a792d DOT 4499950 AT news DOT nettilinja DOT fi> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: karuottu AT freenet DOT hut DOT fi (Kai Ruottu) > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 04 Jun 2000 16:17:21 GMT > > Has anybody done anything to make it possible to get a Cygwin or > Mingw hosted and DJGPP2 targeted Insight ? You mean, running DJGPP on a different machine, like an embedded system? That's hardly makes sense for the kind of users for whom DJGPP appeals. If you mean to run DJGPP programs as a debuggee under GDB/Insight compiled with Cygwin (I'm not sure Insight compiles with Mingw--does it?), then this is possible in principle, but Someone(tm) needs to figure out how to run DOS programs from Cygwin ones via a pipe. NTEmacs does it, but it took lots of iterations, and the tricks it employs are not 100% reliable. If GDB itself is compiled as a native Windows program targeting DJGPP executables, then this adds one more layer of problems: how to pass debug exceptions and signals between a Windows program and a DJGPP one.