ARM-software/android-nn-driver

linux boost

pradeepkrnik opened this issue · 3 comments

pradeep.k@PradeepK-LaptopU:~/.../boost_1_64_0$ ./b2 install --user-config=$HOME/armnn-devenv/boost/user-config.jam \

toolset=gcc-arm link=static cxxflags=-fPIC --with-filesystem
--with-test --with-log --with-program_options -j16
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/tools/gcc.jam:84: in gcc.init from module gcc
error: toolset gcc initialization:
error: provided command 'aarch64-linux-android-clang++' not found
error: initialized from /home/pradeep.k/armnn-devenv/boost/user-config.jam:1
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/build/toolset.jam:43: in toolset.using from module toolset
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/build/project.jam:1052: in using from module project-rules
/home/pradeep.k/armnn-devenv/boost/user-config.jam:1: in modules.load from module user-config
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/build-system.jam:249: in load-config from module build-system
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/build-system.jam:385: in load-configuration-files from module build-system
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/build-system.jam:524: in load from module build-system
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/kernel/modules.jam:295: in import from module modules
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/tools/build/src/kernel/bootstrap.jam:139: in boost-build from module
/home/pradeep.k/armnn-devenv/boost/boost_1_64_0/boost-build.jam:17: in module scope from module

any help on the above error?

It looks like it can't find the android NDK, have you installed it? You can find more help at https://developer.android.com/ndk/guides/index.html

No feedback in 16 months. Closing this issue.