This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
1252-191 Only .llong should be used for relocatable
- From: "Harold Lloyd" <Harold dot Lloyd at noaa dot gov>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 28 May 2004 16:13:40 -0400
- Subject: 1252-191 Only .llong should be used for relocatable
My environment
CC='/usrx/local/gcc.3.3.2/usr/local/bin/gcc -maix64 -mminimal-toc'
CXXFLAGS='-g -O2'
PATH=/usrx/local/make.3.80/bin:/usrx/local/gcc.3.3.2/usr/local/bin:/usr/bin:/etc
:/usr/sbin:/usr/ucb:/home/wx15hl/bin:/usr/bin/X11:/sbin:.
PWD=/usrx/local/gcc-3.3.3.objdir
INCLUDEPATH=/usrx/local/gcc.3.3.2/usr/local/include
LIBPATH=/usrx/local/gcc.3.3.2/usr/local/lib
...........
What needs to be done to get past the following.
make[3]: Entering directory `/usrx/local/gcc-3.3.3.objdir/gcc'
for d in libgcc pthread libgcc/pthread ppc64 libgcc/ppc64 pthread/ppc64 libgcc/p
thread/ppc64; do \
if [ -d $d ]; then true; else /bin/sh /usrx/local/gcc-3.3.3/gcc/mkinstalldirs
$d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/usrx/local/gcc.3.3.3/powerpc-ibm-aix5.2.0.0/bin/ -isystem /usrx/l
ocal/gcc.3.3.3/powerpc-ibm-aix5.2.0.0/include -isystem /usrx/local/gcc.3.3.3/pow
erpc-ibm-aix5.2.0.0/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstri
ct-prototypes -Wmissing-prototypes -isystem ./include -g -DHAVE_GTHR_DEFAULT -
DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/usrx/local/gcc-3.3.3/gcc -I/usr
x/local/gcc-3.3.3/gcc/. -I/usrx/local/gcc-3.3.3/gcc/config -I/usrx/local/gcc-3.3
.3/gcc/../include -DL_muldi3 -c /usrx/local/gcc-3.3.3/gcc/libgcc2.c -o libgcc/.
/_muldi3.o
Assembler:
/tmp//ccVgn7da.s: line 68: 1252-191 Only .llong should be used for relocatable e
xpressions.
/tmp//ccVgn7da.s: line 284: 1252-191 Only .llong should be used for relocatable
expressions.
/tmp//ccVgn7da.s: line 444: 1252-191 Only .llong should be used for relocatable
expressions.
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/usrx/local/gcc-3.3.3.objdir/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/usrx/local/gcc-3.3.3.objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usrx/local/gcc-3.3.3.objdir/gcc'
make: *** [bootstrap4] Error 2
# ls -R