[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

650.0. "To: buildhelp , how to build with previous compiler?" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Mar 18 1994 14:48

Date Of Receipt: 	18-MAR-1994 13:48:29.70
From: 	WASTED::stuarth "Stuart Hollander OSG"
To: 	buildhelp@wasted:zko.dec
	buildhelp
CC: 	
Subj: 	To:'buildhelp', how to build with previous compiler?

How would I set up my sandbox to use a previous compiler
instead of the compiler from goldos.nightly?


T.RTitleUserPersonal
Name
DateLines
650.1Re: To: buildhelp , how to build with previous compiler?SMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Mar 21 1994 10:1932
Date Of Receipt: 	21-MAR-1994 10:16:31.31
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	Stuart Hollander OSG <[email protected]>
CC: 	[email protected]
Subj: 	Re: To:'buildhelp', how to build with previous compiler?
| To: 	buildhelp

| 
| How would I set up my sandbox to use a previous compiler
| instead of the compiler from goldos.nightly?
| 
| 

Have you got the 'previous compiler' locally? If so,
plug it in your sandbox, else you'd have to look in
a Baselevel tree prior to the current one that
had the compiler you wanted and plug it in instead, then
create a custom file in your sandbox's rc_files dir with the
following contents:

#
include ./local
replace setenv COFF_ACC_EXEC_PREFIX     "${tools_base}/acc/"
replace setenv COFF_GCC_EXEC_PREFIX     "${tools_base}/gcc/"
replace setenv COFF_MCC_EXEC_PREFIX     "${tools_base}/mcc/"
replace setenv COMP_HOST_ROOT           "${tools_base}/${cc_suite}"
replace setenv COMP_TARGET_ROOT         "${tools_base}/${cc_suite}"
replace setenv TARGET_EXEC_PREFIX       "${tools_base}/hostbin/"


	-Grant