This is the mail archive of the gcc@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]

Can't build gcc for sparc64-linux: cgraph.c:150: warning: cast from pointer to integer of different size


Aurora SPARC Linux 1.0 (Ansel) Ultra1 single UltraSparc I (SpitFire) sun4u:

binutils 2.15.91 20040513 sparc64-linux	     (host built)
bison-1.35-1
dejagnu-1.4.2-10     (ftp://download.fedora.redhat.com/pub/fedora/linux/core/1)
expect-5.32.2-67
gcc 3.4.1 20040513 (prerelease) sparc64-linux	(host built)
glibc-2.2.5-44sparc1
glibc64-2.2.5-44sparc1
glibc-kernheaders-2.4-7.16sparc
kernel-2.4.26-0.1sparc     (ftp://ftp.j-son.org/pub/aurora/kernel-2.4.26)
tcl-8.3.3-67
zlib64-1.1.4-10sparc       (ftp://auroralinux.org/pub/aurora/scratch)

LAST_UPDATED: Wed May 19 19:15:16 UTC 2004

configure   sparc64-linux --prefix=/usr/local/gcc-binutils --enable-__cxa_atexit --enable-shared --enable-threads=posix --with-system-zlib --enable-clocale=gnu --with-gcc-version-trigger=/usr/local/src/trunk/gcc/gcc/version.c --enable-languages=c,c++,java,objc

stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc64-linux/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common   -DHAVE_CONFIG_H    -I. -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/. -I/usr/local/src/trunk/gcc/gcc/../include -I/usr/local/src/trunk/gcc/gcc/../libbanshee/libcompat -I/usr/local/src/trunk/gcc/gcc/../libbanshee -I/usr/local/src/trunk/gcc/gcc/../libbanshee/points-to  /usr/local/src/trunk/gcc/gcc/cgraph.c -o cgraph.o
/usr/local/src/trunk/gcc/gcc/cgraph.c: In function `eq_node':
/usr/local/src/trunk/gcc/gcc/cgraph.c:150: warning: cast from pointer to integer of different size
/usr/local/src/trunk/gcc/gcc/cgraph.c: In function `cgraph_node':
/usr/local/src/trunk/gcc/gcc/cgraph.c:185: warning: cast to pointer from integer of different size
/usr/local/src/trunk/gcc/gcc/cgraph.c: In function `cgraph_remove_node':
/usr/local/src/trunk/gcc/gcc/cgraph.c:330: warning: cast to pointer from integer of different size
/usr/local/src/trunk/gcc/gcc/cgraph.c: In function `eq_cgraph_varpool_node':
/usr/local/src/trunk/gcc/gcc/cgraph.c:544: warning: cast from pointer to integer of different size
/usr/local/src/trunk/gcc/gcc/cgraph.c: In function `cgraph_varpool_node':
/usr/local/src/trunk/gcc/gcc/cgraph.c:563: warning: cast to pointer from integer of different size
make[2]: *** [cgraph.o] Error 1
make[2]: Leaving directory `/usr/local/src/trunk/objdir/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/local/src/trunk/objdir/gcc'
make: *** [bootstrap-lean] Error 2


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