From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1CGNM3-0005Yu-8E for user-mode-linux-devel@lists.sourceforge.net; Sat, 09 Oct 2004 12:58:11 -0700 Received: from main.gmane.org ([80.91.229.2]) by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.41) id 1CGNLy-00027v-28 for user-mode-linux-devel@lists.sourceforge.net; Sat, 09 Oct 2004 12:58:11 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CGNLw-0004iU-00 for ; Sat, 09 Oct 2004 21:58:04 +0200 Received: from 209-6-22-202.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.22.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Oct 2004 21:58:04 +0200 Received: from lars by 209-6-22-202.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Oct 2004 21:58:04 +0200 From: Lars Kellogg-Stedman Message-ID: References: <200410091057.52832.u3205097@anu.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [uml-devel] Re: Missing exported symbols? Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Sat, 09 Oct 2004 15:58:01 -0400 To: user-mode-linux-devel@lists.sourceforge.net > I'm still using the 2.6.8 uml patch release, and I'm getting heaps of errors > complaining about unknown symbols. In particular: > WARNING: ../mnt/ lib/modules/2.6.8-1um/kernel/fs/cifs/cifs.ko needs unknown > symbol memmove Adding: #undef __HAVE_ARCH_MEMMOVE to include/asm-um/string.h (after the two #include statements) will force UML to use the memmove() defined in lib/string.c. I don't know if this is the right solution or not, but it appears to resolve the missing symbol problem. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel