[LLVMdev] Target of android x86

Ben Pope benpope81 at gmail.com
Tue Jun 24 00:35:10 PDT 2014


On Tuesday, June 24, 2014 03:25 PM, yao wrote:
> Hi, all:
> I am just make an project depend llvm.In order make it run under Android
> x86, I use the NDK to build the project .
> But I met an error:
> i686-linux-android/bin/ld: error: cannot find -ldlpthread.
> Is there target of llvm about android x86?

Looks like you missed a quotation mark or something, I suspect it's 
supposed to be -ldl -pthread

Ben





More information about the llvm-dev mailing list