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]

Error in building gcc!!



 We are constructing data dependency graph for modulo scheduling of 
innermost loops. For using the functions in dependence.c for calculating 
the distance and direction vectors we made the changes as given in the 
patch-
http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00117.html
  but after doing  make following error is coming-


./../../libjava/jni.cc: In function `void mangled_name(java::lang::Class*, 
   _Jv_Utf8Const*, _Jv_Utf8Const*, char*, int*)':
./../../libjava/jni.cc:1659: Internal error: Segmentation fault
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]: *** [jni.lo] Error 1
make[2]: Leaving directory 
`/home/deepakbn/gcc-3.0/objdir3/ia64-unknown-linux/libjava'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/deepakbn/gcc-3.0/objdir3/ia64-unknown-linux/libjava'
make: *** [all-target-libjava] Error 2

 What coulld be the possible reason for this error and what can be the 
solution for this?



regards,
Ritu.



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