From owner-freebsd-embedded@FreeBSD.ORG Thu May 10 02:50:50 2007 Return-Path: X-Original-To: freebsd-embedded@freebsd.org Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5131B16A400; Thu, 10 May 2007 02:50:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 10D6D13C44C; Thu, 10 May 2007 02:50:49 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l4A2nqWL065161; Wed, 9 May 2007 20:49:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 09 May 2007 20:49:57 -0600 (MDT) Message-Id: <20070509.204957.-1337019341.imp@bsdimp.com> To: irfanzia@gmail.com From: "M. Warner Losh" In-Reply-To: <7b353d790705091911i64b4ae07icf7032fcb81b8c7a@mail.gmail.com> References: <460D96D0.8010700@univ.kiev.ua> <7b353d790705091911i64b4ae07icf7032fcb81b8c7a@mail.gmail.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 09 May 2007 20:49:53 -0600 (MDT) Cc: gonzo@univ.kiev.ua, freebsd-embedded@freebsd.org, freebsd-mips@freebsd.org Subject: Re: FreeBSD/MIPS project status update X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 02:50:50 -0000 In message: <7b353d790705091911i64b4ae07icf7032fcb81b8c7a@mail.gmail.com> "Irfan Zia" writes: : Hi Gonzo, all : : I plan to work on a FreeBSD R7K Mips port in Big-endian mode. The : other catch is that I want to do my development on Linux. I have : looked at the makefiles and am fairly confident that they can be : worked out with pmake on Linux (Fedora). Cool! : My real problem is how do I force the built objects/binaries into : a Big-Endian UFS file-system. I don't have a BE machine. Is it : possible, to somehow use files/dirs built on a an LE system to be : bundled into a BE UFS filesystem ? Any tools/hints. Consider /usr/ports/sysutils/makefs. It can make a UFS image, and you can specify endianness, I believe. Warner