[LLVMdev] Cross-compiling the ARM toolchain

Eric Christopher echristo at apple.com
Fri Sep 10 11:22:46 PDT 2010


On Sep 10, 2010, at 3:06 AM, Renato Golin wrote:

> On 10 September 2010 09:59, Eric Christopher <echristo at apple.com> wrote:
>> I'd be curious what this says the invocation for your assembler is - it should be a bug that it's not calling the right assembler if you passed it the right information.  What's your arm assembler named?
> 
> Good point. I thought -ccc-gcc-name would guess the assembler from
> what I passed, but running with -v I see it's using /usr/bin/as ...
> 
> What is the option to tell it to use a specific assembler?
> -ccc-as-name or -cc-gas-name?
> 

There isn't one at the moment, ideally it should figure it out, but I haven't looked much into it - it may be that this isn't working yet.

-eric



More information about the llvm-dev mailing list