From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Hudec Subject: Re: buffer cache Date: Sun, 14 Sep 2003 12:03:51 +0200 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20030914100351.GG31719@vagabond> References: <20030913102721.GB31719@vagabond> <20030913172836.GE31719@vagabond> <1063531965.11431.28.camel@imladris.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cimice4.lam.cz ([212.71.168.94]:17098 "EHLO vagabond.light.src") by vger.kernel.org with ESMTP id S262200AbTINKD7 (ORCPT ); Sun, 14 Sep 2003 06:03:59 -0400 Received: from bulb by vagabond.light.src with local (Exim 3.36 #1 (Debian)) id 19yTjT-0004KB-00 for ; Sun, 14 Sep 2003 12:03:51 +0200 To: linux-fsdevel@vger.kernel.org Content-Disposition: inline In-Reply-To: <1063531965.11431.28.camel@imladris.demon.co.uk> List-Id: linux-fsdevel.vger.kernel.org On Sun, Sep 14, 2003 at 10:32:45 +0100, David Woodhouse wrote: > On Sat, 2003-09-13 at 19:28 +0200, Jan Hudec wrote: > > ... you are right. The error looks like he is trying to do something > > wrong (binary instead of relocable object). > > Probably as a result of hacking up his own broken makefiles instead of > make -C $KERNELDIR SUBDIRS=`pwd` modules Well, I wrote a module to compile off-tree. The correct command to link a module is: ld -r -o .o ------------------------------------------------------------------------------- Jan 'Bulb' Hudec