home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / help / 2850 < prev    next >
Encoding:
Text File  |  1993-01-04  |  845 b   |  27 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!bat.cis.ohio-state.edu!jim
  3. From: jim@bat.cis.ohio-state.edu (Jim Curran)
  4. Subject: ld for 68K problem
  5. Message-ID: <JIM.93Jan4120413@bat.cis.ohio-state.edu>
  6. Originator: jim@bat.cis.ohio-state.edu
  7. Sender: news@cis.ohio-state.edu (NETnews        )
  8. Organization: Ohio State Computer Science
  9. Distribution: gnu
  10. Date: Mon, 4 Jan 1993 17:04:13 GMT
  11. Lines: 14
  12.  
  13. I am trying to build a ld for use in a m68k cross compiling setup.  I have
  14. built gas and gcc (m68k-sony-bsd).  I'm trying to build binutils 2.0 and
  15. everything (ar, nm, size, objdump...) works EXCEPT ld which complains with
  16. this:
  17.  
  18. % ./ld test.o
  19. ./ld target a.out-newsos3 not found
  20.  
  21. Can anyone comment ?  Gcc and gas appear to work great but the last step (ld)
  22. is holding me up.
  23.  
  24. Thanks in advance,
  25.  
  26. Jim
  27.