From owner-freebsd-current@FreeBSD.ORG Tue Dec 20 10:50:23 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDF2C106566C for ; Tue, 20 Dec 2011 10:50:23 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9DEB38FC0C for ; Tue, 20 Dec 2011 10:50:23 +0000 (UTC) Received: by qabg14 with SMTP id g14so4724918qab.13 for ; Tue, 20 Dec 2011 02:50:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=yJlXDoOx4xHn4XHUBnvVQ6qwX1UyBLYIjFj2YUCh+jo=; b=s0aG3xyriHmBqVXcP82WndF7OdTMRcF8qjUQyeXwR88Q3YH01DEWKxL8i8s12k8ZfN 4xSK5Bf0zc6/M1UJu4PdBQw2ojmxQfduFQjSUMy9H0mJmHhBB9MVH9WdBpHxss+1AmcS qZSxxQY7QEnomTD+XJLlPzuY1t06vr5H3sshE= Received: by 10.224.107.200 with SMTP id c8mr1562935qap.18.1324376363438; Tue, 20 Dec 2011 02:19:23 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.229.83.148 with HTTP; Tue, 20 Dec 2011 02:19:02 -0800 (PST) In-Reply-To: <20111219224545.GA22631@onelab2.iet.unipi.it> References: <20111219224545.GA22631@onelab2.iet.unipi.it> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Tue, 20 Dec 2011 11:19:02 +0100 X-Google-Sender-Auth: -F3CAAv8-Ea17X42GsuOUOM7c8o Message-ID: To: Luigi Rizzo Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org Subject: Re: cross-arch building picobsd/nanobsd images ? 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: Tue, 20 Dec 2011 10:50:23 -0000 On Mon, Dec 19, 2011 at 11:45 PM, Luigi Rizzo wrote: > > On a related topic, does anyone have experience on cross-building > nanobsd images ? Hi Luigi, I using "little" cross-building nanobsd images (i386 on amd64 and vice versa). All my patchs for nanobsd are available on BSD Router Project (http://bsdrp.net) including a patch for compiling ports from nanobsd too. Right now I'm working on adding cross-build mips (RouterStation Pro) nanobsd patch but without the "compiling ports" feature, because I can only cross-compile word/kernel and I didn't know how to cross-compile ports. Regards, Olivier