Skip to content

Instantly share code, notes, and snippets.

@beakr
Created August 22, 2013 01:50
Show Gist options
  • Save beakr/6302347 to your computer and use it in GitHub Desktop.
Save beakr/6302347 to your computer and use it in GitHub Desktop.
Compile ARM assembly on Mac.
# 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