home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / bugs / 148 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.1 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!lll-winken!bigbird.llnl.gov!billc
  2. From: billc@bigbird.llnl.gov (Bill Crutchfield)
  3. Newsgroups: comp.sys.sgi.bugs
  4. Subject: /usr/lib/fixade.o
  5. Keywords: bus error, alignment, fixade
  6. Message-ID: <147267@lll-winken.LLNL.GOV>
  7. Date: 22 Jan 93 19:13:09 GMT
  8. Sender: usenet@lll-winken.LLNL.GOV
  9. Organization: Lawrence Livermore National Laboratory
  10. Lines: 18
  11. Nntp-Posting-Host: bigbird.llnl.gov
  12.  
  13. I'm trying to track down a bus error on a code being ported to a R4000 SGI Crimson.
  14. Per the documentation fixade(3f) and unaligned(3x), I'm trying to
  15. link in /usr/lib/fixade.o which will catch and provide documentation
  16. on alignment errors in the code.  The problem is that I cant link it
  17. in!!  When I try, the compiler/linker complains:
  18.  
  19. /usr/bin/ld:
  20. No symbolic information for: /usr/lib/fixade.o
  21.  
  22. Running nm on the file also gives:
  23. nm: Error: no symbol table in /usr/lib/fixade.o
  24.  
  25. But 'file /usr/lib/fixade.o' returns the information
  26. /usr/lib/fixade.o:      mipseb executable stripped (R4000 fpdiv unchecked) - version 3.10
  27.  
  28. What needs to be done to link this code in?
  29.  
  30.  
  31.