home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!news.larc.nasa.gov!news
- From: wjb@cscsun2.larc.nasa.gov (William J. Bene)
- Subject: MPW 3.2 Linker Errors
- Message-ID: <Bt6wy6.3n3@news.larc.nasa.gov>
- Sender: news@news.larc.nasa.gov (USENET Network News)
- Reply-To: wjb@cscsun2.larc.nasa.gov (William J. Bene)
- Organization: NASA Langley Research Center, Hampton, VA USA
- Date: Tue, 18 Aug 1992 17:37:17 GMT
- Lines: 28
-
- I have a C program with about 15 different modules which I have successfully
- compiled and executed using MPW 3.2. After adding a few functions to one of
- the files I get the following errors while linking:
-
- ### While reading file "Main.c.o"
- ### Link: Error: 16-bit reference offset out of range. (Error 114) at $0001E
- in main
- ### Link: Error: 16-bit reference offset out of range. (Error 114) at $0002A
- in main
- ### Link: Error: 16-bit reference offset out of range. (Error 114) at $0003A
- in main
- (and it continues on...)
-
-
- I didn't add any global variables in the last few functions, so its not the
- 32K global data limit. I think it might be too many entries in the jump
- table but I'm not sure. Any ideas would be helpful.
-
- Thanks,
-
- Will
-
- ================================
- William J. Bene
- Computer Sciences Corporation
- wjb@cscsun2.larc.nasa.gov
-
-
-