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]

bug_report


Hi,

I wish to upgrade gcc2.95.3 to gcc3.2.2

I configured the new version with the standard options ( ./configure --prefix=/home/ramya/local_3.2.2 )

# Compiler information:
g++ -v

/home/ramya/local_3.2.2/bin/g++ -v
Reading specs from /home/ramya/local_3.2.2/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/specs
Configured with: ./configure --prefix=/home/ramya/local_3.2.2
Thread model: posix
gcc version 3.2.2


# System information:
uname -a

Linux linux3 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown

# the complete command line that triggers the bug;
# the compiler output (error messages, warnings, etc.);

/home/ramya/local_3.2.2//bin/g++ -save-temps -fno-exceptions -fno-rtti -fcheck-new -Wno-d
eprecated -D__PSOS_CXX_H=1 -D_LITTLE_ENDIAN=1 -O0 -Wall -g -DPSOSUN -I/cm4/fsn/krnl/RTEMS
/pSOSapi/export -DCOMPILER_GNU= -DHOST_ARCH_LINUX -DTARG_ARCH_HOST= -DTARG_ARCH_HOST= -DT
ARG_OS_RTEMS= -DTARG_OS_VERSION= -DBOARD_gant_c -I/cm4/fsn/include -I/cm4/fsn/include/gan
t-c -I/cm4/fsn/krnl/types/export -Dfar= -Dnear= -DASAM_XD_FEATURE -I/cm4/fsn/app/asam/com
mon/idl/ -I/cm4/fsn/app/asam/eqptDomain/common/idl -I/cm4/fsn/app/asam/eqptDomain/eqptCtr
l/chain/idl -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/common/idl -I/cm4/fsn/app/asam/eqptDo
main/eqptCtrl/system/idl -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/chain/centre -I/cm4/fsn/
app/asam/eqptDomain/eqptCtrl/common/centre -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/common
/export -I/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/centre -o /cm4/objects/gant-c/ghos
tr/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.o -c /c
m4/fsn/app/asam/eqptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.cpp
/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.cpp:83: 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.
*** Error code 1
clearmake: Error: Build script failed for "/cm4/objects/gant-c/ghostr/cm4/fsn/app/asam/eq
ptDomain/eqptCtrl/system/staticInit/StaticInit_EqptCtrlSyCe.o"


clearmake[1]: Leaving directory `/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system'
*** Error code 1
clearmake: Error: Build script failed for "/cm4/fsn/app/asam/eqptDomain/eqptCtrl/system/e
qptCtrlSystem.obj"


Can you please tell me what could be the reason for the crash or is there any workaround for the same.

Thanks.
Ramya.


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