caffe-android-lib icon indicating copy to clipboard operation
caffe-android-lib copied to clipboard

find: '/caffe-android-lib/toolchains/armeabi/bin/': No such file or directory

Open hpsaturn opened this issue 7 years ago • 0 comments

Hi everyone,

Maybe do you have the next issue with Docker or Ubuntu 16.04:

find: '/caffe-android-lib/toolchains/armeabi/bin/': No such file or directory
find: '/caffe-android-lib/toolchains/armeabi/bin/': No such file or directory
make  all-am
make[1]: Entering directory '/caffe-android-lib/snappy'
/bin/bash ./libtool  --tag=CXX   --mode=compile  -DHAVE_CONFIG_H -I.     -g -O2 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc
/bin/bash ./libtool  --tag=CXX   --mode=compile  -DHAVE_CONFIG_H -I.     -g -O2 -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc
/bin/bash ./libtool  --tag=CXX   --mode=compile  -DHAVE_CONFIG_H -I.     -g -O2 -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc
/bin/bash ./libtool  --tag=CXX   --mode=compile  -DHAVE_CONFIG_H -I.     -g -O2 -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc
Usage: /caffe-android-lib/snappy/libtool [OPTION]... [MODE-ARG]...
Try 'libtool --help' for more information.
libtool:   error: unrecognised option: '-DHAVE_CONFIG_H'
Makefile:725: recipe for target 'snappy-sinksource.lo' failed
make[1]: *** [snappy-sinksource.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
Usage: /caffe-android-lib/snappy/libtool [OPTION]... [MODE-ARG]...
Try 'libtool --help' for more information.
libtool:   error: unrecognised option: '-DHAVE_CONFIG_H'
make[1]: *** [snappy-stubs-internal.lo] Error 1
Makefile:725: recipe for target 'snappy-stubs-internal.lo' failed
Usage: /caffe-android-lib/snappy/libtool [OPTION]... [MODE-ARG]...
Try 'libtool --help' for more information.
libtool:   error: unrecognised option: '-DHAVE_CONFIG_H'
Makefile:725: recipe for target 'snappy.lo' failed
make[1]: *** [snappy.lo] Error 1
Usage: /caffe-android-lib/snappy/libtool [OPTION]... [MODE-ARG]...
Try 'libtool --help' for more information.
libtool:   error: unrecognised option: '-DHAVE_CONFIG_H'
Makefile:725: recipe for target 'snappy-c.lo' failed
make[1]: Leaving directory '/caffe-android-lib/snappy'
make[1]: *** [snappy-c.lo] Error 1
make: *** [all] Error 2
Makefile:589: recipe for target 'all' failed

My setup:

Docker version 18.06.1-ce, build e68fc7a
Ubuntu 16.04.5 LTS

hpsaturn avatar Sep 25 '18 21:09 hpsaturn