On Wed, Oct 24, 2001 at 05:06:17PM +0200, Hakan Kuecuekyilmaz wrote: > Hello, > > After patching 2.4.12 to ac-6 i get following error: > > sparc64-linux-gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict- > prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno- > common -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow -ffixed-g4 -fcall- > used-g5 -fcall-used-g7 -Wno-sign-compare -Wa,--undeclared-regs -c -o dma.o > dma.c > sparc64-linux-gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict- > prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno- > common -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow -ffixed-g4 -fcall- > used-g5 -fcall-used-g7 -Wno-sign-compare -Wa,--undeclared-regs - > DEXPORT_SYMTAB -c ksyms.c > rm -f kernel.o > sparc64-linux-ld -r -o kernel.o sched.o fork.o exec_domain.o panic.o > printk.o > module.o exit.o itimer.o info.o time.o softirq.o resource.o sysctl.o acct.o > capability.o ptrace.o timer.o user.o signal.o sys.o kmod.o context.o dma.o > ksyms.o > make[3]: sparc64-linux-ld: Command not found > make[3]: *** [kernel.o] Error 127 > make[3]: Leaving directory `/usr/src/linux/kernel'
Newer binutils changed the output of --version. If you edit arch/sparc64/Makefile, look for the NEW_GAS line, and change --version to -V, it will work again. Ben -- .----------=======-=-======-=========-----------=====------------=-=-----. / Ben Collins -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

