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 4A8F5C433EF for ; Mon, 29 Nov 2021 22:26:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbhK2W3X (ORCPT ); Mon, 29 Nov 2021 17:29:23 -0500 Received: from mga06.intel.com ([134.134.136.31]:25946 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231215AbhK2W3A (ORCPT ); Mon, 29 Nov 2021 17:29:00 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10183"; a="296896215" X-IronPort-AV: E=Sophos;i="5.87,273,1631602800"; d="scan'208";a="296896215" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2021 14:25:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,273,1631602800"; d="scan'208";a="476887613" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga002.jf.intel.com with ESMTP; 29 Nov 2021 14:25:22 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mrp5N-000CQb-JU; Mon, 29 Nov 2021 22:25:21 +0000 Date: Tue, 30 Nov 2021 06:24:51 +0800 From: kernel test robot To: Biju Das Cc: kbuild-all@lists.01.org, linux-hwmon@vger.kernel.org, Guenter Roeck Subject: [groeck-staging:watchdog-next 31/31] rzg2l_wdt.c:undefined reference to `__udivdi3' Message-ID: <202111300656.siGCggSo-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-next head: 3a5191bbb04b28007f074b18d0c4782c0f99919c commit: 3a5191bbb04b28007f074b18d0c4782c0f99919c [31/31] watchdog: Add Watchdog Timer driver for RZ/G2L config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20211130/202111300656.siGCggSo-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 11.2.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/groeck/linux-staging.git/commit/?id=3a5191bbb04b28007f074b18d0c4782c0f99919c git remote add groeck-staging https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git git fetch --no-tags groeck-staging watchdog-next git checkout 3a5191bbb04b28007f074b18d0c4782c0f99919c # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): m68k-linux-ld: drivers/watchdog/rzg2l_wdt.o: in function `rzg2l_wdt_probe': >> rzg2l_wdt.c:(.text+0x296): undefined reference to `__udivdi3' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org