ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling DDD 3.3.7 on HP-UX 11.0


From: Andrew Gaylard
Subject: Re: Compiling DDD 3.3.7 on HP-UX 11.0
Date: Wed, 22 Oct 2003 20:07:41 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Tom Wurgler wrote:
Hello,

I am using gcc-3.2.3 (and have tried 3.3.1 as well) and ddd will not compile
properly on this HP J6000 running HP-UX 11.0.

I am using GNU make 3.79.1 and GNU sed version 4.0.7.

Appreciate any help.

Thanks

Tom

===========================================================================
Here is the configure and compile:

[snip]

source='SourceView.C' object='SourceView.o' libtool=no \
depfile='.deps/SourceView.Po' tmpdepfile='.deps/SourceView.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG -O2 -g -W -Wall -trigraphs  
-c -o SourceView.o `test -f 'SourceView.C' || echo './'`SourceView.C
cc1plus: warning: -g is only supported when using GAS on this processor,
cc1plus: warning: -g option disabled
/var/tmp//ccWCBFcc.s: Assembler messages:
/var/tmp//ccWCBFcc.s:2027: Error: Field out of range [-262144..262143] (294704).
/var/tmp//ccWCBFcc.s:2033: Error: Field out of range [-262144..262143] (294688).
/var/tmp//ccWCBFcc.s:2052: Error: Field out of range [-262144..262143] (294632).
/var/tmp//ccWCBFcc.s:2058: Error: Field out of range [-262144..262143] (294616).
/var/tmp//ccWCBFcc.s:6987: Error: Field out of range [-262144..262143] (279744).
/var/tmp//ccWCBFcc.s:7034: Error: Field out of range [-262144..262143] (279576).
/var/tmp//ccWCBFcc.s:10068: Error: Field out of range [-262144..262143] 
(270592).
/var/tmp//ccWCBFcc.s:10264: Error: Field out of range [-262144..262143] 
(262972).
/var/tmp//ccWCBFcc.s:10398: Error: Field out of range [-262144..262143] 
(269520).
/var/tmp//ccWCBFcc.s:11087: Error: Field out of range [-262144..262143] 
(267452).
/var/tmp//ccWCBFcc.s:11245: Error: Field out of range [-262144..262143] 
(266452).
/var/tmp//ccWCBFcc.s:11307: Error: Field out of range [-262144..262143] 
(266480).
/var/tmp//ccWCBFcc.s:11536: Error: Field out of range [-262144..262143] 
(266000).
/var/tmp//ccWCBFcc.s:11717: Error: Field out of range [-262144..262143] 
(265648).
/var/tmp//ccWCBFcc.s:11757: Error: Field out of range [-262144..262143] 
(265500).
/var/tmp//ccWCBFcc.s:11901: Error: Field out of range [-262144..262143] 
(265104).
/var/tmp//ccWCBFcc.s:11975: Error: Field out of range [-262144..262143] 
(264844).
make[2]: *** [SourceView.o] Error 1
make[2]: Leaving directory `/u/rdsnfs5/t901353/src/ddd-3.3.7/ddd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/u/rdsnfs5/t901353/src/ddd-3.3.7/ddd'
make: *** [all-recursive] Error 1
[ddd-3.3.7]rds294[34]%

Hi Tom,

This is an assembler error.  Basically, g++ is producing code that
HP's as can't assemble.  You can try 2 things:

1. Get the most recent HP patch bundle; there might be a fix.
2. Install GNU binutils, rebuild g++, and retry.

If option 2 gives similar errors, I suggest contacting the
gcc mailing list and asking for help.  This file compiles OK
on Intel, Alpha, and PA-RISC (with HPUX-10.20), so I suspect
either HP's as or g++ isn't playing ball here.

Oh... if you choose option 2, then you might as well try gcc-3.3.2
which was released recently.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]