From owner-freebsd-arm@FreeBSD.ORG Tue Jun 9 09:14:16 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FC93106564A for ; Tue, 9 Jun 2009 09:14:16 +0000 (UTC) (envelope-from putrycydestengier@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 331BA8FC08 for ; Tue, 9 Jun 2009 09:14:16 +0000 (UTC) (envelope-from putrycydestengier@gmail.com) Received: by ewy8 with SMTP id 8so4813020ewy.43 for ; Tue, 09 Jun 2009 02:14:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=JB2bLEUMMRdVLbd5trjbxniWDIs/mGUYdLPvvzSNJlA=; b=B5BM/zywEKltGSROukJeXsSkLeDhQTt1d/bhqhPDYKTCjjr3tHE+X4YTxQqLdSSmHK TMUY9Qy77Un+SCS04EcytNT191EvGd0Quh+iaco/ICEkUvA2XhVUesV3wfsnRRgA0u9/ wr6yRCnbU3CE3sMyo4DsWQE2AznpCbfE7qxUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qJhCIjmuhGiYIAhcduLT7NUr8mtH3HgGLvhxLoMijoLoi0PAmgoRulXsD+7K+kp2iA ZcX5XDsL+blkV96/IUHCI3VCR3XDtGu+W8k1aeHPgRFLPke9kUXE5iQP30KH3sBpLfKU CTSl8YkoAg3kUF6kg6ildgLPRT5ehAdtwSvFY= MIME-Version: 1.0 Received: by 10.216.71.83 with SMTP id q61mr2687830wed.14.1244537229661; Tue, 09 Jun 2009 01:47:09 -0700 (PDT) Date: Tue, 9 Jun 2009 10:47:09 +0200 Message-ID: From: Putrycy To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NANOBSD->ARM example ?! X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 09:14:16 -0000 Hi everyone, Id like to ask if you could possibly help me finding example of how to create small version of freebsd using nanobsd, using crosscompilation ? Im particullary interested in ARM architecture as a target.I know it can be done using nanobsd, but im not sure if simply setting TARGET, TARGET_ARCH, TARGET_CPUTYPE and TARGET_BIGENDIAN vars in configuration file will do the trick. It probably needs much more effort, maybe you'll be able to help me. Thanks in advance. --- Putrycy