[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

1365.0. "kernel link help with ase v1.3 build (ptliteos.bl2 kernel)" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Fri Mar 24 1995 14:07

Date Of Receipt: 	24-MAR-1995 13:55:38.07
From: 	SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE  24-Mar-1995 1353"
To: 	buildhelp@DEC:.zko.flume, duane@DEC:.zko.flume
CC: 	piyanai@DEC:.zko.flume, ase_dev@DEC:.zko.flume
Subj: 	kernel link help with ase v1.3 build (ptliteos.bl2 kernel)

Kernel build folks, there's a build problem in the ase13os build, which
is based on the ptliteos.bl2 src's & tools.  The build logfile
ase13os/Logs/kernel.bld.log contains the following error:

Can anyone offer any help/suggestions?  thanks...		-josh



loading vmunix.sys
/usr/sde/osf1/build/ase12os.bl4/tools/alpha_OSF1/alpha/acc/ld:
volspec.o: branch relocation out-of-range, bad object file produced,
    can't branch from 0xfffffc000070791c to 0xfffffc00002f048c
Relinking GENERIC with trampoline code
/usr/sde/osf1/build/ase12os.bl4/tools/alpha_OSF1/alpha/acc/ld:
Object file format error in: otto_platform.o: bad relocation entry (r_vaddr)
*** Exit 1 (ignored)
chmod 755 a.out
chmod: a.out: No such file or directory
*** Exit 4
`vmunix' not remade because of errors


T.RTitleUserPersonal
Name
DateLines
1365.1Re: kernel link help with ase v1.3 build (ptliteos.bl2 kernel)AOSG::FILTERAutomatic Posting Software - mail to flume::puckFri Mar 24 1995 15:0836
Date Of Receipt: 	24-MAR-1995 14:05:40.15
From: 	SMURF::ALPHA::duane "Andrew Duane USG/PE"
To: 	[email protected] (Joshua M. Friedman OSF/UNIX SDE 381-1548)
CC: 	piyanai@DEC:.zko.alpha (Piyanai Saowarattitada), ase_dev@DEC:.zko.alpha,
	buildhelp@DEC:.zko.alpha, mjr@DEC:.zko.alpha (Michael Rickabaugh USG)
Subj: 	Re: kernel link help with ase v1.3 build (ptliteos.bl2 kernel)
Hairy green toads from Mars made Joshua M. Friedman, OSF/UNIX SDE 381-1548 say: 	

> 
> Kernel build folks, there's a build problem in the ase13os build, which
> is based on the ptliteos.bl2 src's & tools.  The build logfile
> ase13os/Logs/kernel.bld.log contains the following error:
> 
> Can anyone offer any help/suggestions?  thanks...		-josh
> 
> loading vmunix.sys
> /usr/sde/osf1/build/ase12os.bl4/tools/alpha_OSF1/alpha/acc/ld:
> volspec.o: branch relocation out-of-range, bad object file produced,
>     can't branch from 0xfffffc000070791c to 0xfffffc00002f048c
> Relinking GENERIC with trampoline code
> /usr/sde/osf1/build/ase12os.bl4/tools/alpha_OSF1/alpha/acc/ld:
> Object file format error in: otto_platform.o: bad relocation entry (r_vaddr)

This is a known problem with the GOLDMINOR linker. It has a bug
in handling the trampoline code. I believe that someone is
working on getting it CLD'd so a patch can be generated.

Until then, a fix is to snag a PLATINUM linker from somewhere.

-- 

Andrew L. Duane   DTN 381-1294		[email protected]
USG Kernel Scalability			alpha::duane
ZKO3-3/U14


1365.2Re: kernel link help with ase v1.3 build (ptliteos.bl2 kernel)AOSG::FILTERAutomatic Posting Software - mail to flume::puckFri Mar 24 1995 15:1413
Date Of Receipt: 	24-MAR-1995 14:49:50.72
From: 	SMURF::ALPHA::bstevens "Brian Stevens  24-Mar-1995 1447"
To: 	[email protected]
CC: 	[email protected]     (Joshua M. Friedman OSF/UNIX SDE 381-1548),
	piyanai@DEC:.zko.alpha (Piyanai     Saowarattitada),
	ase_dev@DEC:.zko.alpha, buildhelp@DEC:.zko.alpha,
	mjr@DEC:.zko.alpha (Michael Rickabaugh USG), bstevens@DEC:.zko.alpha
Subj: 	Re: kernel link help with ase v1.3 build (ptliteos.bl2 kernel)

An alternate fix is to remove some of the options from the GENERIC kernel
which will bring its size down so that it can link with the trampoline code.
You must not have to remove much if you just started seeing this.