Re: arch/powerpc/kernel/head_32.S:1106: Error: missing operand

From: Paul Menzel
Date: Sat May 26 2018 - 14:27:34 EST


Dear Christophe,


Am 26.05.2018 um 18:02 schrieb christophe leroy:

Le 26/05/2018 Ã 06:35, Paul Menzel a ÃcritÂ:

Building the configuration created with `make tinyconfig` on the Power 8 system IBM S822LC with Ubuntu 18.04 fails with the error below.

```
$ git describe --dirty
v4.17-rc6-296-gbc2dbc5420e8
$ git log --oneline -1
bc2dbc5420e8 (HEAD -> master, origin/master, origin/HEAD) Merge branch 'akpm' (patches from Andrew)
$ make tinyconfig
$ make -j120
[â]
ÂÂ ASÂÂÂÂÂ arch/powerpc/kernel/head_32.o
arch/powerpc/kernel/head_32.S: Assembler messages:
arch/powerpc/kernel/head_32.S:1106: Error: missing operand

There was a similar problem in 2015, see http://linux-kernel.2935.n7.nabble.com/Missing-operand-for-tlbie-instruction-on-Power7-td1206917.html

Which version of binutils do you use ?

2.30-15ubuntu1 is installed.


Kind regards,

Paul