| Date Of Receipt: 11-APR-1995 14:06:44.15
From: SMURF::WASTED::"[email protected]" "11-Apr-1995 1405"
To: [email protected]
CC: [email protected]
Subj: Forwarding help request
------- Forwarded Message
Return-Path: craig
Delivery-Date: Tue, 11 Apr 95 14:03:21 -0400
Return-Path: craig
Received: by wasted.zk3.dec.com; (5.65 EXP 2/22/95 for
V3.2/1.1.8.2/18Feb95-1123AM)
id AA18950; Tue, 11 Apr 1995 14:03:17 -0400
Date: Tue, 11 Apr 1995 14:03:17 -0400
From: Craig Peterson USG <craig>
Message-Id: <[email protected]>
To: [email protected]
Cc: [email protected]
In-Reply-To: "Grant Van Dyck"'s message of Tue, 11 Apr 95 13:53:40 -0400
<[email protected]>
Subject: HELP! Trying to compile with -g
That doesn't seem to do it either. The compiler is coming up with a
- -O0 optimization level rather than the -g that I desire.
This sandbox is backed by a gold pool.
Any other suggestions? Need any more info?
Thanks!
Craig.
+ build OPT_LEVEL=-g BINARY_ MAKE_ARGS=pq.o
relative path: ./kernel.
cd ../../obj/alpha/kernel
cd BINARY && make -cF pq.o KCC=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alph
a/acc/cc LD=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ld CPP=cpp
AWK=awk AR=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar
RANLIB='/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar ts' SHELL=sh
SED=sed SORT=sort ECHO=echo KSH=ksh EGREP=egrep GREP=grep LINT=lint
CONFIG=BINARY
/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/cc -c -O0
-DLANGUAGE_C -G 4 -I -I. -I.. -I../include -DIDENT=BINARY -DDEC2100_A500
-DDEC2100_A50 -DDEC2000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7000 -DDEC4000
-DSWAPTYPE=1 -DRELEASE='"'9.0'"' -DVERSION='"'0'"' -DMACH -DOSF -DCOMPAT_43
-DUFS -DTRN -DKERNEL -D_KERNEL -D_BSD -signed -no_excpt -Wb,-static
-Wco,-nofloat -Olimit 1500 -D__alpha -Umips -UMIPS -DBINARY
../../../../src/kernel/io/dec/ws/pq.c
X-Mailer: exmh version 1.5.3 12/28/94
Cc: [email protected]
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Tue, 11 Apr 95 13:53:40 -0400
From: "Grant Van Dyck" <[email protected]>
Try:
build OPT_LEVEL="-g" BINARY_ MAKE_ARGS="pq.o"
-Grant
| I really need a quick answer as I'm off-site
| trying to debug a CLD.
|
| I'm trying to get a module to compile with the -g option. What
| am I doing wrong?
|
| + build BINARY_ OPT_LEVEL=-g MAKE_ARGS=pq.o
| relative path: ./kernel.
| cd ../../obj/alpha/kernel
| cd BINARY && make -cF pq.o KCC=/usr/sde/osf1/build/goldos/tools/alpha_OSF1
/al
pha
| /acc/cc LD=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ld
CPP=cpp
A
| WK=awk AR=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar
RANLIB='
/us
| r/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar ts' SHELL=sh
SED=sed
SO
| RT=sort ECHO=echo KSH=ksh EGREP=egrep GREP=grep LINT=lint
CONFIG=BINARY
|
| /usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/cc -c -O0
-DLANGUAGE
_C
| -G 4 -I -I. -I.. -I../include -DIDENT=BINARY -DDEC2100_A500
-DDEC2100_A50 -D
DEC
| 2000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7000 -DDEC4000 -DSWAPTYPE=1
-DRELEA
SE=
| NEL -D_BSD -signed -no_excpt -Wb,-static -Wco,-nofloat -Olimit 1500
-D__alph
a -
| Umips -UMIPS -DBINARY ../../../../src/kernel/io/dec/ws/pq.c
|
|
| Thanks!
|
| Craig.
|
------- End of Forwarded Message
-Grant
|