From owner-freebsd-embedded@FreeBSD.ORG Thu Oct 14 20:47:36 2010 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CB011065696 for ; Thu, 14 Oct 2010 20:47:36 +0000 (UTC) (envelope-from matt.schnall@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id AC8548FC0A for ; Thu, 14 Oct 2010 20:47:35 +0000 (UTC) Received: by wyb38 with SMTP id 38so2729wyb.13 for ; Thu, 14 Oct 2010 13:47:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=YCXPl6VBcGo1ZLsWS1+MJ+EBWWZkkXBUXCL12RXaEL8=; b=Q6Iy+bZ28bjaMwGlpaGaf4EgLjODpGjeamNAP5OooonhFfJUNWpVjrSr8gfY0n6Bwt EwVOcGWKOBIUW9INQTihgEnEUplgBsSh+ooUEs9l5oheLhAAhwC1iY4dm09vjwgutdy6 dgeOgXNRxTukKMPuNBtLmRT2yW8XaeLUuyRCo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=P8R7ILNxrWYkP8xyknKQ29Hpw2CD443qE1x/N37qNtE0JWhYjNIGH7wcMzY36g0I+s K8TYbuCC/GR+qqCGhELtUN3wbkvqunanf5oKRN1ScuqfTLr9jBeVQmREW0LAOHHiByQR w008YnToB+VpVsEsRYdH40MH0Le6/m79vy6oU= MIME-Version: 1.0 Received: by 10.216.37.193 with SMTP id y43mr10521689wea.59.1287087830725; Thu, 14 Oct 2010 13:23:50 -0700 (PDT) Received: by 10.216.6.37 with HTTP; Thu, 14 Oct 2010 13:23:50 -0700 (PDT) Date: Thu, 14 Oct 2010 16:23:50 -0400 Message-ID: From: Matthew Schnall To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Creating New Cross-Compiled Build Target 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, 14 Oct 2010 20:47:36 -0000 I am a student at CMU taking a OS project course (www.cs.cmu.edu/~412). My project is creating a port of freeBSD to the new Tilera chips. The chip has a mips like architecture. There is a gcc cross compiler from x86 to the tilera assembly. I was curious if someone could help guide me through the steps to create a new cross-compiled target within the freeBSD build infrastructure. Thanks, Matt