Build errors on mainline kernel

Andreas Schwab schwab at linux-m68k.org
Sun Aug 11 03:47:55 EST 2013


Sukadev Bhattiprolu <sukadev at linux.vnet.ibm.com> writes:

> Andreas Schwab [schwab at linux-m68k.org] wrote:
> | Sukadev Bhattiprolu <sukadev at linux.vnet.ibm.com> writes:
> | 
> | > {standard input}: Assembler messages:
> | > {standard input}:244: Error: junk at end of line: `1'
> | > make[2]: *** [arch/powerpc/platforms/85xx/smp.o] Error 1
> | > make[1]: *** [arch/powerpc/platforms/85xx/smp.o] Error 2
> | > make: *** [sub-make] Error 2
> | 
> | Run "make arch/powerpc/platforms/85xx/smp.s" to create the assembler
> | file.
>
> Ok. Here are few lines around 244, the whole file is below. I can't
> find the junk '1'. There is a '1' at EOL on 240 but that is also
> on several lines in the file.

The offending line is line 307 (due to the added comments at the start):

        mfcr 0,1         # tmp145, tmp146

This is a Power4 insn, but you are compiling for e500.

Andreas.

-- 
Andreas Schwab, schwab at linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


More information about the Linuxppc-dev mailing list