From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjb Subject: compile problem Date: Mon, 26 May 2003 09:44:50 +0000 Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Message-ID: <3ED1E212.30108@ottaky.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-acpi@vger.kernel.org Apologies for this not being a strictly ACPI problem. I'm trying to compile an ACPI enabled kernel for my Vaio. I've tried numerous combinations of kernel sources and patches as per the pointers from members of this list. However, I always get this error during "make modules_install" Not being a seasoned kernel builder, I really don't know what's wrong and I was wondering if anybody here can tell me what's up. TIA sjb cd /lib/modules/2.4.20; \ mkdir -p pcmcia; \ find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.20; fi depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/mtd/maps/sc520cdp.o depmod: mtd_concat_create_R606fc87b depmod: mtd_concat_destroy_R9c645004 depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/net/wan/comx.o depmod: proc_get_inode ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge