From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 857E1C74A5B for ; Wed, 29 Mar 2023 17:56:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229635AbjC2R4s (ORCPT ); Wed, 29 Mar 2023 13:56:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50380 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbjC2R4q (ORCPT ); Wed, 29 Mar 2023 13:56:46 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77F16DF for ; Wed, 29 Mar 2023 10:56:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680112605; x=1711648605; h=date:from:to:cc:subject:message-id:mime-version; bh=Pp/Qh95knNkBXt8Xc7q+8K6Ouqiay7lo9hsjnRe8M6Y=; b=ncGsknBpxj5VJjcpPvGX6CUMHfnBR4wGAY6txSJBV0aG6SFEIrhUVffw cHid0nLevG+VjLwWFDGGzCqHu+vcEgR46NhnM68Am+EpPqjYOrgHf4mom iPUV6JX3e73R3H64Xa8/C/yeXmxtyQbPSLuyecSH+IXIDjvmQ1U/neWYT AQtizXajYL+Yux0coTzSxm9kznaCTOf/+sEvtc04fSFUB601l2QHSDm3q 9qneQ/p8MK7RnXGbcNxoZkGHwcSKtKwUccCqm7hctU1DfLsishRofJDHh pyzt9FDAzrZaxPwhTVBjFbJf3f1ruSL2p+xLvvEIe2PHP4tAdbtSbdDfr w==; X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="405905035" X-IronPort-AV: E=Sophos;i="5.98,301,1673942400"; d="scan'208";a="405905035" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2023 10:55:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="930419424" X-IronPort-AV: E=Sophos;i="5.98,301,1673942400"; d="scan'208";a="930419424" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga006.fm.intel.com with ESMTP; 29 Mar 2023 10:55:10 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pha0m-000Jmg-1k; Wed, 29 Mar 2023 17:55:04 +0000 Date: Thu, 30 Mar 2023 01:54:57 +0800 From: kernel test robot To: Arnd Bergmann Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format Message-ID: <202303300146.J8Lk7uAS-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: fcd476ea6a888ef6e6627f4c21a2ea8cca3e9312 commit: 5d6f52671e76ca2d55d74e676ac4c38ceb14a2d3 ARM: rework endianess selection date: 12 months ago config: arm-randconfig-r023-20230329 (https://download.01.org/0day-ci/archive/20230330/202303300146.J8Lk7uAS-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5d6f52671e76ca2d55d74e676ac4c38ceb14a2d3 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 5d6f52671e76ca2d55d74e676ac4c38ceb14a2d3 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303300146.J8Lk7uAS-lkp@intel.com/ All errors (new ones prefixed by >>): >> arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format arm-linux-gnueabi-ld: failed to merge target specific data of file .btf.vmlinux.bin.o -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests