Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!mips!winchester!jay From: jay@mips.COM (Jay McCauley) Newsgroups: comp.sys.mips Subject: Re: loader error question Message-ID: <42838@mips.mips.COM> Date: 6 Nov 90 17:56:38 GMT References: <28303@shamash.cdc.com> Sender: news@mips.COM Reply-To: jay@mips.COM (Jay McCauley) Organization: Your Organization Goes Here Lines: 26 In article <28303@shamash.cdc.com> dwl@udev.cdc.com (Daren W Latham) writes: > >I have seen the following error, or something similar several times, >does anybody know what causes this, and how do you work around it, or >fix it. > >cc -o xbd xbd.o shared.o field.o scores.o -lXext -lX11 \ > -systype bsd43 -lmld -lm > >ld: >/bsd43/usr/lib/libc.a(syslog.o): jump relocation out-of-range, > bad object file produced, can't jump from 0x429bb4 to 0x10007d90 (time) >*** Error code 1 > >Stop. <> Most commonly this comes from having a global variable that has the same name as a function, often a global variable in your program conflicts with an exposed library name or vice versa. The message is arguably awfully cryptic, and gives little or no clue about what is really wrong. I'll mention it to the compiler folks. -- Jay McCauley MIPS Computer Systems, 928 E. Arques, Sunnyvale, CA 94086 (408)524-8211 {decwrl,pyramid,ames}!mips!jay jay@mips.com