Created
August 22, 2013 01:50
-
-
Save beakr/6302347 to your computer and use it in GitHub Desktop.
Compile ARM assembly on Mac.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This command takes iPhone's LLVM GCC and compiles ARMV6 assembly. E.g. my_assembly.s | |
$ /Developer/Platforms/iPhoneOS.platform/usr/bin/llvm-gcc-4.2 -arch armv6 -c ${YOUR_FILE}.s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment