From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754656AbcLNCj7 (ORCPT ); Tue, 13 Dec 2016 21:39:59 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33984 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751913AbcLNCj5 (ORCPT ); Tue, 13 Dec 2016 21:39:57 -0500 Date: Wed, 14 Dec 2016 10:31:39 +0900 From: Stafford Horne To: kbuild test robot Cc: Randy Dunlap , kbuild-all@01.org, linux-kernel@vger.kernel.org Subject: Re: undefined reference to `_text' Message-ID: <20161214013139.GC2650@lianli.shorne-pla.net> References: <201612140506.lku9rvix%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201612140506.lku9rvix%fengguang.wu@intel.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 14, 2016 at 05:00:22AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: b78b499a67c3f77aeb6cd0b54724bc38b141255d > commit: 7c7808ce107d63e158dbbc3af085980985a0c3c4 openrisc: prevent VGA console, fix builds > date: 31 hours ago > config: openrisc-alldefconfig (attached as .config) > compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1 > 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 7c7808ce107d63e158dbbc3af085980985a0c3c4 > # save the attached .config to linux build tree > make.cross ARCH=openrisc > > All errors (new ones prefixed by >>): > > .tmp_kallsyms1.o: In function `kallsyms_relative_base': > >> (.rodata+0x8a18): undefined reference to `_text' > I can reproduce this. Sorry about it never noticed before it seems specifically related to 'make alldefconfig' not happending with my config. Having a look. -Stafford