This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

/usr/ccs/bin/ld: Target of conditional branch is out of range


With the CVS source from Dec. 29, 1999, the following error occurs building
under hpux 10.20:

stage1/xgcc -Bstage1/ -B/usr/local/hppa1.1-hp-hpux10.20/bin/  -DIN_GCC    -W -Wall -Wtraditional -O3 -W -Wall  -DHAVE_CONFIG_H  -o cccp cccp.o cexp.o intl.o prefix.o version.o  mbchar.o obstack.o alloca.o       ../libiberty/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   L$3941 (data)
   L$2453 (data)
...
/usr/ccs/bin/ld: Target of conditional branch is out of range
   Reference from:  cccp.o(0x1dc4)
/usr/ccs/bin/ld: Target of conditional branch is out of range
   Reference from:  cccp.o(0x704)
...
/usr/ccs/bin/ld: Invalid fixups exist
collect2: ld returned 1 exit status
make[2]: *** [cccp] Error 1
make[2]: Leaving directory `/xxx/gnu/gcc-2.96/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/xxx/gnu/gcc-2.96/objdir/gcc'
make: *** [bootstrap] Error 2



-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]