slamit_ORBSLAM2_on_Android icon indicating copy to clipboard operation
slamit_ORBSLAM2_on_Android copied to clipboard

ndk build clapack error

Open myBestLove opened this issue 7 years ago • 0 comments

when I build clapck , some .h file need to add #include , then I run and had errors

Error:(1153, 5) error: invalid operands to binary expression ('integer *' (aka 'long *') and 'integer' (aka 'long'))

Error:Execution failed for task ':app:compileDebugNdk'.

com.android.ide.common.process.ProcessException: Error while executing process /home/jason/program/android-SDK/ndk-bundle/ndk-build with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=/home/jason/workspace/AndroidStudioProjects/lapack/app/build/intermediates/ndk/debug/Android.mk APP_PLATFORM=android-10 NDK_OUT=/home/jason/workspace/AndroidStudioProjects/lapack/app/build/intermediates/ndk/debug/obj NDK_LIBS_OUT=/home/jason/workspace/AndroidStudioProjects/lapack/app/build/intermediates/ndk/debug/lib APP_ABI=all}

clapack/testing/lin/sdrvgbx.c : 1153

how to fix it ? thanks

myBestLove avatar May 18 '17 06:05 myBestLove