Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752924AbcDRPw7 (ORCPT ); Mon, 18 Apr 2016 11:52:59 -0400 Received: from mail-ig0-f174.google.com ([209.85.213.174]:35505 "EHLO mail-ig0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751920AbcDRPw6 (ORCPT ); Mon, 18 Apr 2016 11:52:58 -0400 MIME-Version: 1.0 In-Reply-To: <201604182329.IPfs4joE%fengguang.wu@intel.com> References: <201604182329.IPfs4joE%fengguang.wu@intel.com> Date: Mon, 18 Apr 2016 18:52:57 +0300 Message-ID: Subject: Re: arch/xtensa/include/asm/processor.h:227: Error: unknown opcode or format name 'wer' From: Max Filippov To: kbuild test robot Cc: Piet Delaney , kbuild-all@01.org, LKML , Chris Zankel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1330 Lines: 33 Hi Fengguang, On Mon, Apr 18, 2016 at 6:29 PM, kbuild test robot wrote: > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: c3b46c73264b03000d1e18b22f5caf63332547c9 > commit: 2c684d892bb2ee31cc48f4a8b91e86a0f15e82f9 xtensa: add Three Core HiFi-2 MX Variant. > date: 5 weeks ago > config: xtensa-smp_lx200_defconfig (attached as .config) > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 2c684d892bb2ee31cc48f4a8b91e86a0f15e82f9 > # save the attached .config to linux build tree > make.cross ARCH=xtensa > > All errors (new ones prefixed by >>): > > arch/xtensa/include/asm/processor.h: Assembler messages: >>> arch/xtensa/include/asm/processor.h:227: Error: unknown opcode or format name 'wer' >>> arch/xtensa/include/asm/processor.h:227: Error: unknown opcode or format name 'wer' >>> arch/xtensa/include/asm/processor.h:227: Error: unknown opcode or format name 'wer' As I said before these are not errors in the linux code, that's a result of using a compiler not configured for this specific xtensa core. How can I help to fix it? -- Thanks. -- Max