Displaying 1 result from an estimated 1 matches for "___mulfp".
2010 Jun 22
1
[LLVMdev] Using llc to compile a .ll into a .s for ARM
...t=arm-eabi" and "--target=arm-elf-linux-gnu"
options.
Calling llc with -march=thumb and -march=arm (I'm trying to create a asm
file for the android NDK gcc)
I'm able to get the NDK to get close (by using thumb, and manually editing
the asm a bit, but it still complains about ___mulfp being undefined.
So questions:
Do I have to somehow get LLVM to use the binutils in the NDK?
Do I have to do a full Canadian Cross, and actually host the final thing on
the android?
Oh, I'm currently doing all this on Snow Leopard (but did try Ubunutu), and
have tried both LLVM1.6 and LLVM1.7...