Displaying 2 results from an estimated 2 matches for "39c718a9".
2009 Sep 19
0
[LLVMdev] Native Assembler for ARM
...; 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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090919/39c718a9/attachment.html>
2009 Sep 19
2
[LLVMdev] Native Assembler for ARM
Hello,
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