Xref: utzoo gnu.gcc:1943 comp.lang.c:31562 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!mcsun!ub4b!lln-cs!sc1 From: sc1@lln-cs.UUCP (Alain H. Ninane) Newsgroups: gnu.gcc,comp.lang.c Subject: Cross Compilation with gcc (DEC3100 --> 68k) Keywords: gcc - Motorola - DEC - 68k - ds3100 Message-ID: <999@lln-cs.UUCP> Date: 2 Sep 90 10:09:03 GMT Reply-To: Ninane@fynu.ucl.ac.be (Alain H. Ninane) Followup-To: gnu.gcc Organization: University of Louvain (LLN) - Nuclear Physics Dept. Lines: 14 Is there anybody who knows how to compile gcc on a DECstation 3100 to produce code for a 68020 (actually a VME board FIC8230). I think that's fairly easy to do the 1st pass : On the PMAX : % config.gcc sun3-nfp % make But how should I manage to perform the 2nd pass ? May I use gcc as a X-compiler ? Am I wrong at all ? Do you have any advices ?? Thanks, Alain Note: I'm not worrying about the a.out file structure - I knows already how to get the text, data, ...