sh1r0 / caffe-android-lib

Porting caffe to android platform
Other
510 stars 204 forks source link

hi, Failed to build OpenBLAS,libopenblas_atom-r0.2.18.a #119

Closed dasshr closed 6 years ago

dasshr commented 6 years ago

ubuntu version ,cmake version, ndk version, every way you tell i had all tried still the issue: make -j 1 -f Makefile.install install make[1]: Entering directory '/home/dasshr/caffe-android-lib/OpenBLAS' Generating openblas_config.h in /home/dasshr/caffe-android-lib/android_lib/openblas/include Generating f77blas.h in /home/dasshr/caffe-android-lib/android_lib/openblas/include Generating cblas.h in /home/dasshr/caffe-android-lib/android_lib/openblas/include Copying LAPACKE header files to /home/dasshr/caffe-android-lib/android_lib/openblas/include Copying the static library to /home/dasshr/caffe-android-lib/android_lib/openblas/lib install: cannot stat 'libopenblas_atom-r0.2.18.a': No such file or directory Makefile.install:23: recipe for target 'install' failed make[1]: [install] Error 1 make[1]: Leaving directory '/home/dasshr/caffe-android-lib/OpenBLAS' Makefile:313: recipe for target 'install' failed make: [install] Error 2 Failed to build OpenBLAS

i hope you can have a look....i m new here 0.0 thank you!

sh1r0 commented 6 years ago

Please refer to the latest commit (b9b0ba7), I just added docker support for building this project.