search for: wanderon

Displaying 4 results from an estimated 4 matches for "wanderon".

2009 Sep 19
2
[LLVMdev] Native Assembler for ARM
...r 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. Thanks, Wayne ______________________ Wayne Anderson wanderon at comcast.net
2009 Sep 19
0
[LLVMdev] Native Assembler for ARM
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: a...
2009 Sep 21
1
[LLVMdev] Native Assembler for ARM
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: a...
2008 Sep 26
2
[LLVMdev] Stacker Example
Hello, I was wondering what happened to the "Stacker" example. The old link to it "http://llvm.org/docs/Stacker.html" is dead. Thanks, Wayne ________________ Wayne Anderson