syringe icon indicating copy to clipboard operation
syringe copied to clipboard

arm-elf-as -mthumb -o limera1n_payload.o limera1n.S

Open dayt0n opened this issue 10 years ago • 1 comments

When I execute the

make
command, it immediately prints out
arm-elf-as -mthumb -o limera1n_payload.o limera1n.S
make[4]: arm-elf-as: No such file or directory
make[4]: *** [limera1n.h] Error 1
make[3]: *** [payload] Error 2
make[2]: *** [limera1n] Error 2
make[1]: *** [exploits] Error 2
make: *** [syringe] Error 2
Any Idea on what I should do? Running on OS X Yosemite with Xcode 6 beta 5.

dayt0n avatar Aug 30 '14 22:08 dayt0n

gotta compile arm-elf toolchain. macosx toolchain doesn't have the ability to statically compile libc into programs which is needed for compiling a payload running where there's no dynamic linkers or libraries to even link with

posixninja avatar Aug 30 '14 22:08 posixninja