home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5264 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  944 b 

  1. Path: sparky!uunet!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!maverick.ksu.ksu.edu!news
  2. From: brtmac@maverick.ksu.ksu.edu (Brett McCoy)
  3. Newsgroups: comp.unix.bsd
  4. Subject: cross compiling on a Sparc for 386bsd
  5. Date: 7 Sep 1992 21:27:51 -0500
  6. Organization: Kansas State University
  7. Lines: 11
  8. Message-ID: <18h337INNs88@maverick.ksu.ksu.edu>
  9. NNTP-Posting-Host: maverick.ksu.ksu.edu
  10.  
  11. Okay, I've got a gcc 2.2.2 cross compiler set up on my SS-1 that
  12. generates good 386 code.  I've got gas set up to assemble that code
  13. and create an object file.  However, I can't link the object file.
  14. All of the GNU binutils give me "malformed input (not a rel file or
  15. archive)".  I'm assuming the little endian, bit endian difference is
  16. what's getting me.  My question is this, is it possible to get ld
  17. and assorted friends to work with 386 code on a SS-1?  Or, do I have
  18. to just copy the .o files over to my 386 box and link them there?
  19.  
  20. ++Brett;
  21.  
  22.