Xref: utzoo comp.sys.m88k:283 gnu.gcc:1904 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!lupine!rfg From: rfg@NCD.COM (Ron Guilmette) Newsgroups: comp.sys.m88k,gnu.gcc Subject: Re: Needed: Cross GNU C compiler: Sparc --> 88000 Message-ID: <1235@lupine.NCD.COM> Date: 18 Aug 90 08:43:26 GMT References: <12800@june.cs.washington.edu> Followup-To: comp.sys.m88k Organization: Network Computing Devices, Inc., Mt. View, CA Lines: 49 In article <12800@june.cs.washington.edu> robertb@june.cs.washington.edu (Robert Bedichek) writes: >The only GNU C compiler for the 88000 that I know of runs native on >Tektronix and Data General machines. Has anyone made a cross compiler >out of this? Yes. Running on Solborne (Sparc) based system. >I need it to generate dbx style debugging information. For that you may want to talk with some people in Buffalo. >What is the best version of the GNU 88000 compiler for me to start >with? No doubt about it. You want to get the latest sources from Tom Wood at Data General . Tom, and before him, Mike Meissner, have done a superb job getting GCC to be stable, robust, reliable, and intensely ANSI conformant on the 88k. They (and DG) deserve high praise for this work, and for sharing it freely with 88k users. >My concerns are, in order: reliability of generated code and >debugging information... If you get Tom's latest version, I'd be surprized if you had *any* problems in terms of reliability. >...ease of making it work on a Sparc Station.. That's trivial. Just run: config.gcc m88kdgux as if you were going to build it on an AViiON and then do : rm -f config.h ln -s config/xm-sparc.h config.h Then make it. >...and (a distant third) quality of generated code. GCC is very nearly as good as it gets on an 88k these days. -- // Ron Guilmette - C++ Entomologist // Internet: rfg@ncd.com uucp: ...uunet!lupine!rfg // Motto: If it sticks, force it. If it breaks, it needed replacing anyway.