home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / help / 2555 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.1 KB  |  27 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!elroy.jpl.nasa.gov!grian!puffin!pete
  3. From: pete@puffin.uucp (Pete Carah)
  4. Subject: GAS for cross-compile to ELF
  5. Organization: Pete's Unix
  6. Date: Wed, 18 Nov 1992 18:47:22 GMT
  7. Message-ID: <BxxDIz.FEC@puffin.uucp>
  8. Reply-To: pete@ent-img.com
  9. Lines: 16
  10.  
  11. I was trying yesterday to bring gcc-2.3.1 up on an sgi host as a cross
  12. compiler to a 386 in sysv4.  Getting the header files was easy enough;
  13. just tar them...  However, the compiler make dies when it tries to
  14. compile something IN 386, feeding the result to the mips assem, which
  15. turns its nose up to the tune of 2 errors per line on average.  I know
  16. I could do everything as -S, but need to analyze the compiler makefile
  17. to see why it's trying to cross-compile while making the compiler.
  18.  
  19. Is there an ELF version of gas planned any time soon?
  20.  
  21. I plan to link on the 386; it's short of memory and can't compile the
  22. compiler in all its configurations.  Besides, the R4000 is FAST.
  23. In other words, I don't need the gnu linker in ELF form (or COFF either),
  24. at least yet.
  25.  
  26. -- Pete
  27.