[LLVMdev] Setting up a cross-compiler for cortex-m3

salvatore benedetto salvatore.benedetto at gmail.com
Wed Jul 18 10:39:06 PDT 2012


On Wed, Jul 18, 2012 at 6:27 PM, Renato Golin <rengolin at systemcall.org> wrote:
> On 18 July 2012 17:08, salvatore benedetto
> <salvatore.benedetto at gmail.com> wrote:
>> I of course own you a beer :-) Thank you very much.
>
> I will remind you of that, next year, on EuroLLVM 2013. :D

Any chance that'll be in Florence like the EuroPyhon? ;-)

>
>> Which part of gcc I'm using with that option?
>> Just the libc, libgcc et all?
>
> AFAIK, it uses the name to find the tool chain, and guess all other
> binaries from it. So it calls arm-linux-gnueabi-ld,
> arm-linux-gnueabi-as etc. instead of ld, as etc., which is what you
> were missing.

I thought llvm also provided its own binutils.

Anyway, thanks again. Now I've officially stepped
into the llvm world.

Regards,
Salvatore



More information about the llvm-dev mailing list