[LLVMdev] Consumer ARM platform suitable for LLVM development?

Misha Brukman brukman at gmail.com
Tue Mar 17 12:47:48 PDT 2009


On Thu, Mar 12, 2009 at 8:39 PM, Sandeep Patel <deeppatel1987 at gmail.com>wrote:

> Attached is the patch I've been building arm-eabi with, which might
> help with linux-gnueabi. I disable multilib to get around several bugs
> with thumb. I build cross binutils first, then llvm, then llvm-gcc
> with newlib merged in.
>
> The following bugs need to be addressed for these non-Darwin ARM targets:
> 1388
> 2313
> 2545
> 2985


Sandeep, many thanks!  I was able to build a cross-compiler using your patch
(with a minor change) and ran "hello world" in Qemu-ARM after compiling and
linking it on x86_64.  I put the list of outstanding bugs on a wiki page for
tracking and reference:
http://google2.osuosl.org/wiki/index.php/HowTo:_LLVM-based_cross_compiler

I'll try to get the patch committed to llvm-gcc piece-meal.  It looks like
part of the patch includes the fix for http://llvm.org/PR2545 -- Chris said
he's OK with the patch being committed, is there any reason it hasn't been
applied yet?  Does anyone mind if I do?

Misha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090317/568419c4/attachment.html>


More information about the llvm-dev mailing list