From: bidi AT pinku DOT zzn DOT com (Bidi) Newsgroups: comp.os.msdos.djgpp Subject: Re: C Cross compiler info required! Date: 26 Feb 2003 14:53:40 -0800 Organization: http://groups.google.com/ Lines: 27 Message-ID: References: NNTP-Posting-Host: 204.168.131.19 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1046300020 13263 127.0.0.1 (26 Feb 2003 22:53:40 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 26 Feb 2003 22:53:40 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker wrote in message news:... > Deepak Kumar Saxena wrote: > > [Pleast don't post HTML, and especially not both HTML and ASCII, to > Usenet. Thanks.] > > > We are looking for a 'C' cross compiler available on Sun Solaris > > platform with 80186 as a target. Can you please provide any info, where > > can I get this cross compiler or whom should I approach for it? > > Whomever you may have to approach, it's not very likely you'll find > them in this particular place. comp.arch.embedded is far more likely > to have the people you need. > > The 80186 is a 16-bit embedded controller based on the x86 series of > CPUs, for which no GCC support exists. I'm not aware of any > cross-compiler toolchain hosted on Suns (of all things --- why not use > PCs, or Linux?) that would target this platform. > > Also note that 80186 is a dying platform --- no new chips any more. May I suggest, if you can get some kind of PC emulator running on your Sun, running Turbo C++? Okay, it's not great, and using an emulator to cross-compile is a heck of a kludge, but if it works...I use an emulator to cross-compile for a Z80 using Hitech C. -b.