Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2010 15:34:07 -0600 (MDT)
From:      Warner Losh <imp@bsdimp.com>
To:        matt.schnall@gmail.com
Cc:        freebsd-embedded@FreeBSD.org
Subject:   Re: Creating New Cross-Compiled Build Target
Message-ID:  <20101014.153407.84142211.imp@bsdimp.com>
In-Reply-To: <AANLkTimG2NzDvZZc71%2BF2J6SS9uBQSV8U0izvnr5A1rv@mail.gmail.com>
References:  <AANLkTimG2NzDvZZc71%2BF2J6SS9uBQSV8U0izvnr5A1rv@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <AANLkTimG2NzDvZZc71+F2J6SS9uBQSV8U0izvnr5A1rv@mail.gmail.com>
            Matthew Schnall <matt.schnall@gmail.com> writes:
: 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.

There's lots of people that are interested in doing a port to Tilera.

I'd start with 'setenv TARGET tilera' and 'setenv TARGET_ARCH tilera'
and then 'make buildworld' and fix what breaks.

Chances are good you'll need some WIP that I have to support
out-of-tree toolchains...

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101014.153407.84142211.imp>