On Mon, Mar 29, 2010 at 10:33 AM, Tim Wescott <[email protected]> wrote:
> Is anyone doing cross-development for embedded microprocessors using
> Linux on the host?  Specifically, I'm reviving a project that uses an
> Arm Cortex M3 with an OpenOCD debug pod.  I'd _like_ to do the
> development all under Linux, without having to slide over to Windows.
>
> But when I try to do web searches for this, I find lots of material on
> using Linux in the target, but not a lot about setting up and using the
> tool chain when you're using Linux on the host.
>
> Any guidance appreciated, even if it's better search terms!
>
> * pun intended, of course.
>

Did in the past.  We used the Monta Vista toolchain(s) but the source
tree was cross-building
as 586,arm and Mips64(Cavium).  Looked at crosstool but MontaVista
provided board support packages
which removed a lot of the initial setup pain.  We evaluated the GUI
tools but ended up with just the toolchain.


We basically set a few environmental variables(paths, arch, tools
chain variables) and then launched the build.
We used a Makefile wrapper on each package to limit the changes needed.

I looked at using buildroot with crosstool but by the time I was ready
to do this, the project was shutdown (at least for me).
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to