|
|
Heads up: ctfmerge errors with the latest compiler bits
Date: Wed, 26 Jul 2006 22:55:26 +0100
From: Pete Dennis <peter.dennis at sun dot com>
To: on-all at sun dot com, onnv-gate at onnv dot eng dot sun dot com
Subject: Heads up: ctfmerge errors with the latest compiler bits
If you are using the compiler wrapper (cw version 1.18[*]) and have not
brought over my putback of
6311077 Enabling ON compilation with Sun Studio 11 (Venus)
you are liable to receive ctf tool error messages during your build, for
example:
ERROR: ctfmerge: ../../sun4u/genunix/debug64/genunix: Reference
to invalid type 36667
To fix, either bringover the putback or set the SPRO_VROOT enviroment
variable to point at the SunStudio 10 compiler, and continue to use
that until you are ready to bringover the above change.
For example,
export SPRO_VROOT=/ws/onnv-tools/SUNWspro/SOS10
This variable can be set in the nightly env file if you use one.
Apologies for any pain this has caused,
Pete
[*] to find the verssion of the compiler wrapper run
<path to tools>/bin/`uname -p`/cw -_versions
|