[LLVMdev] Native Assembler for ARM

Shantonu Sen ssen at apple.com
Mon Sep 21 08:42:18 PDT 2009


You can also download and build odcctools, which is a port of Mac OS  
X's low level toolchain to be more OS independent, and build reliably

<http://lists.cs.uiuc.edu/pipermail/cfe-dev/2009-August/006012.html>

Shantonu Sen
ssen at apple.com

Sent from my Mac Pro

On Sep 20, 2009, at 11:47 PM, Evan Cheng wrote:

> If you want Darwin arm assembler, then you need to register and  
> download the iphone sdk.
>
> Evan
>
> On Sep 19, 2009, at 11:48 AM, Misha Brukman wrote:
>
>> On Sat, Sep 19, 2009 at 2:37 PM, Wayne Anderson  
>> <wanderon at comcast.net> wrote:
>> I hope I'm not missing something obvious.  I'm trying to get a native
>> binary for ARM from a .s file.  If I try to run "as -arch arm
>> myFile.s" I get an error message indicating that no installed
>> assembler exists for arm.
>>
>> as: assembler (/usr/bin/../libexec/gcc/darwin/arm/as or /usr/bin/../
>> local/libexec/gcc/darwin/arm/as) for architecture arm not installed
>> Installed assemblers are:
>> /usr/bin/../libexec/gcc/darwin/ppc64/as for architecture ppc64
>> /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
>> /usr/bin/../libexec/gcc/darwin/ppc/as for architecture ppc
>> /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
>>
>> Can anyone point me to where can I get the ARM assembler.  Or should
>> I  be using something else.
>>
>> You're trying to cross-compile, so you'll need to either download  
>> or build a cross-assembler (from binutils).
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090921/3c592d5e/attachment.html>


More information about the llvm-dev mailing list