snipsco / tensorflow-build

A set of scripts to (cross-)build the Tensorflow C lib for various architectures / OS
MIT License
178 stars 92 forks source link

problem of cross compile #16

Open lingbao00 opened 7 years ago

lingbao00 commented 7 years ago

i am doing cross compile under linux(x86),i want to get the tensorflow .so file (for c and c++) to be used in android phone,i need to do corss compile under my PC linux,i had installed bazel,but build always failed,can you told me before bazel build what i need to do first.thank you