Why can’t I find the strip utility anywhere for qnx4.25. The one that strips the objects out of compiled files:
strip
Remove unnecessary information from executable files (POSIX)
Syntax:
strip [ -F bfdname ]
[ -I bfdname ]
[ -O bfdname ]
[ -s ] [ -S | -g ]
[ --strip-unneeded ]
[ -K symbolname ]
[ -N symbolname ]
[ -x ] [ -X ]
[ -R sectionname ]
[ -o file ] [ -p ]
[ -v ] [ -V ] [ --help ]
objfile…
Is this only a 6.xx utility? Are there any work arounds for QNX 4? I did find something called wstrip which seems to be part of WATCOM, this however doesn’t appear to be the same thing.
I’d appreciate any insight.
hobnob