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]
Other format: [Raw text]

[Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC



------- Comment #6 from h dot m dot brand at xs4all dot nl  2006-03-01 15:01 -------
Continuing ...

.../obj-64/gcc > cat xx.c
int _not_called_but_just_to_force_ref ()
{
    __deregister_frame_info ();
    __register_frame_info ();
    return (0);
    } /* ... */
.../obj-64/gcc > stage1/xgcc -Bstage1/
-B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -c -o xx.o xx.c
.../obj-64/gcc > perl -pi -e'm/^BUILD_LDFLAGS=/ and s/$/ xx.o/' Makefile
.../obj-64/gcc >

makes it finish stage1 to here:

stage1/xgcc -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition
-Wmissing-format-attribute     -DHAVE_CONFIG_H  -o cpp gcc.o cppspec.o intl.o \
  prefix.o version.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a
./xgcc -B./ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -isystem
/usr/local/pa20_64/hppa64-hp-hpux11.11/include -isystem
/usr/local/pa20_64/hppa64-hp-hpux11.11/sys-include
-L/pro/3gl/GNU/gcc/obj-64/gcc/../ld -dumpspecs > tmp-specs
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '__deregister_frame_info' in
load module './xgcc'.
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '__register_frame_info' in
load module './xgcc'.

changing $(LDFLAGS) to $(BUILD_LDFLAGS) for all targets brings me safely to
stage2.
There I have to compile xx.c again, because the cleanup removed xx.o

.../obj-64/gcc > stage2/xgcc -Bstage2/
-B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -c -o xx.o xx.c

If I now get to the end, I'll install it and try without binutils' as


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508


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