home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14157 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!news.larc.nasa.gov!news
  3. From: wjb@cscsun2.larc.nasa.gov (William J. Bene)
  4. Subject: MPW 3.2 Linker Errors
  5. Message-ID: <Bt6wy6.3n3@news.larc.nasa.gov>
  6. Sender: news@news.larc.nasa.gov (USENET Network News)
  7. Reply-To: wjb@cscsun2.larc.nasa.gov (William J. Bene)
  8. Organization: NASA Langley Research Center, Hampton, VA USA
  9. Date: Tue, 18 Aug 1992 17:37:17 GMT
  10. Lines: 28
  11.  
  12. I have a C program with about 15 different modules which I have successfully 
  13. compiled and executed using MPW 3.2.  After adding a few functions to one of 
  14. the files I get the following errors while linking: 
  15.  
  16.  ### While reading file "Main.c.o"
  17. ### Link: Error: 16-bit reference offset out of range. (Error 114)  at $0001E 
  18. in main
  19. ### Link: Error: 16-bit reference offset out of range. (Error 114)  at $0002A 
  20. in main
  21. ### Link: Error: 16-bit reference offset out of range. (Error 114)  at $0003A 
  22. in main
  23. (and it continues on...)
  24.  
  25.  
  26. I didn't add any global variables in the last few functions, so its not the 
  27. 32K global data limit.  I think it might be too many entries in the jump 
  28. table but I'm not sure.  Any ideas would be helpful.
  29.  
  30. Thanks, 
  31.  
  32. Will
  33.  
  34. ================================
  35. William J. Bene
  36. Computer Sciences Corporation
  37. wjb@cscsun2.larc.nasa.gov
  38.  
  39.  
  40.