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 |
Date Of Receipt: 19-APR-1994 12:14:22.28 From: WASTED::"[email protected]" To: wasted::odehelp CC: HAECK@DEC:.zko.wasted Subj: backing obj files How do you create a sandbox which uses the .o files from the backing tree? I have tried -obj l /, -obj b / and -obj c /. In all three cases when I then tried to do a build FLAMINGO_vmunix fro src/kernel, it complained that the obj area was missing. Debby
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
697.1 | Re: backing obj files | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Apr 19 1994 14:10 | 32 |
Date Of Receipt: 19-APR-1994 12:33:43.81 From: WASTED::"vandyck%[email protected]" To: haeck@dec:.mko.solvit (Debby Haeck) CC: wasted::odehelp, [email protected] Subj: Re: backing obj files | How do you create a sandbox which uses the .o files from the backing tree? | | I have tried -obj l /, -obj b / and -obj c /. In all three cases when I | then tried to do a build FLAMINGO_vmunix fro src/kernel, it complained that | the obj area was missing. | | Debby Seems like mksb should do that, according to the man page, however this will work: mksb in the normal way. workon and then: mkdir ../obj/alpha/kernel; cd ../obj/alpha/kernel If you have lots of space: mklinks -copy . If you have lots of time, but less space: mklinks . -Grant |