On Wed, Dec 12, 2001 at 10:53:49PM +0000, Ian Chilton wrote: > Hello, > > Trying to compile a native kernel (2.2.20 from cvs on vger) on an Ultra > 1 running Debian sid. > > First got sparc64-linux-gcc not found, so I did apt-get install egcs64 > as mentioned in the ultralinux faq. > > Then got sparc64-linux-ld / as not found so I did: > > cd /usr/bin > ln -s as sparc64-linux-as > ln -s ld sparc64-linux-ld
Incorrect fix. Edit arch/sparc64/Makefile and find the NEW_GAS line, and change --version to -V. Remove those symlinks too. Ben -- .----------=======-=-======-=========-----------=====------------=-=-----. / Ben Collins -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

