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>