<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">If you want Darwin arm assembler, then you need to register and download the iphone sdk.<div><br></div><div>Evan</div><div><br><div><div>On Sep 19, 2009, at 11:48 AM, Misha Brukman wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Sat, Sep 19, 2009 at 2:37 PM, Wayne Anderson <span dir="ltr"><<a href="mailto:wanderon@comcast.net">wanderon@comcast.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> I hope I'm not missing something obvious.  I'm trying to get a native<br> binary for ARM from a .s file.  If I try to run "as -arch arm<br> myFile.s" I get an error message indicating that no installed<br> assembler exists for arm.<br> <br> as: assembler (/usr/bin/../libexec/gcc/darwin/arm/as or /usr/bin/../<br> local/libexec/gcc/darwin/arm/as) for architecture arm not installed<br> Installed assemblers are:<br> /usr/bin/../libexec/gcc/darwin/ppc64/as for architecture ppc64<br> /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64<br> /usr/bin/../libexec/gcc/darwin/ppc/as for architecture ppc<br> /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386<br> <br> Can anyone point me to where can I get the ARM assembler.  Or should<br> I  be using something else.<br></blockquote><div><br></div><div>You're trying to cross-compile, so you'll need to either download or build a cross-assembler (from binutils).</div></div> _______________________________________________<br>LLVM Developers mailing list<br>LLVMdev@cs.uiuc.edu         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br></blockquote></div><br></div></body></html>