From owner-freebsd-current@FreeBSD.ORG Wed Jul 5 16:50:56 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC0A16A4E2 for ; Wed, 5 Jul 2006 16:50:56 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C1F43D58 for ; Wed, 5 Jul 2006 16:50:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k65GobUX013965; Wed, 5 Jul 2006 10:50:43 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44ABEDD5.80701@samsco.org> Date: Wed, 05 Jul 2006 10:50:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Leubner, Achim" References: In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: freebsd-current@freebsd.org Subject: Re: Driver compilation for amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:50:56 -0000 Leubner, Achim wrote: > Is it possible to cross-compile a driver on an i386 platform for amd64, > and if possible, how should I do that? > > Any help is greatly appreciated. > > > > Regards, > > Achim Leubner > > > Are you doing this for development or for binary packaging? It's possible to create a cross-built development environment, but doing a cross build of just a kernel module is tricky. Scott