1849155 Members
4966 Online
104041 Solutions
New Discussion

Re: HP Compile issue

 
Raj_11
New Member

HP Compile issue

Hi,

I am using HP OS version of:
HP-UX troi B.11.00 A 9000/782 2014240223 two-user license

and the aCC compiler for compiling my c++ files which is:
aCC: HP ANSI C++ B3910B A.03.15

and I get the following error while compiling my programs in optimized mode:

aCC -c -I.. -I/home/johndoe/mainline -I/usr/include/X11R6 -I/usr/include/Motif1.2 -I/opt/java1.2/include -I/opt/java1.2/include/hp-ux -DT_HP700_HPUX -DT_ENV_SRC -DT_OS_HPUX_11_00 -ext -AA +DAportable +Z +O3 -DT_OPTIMIZE_CODE test.cxx -o obj_shared_optimized/test.o
Signal 11
( 0) 0x0011638c sighandler__FiT1 + 0x14c [/opt/aCC/lbin/ctcom]
( 1) 0xc02033b0 _sigreturn [/usr/lib/libc.2]
( 2) 0x007ad820 add_with_closure + 0x30 [/opt/aCC/lbin/ctcom]
( 3) 0x005f8054 create_might_alias_id + 0xd4 [/opt/aCC/lbin/ctcom]
( 4) 0x005f810c get_might_alias_id + 0x6c [/opt/aCC/lbin/ctcom]
( 5) 0x005f8374 process_ta + 0x50 [/opt/aCC/lbin/ctcom]
( 6) 0x00559f70 eval_istr + 0x288 [/opt/aCC/lbin/ctcom]
( 7) 0x00541cd0 eval_driver + 0x9ac [/opt/aCC/lbin/ctcom]
( 8) 0x00539fec pass2_ucode + 0x41c [/opt/aCC/lbin/ctcom]
( 9) 0x00572680 cg_end + 0x778 [/opt/aCC/lbin/ctcom]
(10) 0x004da9bc U2_DOWN2_End_Routine_Definition__FUi14U2_SIMPLE_SPOS + 0x168 [/opt/aCC/lbin/ctcom]
(11) 0x003acdec Process_Routines__6OUTPUTFP12ST_LT_CBLOCKP25PHASE_TRANSFORMATION_LIST + 0x12c [/opt/aCC/lbin/ctcom]
(12) 0x003acf80 Process_Compilation_Unit__6OUTPUTFP3GCUP22ST_LT_COMPILATION_UNITP25PHASE_TRANSFO + 0x104 [/opt/aCC/lbin/ctcom]
(13) 0x003ad910 Process_Global_Comp_Unit__FP3GCUUiP15ST_LT_LINK_UNITUcP3MEMP9U2_VectorT4 + 0x28c [/opt/aCC/lbin/ctcom]
(14) 0x003adbe8 OUT_Driver__Fv + 0x214 [/opt/aCC/lbin/ctcom]
(15) 0x00363ed8 Optimize_Modules__Fv + 0x20 [/opt/aCC/lbin/ctcom]
(16) 0x00363fc0 HLO_OPT_Go__7HLO_OPTFv + 0x2c [/opt/aCC/lbin/ctcom]
(17) 0x0031b854 INP_End_Compilation__Fv + 0x80 [/opt/aCC/lbin/ctcom]
(18) 0x002e2c60 U2_UP_terminate__Fv + 0x144 [/opt/aCC/lbin/ctcom]
(19) 0x002d4064 be_terminate + 0x1c [/opt/aCC/lbin/ctcom]
(20) 0x002ab558 ucodeCodeGenTerm__Fv + 0x78 [/opt/aCC/lbin/ctcom]
(21) 0x00116b18 main + 0x5f0 [/opt/aCC/lbin/ctcom]
(22) 0xc014011c _start + 0xa8 [/usr/lib/libc.2]
(23) 0x00102be8 $START$ + 0x1a0 [/opt/aCC/lbin/ctcom]
Error (system problem) 689: # Compiler received signal 11
make: *** [obj_shared_optimized/tmsg.o] Error 3

I would greatly appreciate your help.


Thanks in advance,
Raj

2 REPLIES 2
Steven Gillard_2
Honored Contributor

Re: HP Compile issue

A.03.15 is an old version of the compiler, I suggest you try installing a later version off your application CD's.

aCC release information can be found here:

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1743,00.html#11

Regards,
Steve
G. Vrijhoeven
Honored Contributor

Re: HP Compile issue