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]

Unable to compile gcc 3.0 or 3.1 for target 'pj' (picojava)


Hi,

This is what I got when trying to compile gcc 3.1 20020109 (experimental)
downloaded from cvs, on x86 for target 'pj' (picojava) using gcc 2.96

>>>>>>>>>>>> DUMP

/home/shantanug/otherhome/picojava/picojava/gcc-cvs/gcc/xgcc -B/home/shantan
ug/otherhome/picojava/picojava/gcc-cvs/gcc/ -B/usr/local/pj/bin/ -B/usr/loca
l/pj/lib/ -isystem
/usr/local/pj/include -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -W
strict-prototypes -Wmissing-prototypes -isystem
./include  -I. -I. -I. -I./. -I./config -I./../include  -g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions  -Dinhibit_libc \
  -c ./crtstuff.c -DCRT_BEGIN -o crtbegin.o
crtstuff.c:162: section attributes are not supported for this target
crtstuff.c:175: section attributes are not supported for this target
crtstuff.c:429:2: #error "What are you doing with crtstuff.c, then?"
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory
`/mnt/hdd/home/shantanug/picojava/picojava/gcc-cvs/gcc'
make: *** [all-gcc] Error 2

<<<<<<<<<<<< DUMP Ends


-----

When using the gcc 3.0 distribution from ftp.gnu.org i got the following
error msg when compiling for target 'pj' (picojava)on x86 with gcc 2.96

>>>>>>>>>>>> DUMP

/home/shantanug/otherhome/picojava/picojava/gcc-3.0/gcc/xgcc -B/home/shantan
ug/o
therhome/picojava/picojava/gcc-3.0/gcc/ -B/usr/local/pj/bin/ -B/usr/local/pj
/lib
/ -isystem
/usr/local/pj/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwri
te-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
/include   -g1  -D
IN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./con
fig
-I./../include  -DL_muldi3 -c ./libgcc2.c -o libgcc/./_muldi3.o
libgcc2.c: In function `__muldi3':
libgcc2.c:368: Internal compiler error in dwarf2out_frame_debug_expr, at
dwarf2o
ut.c:1406
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory
`/mnt/hdd/home/shantanug/picojava/picojava/gcc-3.0/gc
c'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory
`/mnt/hdd/home/shantanug/picojava/picojava/gcc-3.0/gc
c'
make: *** [all-gcc] Error 2

<<<<<<<<<<<< DUMP Ends


regards,
Shantanu


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