Subject: new kernel building problem: strip -d
To: None <port-sparc@netbsd.org>
From: Erik E. Fair <fair@clock.org>
List: port-sparc
Date: 12/30/1998 11:57:58
root@atomic 210} make
making sure the compat library is up to date...
`libcompat.a' is up to date.
making sure the kern library is up to date...
`libkern.o' is up to date.
sh /usr/src/sys/conf/newvers.sh
cc -g -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-main
-mno-fpu -I. -I/usr/src/sys/arch -I/usr/src/sys -nostdinc -DSUN4M
-DDIAGNOSTIC -DDEBUG -DMAXUSERS=32 -D_KERNEL  -c vers.c
ld -N -p -Ttext F0004000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
text    data    bss     dec     hex     filename
1712128 100112  211616  2023856 1ee1b0  netbsd
cp netbsd netbsd.gdb
strip -d netbsd
strip: invalid option -- d
Usage: strip [-vVsSpgxX] [-I bfdname] [-O bfdname] [-F bfdname] [-R section]
       [--input-target=bfdname] [--output-target=bfdname] [--target=bfdname]
       [--strip-all] [--strip-debug] [--strip-unneeded] [--discard-all]
       [--discard-locals] [--keep-symbol symbol] [-K symbol]
       [--strip-symbol symbol] [-N symbol] [--remove-section=section]
       [-o file] [--preserve-dates] [--verbose] [--version] [--help] file...
strip: supported targets: a.out-sparc-netbsd a.out-sunos-big elf32-sparc
srec symbolsrec tekhex binary ihex netbsd-core
*** Error code 1

Stop.