From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shilimkar, Santosh" Subject: Re: Randconfig module build error with OMAP4_ERRATA_I688 Date: Thu, 1 Mar 2012 14:39:36 +0530 Message-ID: References: <20120229173719.GN18901@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from na3sys009aog126.obsmtp.com ([74.125.149.155]:34271 "EHLO na3sys009aog126.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758678Ab2CAJKC (ORCPT ); Thu, 1 Mar 2012 04:10:02 -0500 Received: by qafi29 with SMTP id i29so190966qaf.15 for ; Thu, 01 Mar 2012 01:09:57 -0800 (PST) In-Reply-To: <20120229173719.GN18901@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Wed, Feb 29, 2012 at 11:07 PM, Tony Lindgren wrote: > Hi Santosh, > > Looks like OMAP4_ERRATA_I688 still has one more issue: > Modules won't build at least with the attached randconfig > generated file. > > Can you please take a look at how to deal with it? > > Maybe omap_bus_sync should be an inline function with some > wrapper for the sleep44xx.S to call? > > I already posted a fix for the GPMC related error with the > same .config file. > This one builds for me against 'Linux 3.3-rc5, Ofocurse I got below error with the attached .config which I bypassed to see the Errata build failure. arch/arm/mach-omap2/built-in.o: In function `n8x0_mmc_callback': linux-2.6/arch/arm/mach-omap2/board-n8x0.c:374: undefined reference to `omap_mmc_notify_cover_event' make: *** [.tmp_vmlinux1] Error 1 I build this with below toolchain... $arm-none-linux-gnueabi-gcc --version arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2011.03-41) 4.5.2 Copyright (C) 2010 Free Software Foundation, Inc. Am I missing anything ? Regards Santosh