This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
bootstrap build Error - rlim
- From: "Joseph D. Lien" <jdlien at fullspec dot ca>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 25 Jun 2003 12:02:09 -0600
- Subject: bootstrap build Error - rlim
- Organization: Full Spectrum Design
Hello:
I'm wondering if anyone can help me with this problem.
I've got an old system with kernel 2.2.17 that needs an upgrade, so I make
a new kernel 2.4.21 for it. I upgraded modutils, and not much else, and
things weren't working smoothly, so I thought that I should update gcc.
when I ran "make bootstrap" it failed with the following:
../../gcc/except.c:2323: warning: integer constant is unsigned in ANSI C,
signed with -traditional
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -
DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -
I../../gcc/../include ../../gcc/explow.c -o explow.o
*--snip*
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -
DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -
I../../gcc/../include genrtl.c -o genrtl.o
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -
DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -
I../../gcc/../include ../../gcc/ggc-common.c -o ggc-common.o
../../gcc/ggc-common.c: In function `ggc_rlimit_bound':
../../gcc/ggc-common.c:294: storage size of `rlim' isn't known
../../gcc/ggc-common.c:294: warning: unused variable `rlim'
make[2]: *** [ggc-common.o] Error 1
make[2]: Leaving directory `/usr/src/gcc-3.3/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/src/gcc-3.3/objdir/gcc'
make: *** [bootstrap] Error 2
I presume that there's a dependancy that might need to be upgraded or
something, but it's not real obvious to me. Any ideas?
Thanks,
J.D. Lien