Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu上编译android_armv7报错 #361

Closed
junxigauss opened this issue Apr 20, 2018 · 1 comment
Closed

ubuntu上编译android_armv7报错 #361

junxigauss opened this issue Apr 20, 2018 · 1 comment

Comments

@junxigauss
Copy link

ubuntu上在ncnn root下运行如下命令
export ANDROID_NDK=/home/junxi/Project/ncnn/android-ndk-r16b
mkdir -p build-android-armv7
pushd build-android-armv7
cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI="armeabi-v7a" -DANDROID_ARM_NEON=ON -DANDROID_PLATFORM=android-14 ..
make
make install
popd

提示
-- Configuring done
-- Generating done
-- Build files have been written to: /home/junxi/Project/ncnn

但实际上这个路径里面没有任何东西,请问是什么情况

@nihui
Copy link
Member

nihui commented Apr 27, 2018

build-android-armv7 目录里有东西

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants