-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Description
System Information
for c++ user
OpenCV version: 4.11.0
NDK:28.1.13356709
Android Studio:2024.3.2
Detailed description
Info:
C:\WINDOWS\system32\cmd.exe /C "cd . && D:\android-sdk-windows\ndk\28.1.13356709\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=i686-none-linux-android24 --sysroot=D:/android-sdk-windows/ndk/28.1.13356709/toolchains/llvm/prebuilt/windows-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -std=c++11 -frtti -fexceptions -fno-limit-debug-info -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments -Xlinker --dependency-file=CMakeFiles\core.dir\link.d -shared -Wl,-soname,libcore.so -o D:\AndroidStudioProjects\DocumentSkewCorrection\documentskewcorrection-core\build\intermediates\cxx\Debug\g36k2f6t\obj\x86\libcore.so CMakeFiles/core.dir/core.cpp.o -landroid -ljnigraphics D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/staticlibs/x86/libopencv_core.a D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/staticlibs/x86/libopencv_imgproc.a D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/staticlibs/x86/libopencv_core.a D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/3rdparty/libs/x86/libtbb.a -lc -lz D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/3rdparty/libs/x86/libcpufeatures.a D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/3rdparty/libs/x86/libittnotify.a -ldl -lm -llog D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/3rdparty/libs/x86/libippiw.a D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/3rdparty/libs/x86/libippicv.a -latomic -lm && cd ."
ld.lld: error: D:/AndroidStudioProjects/DocumentSkewCorrection/documentskewcorrection-core/OpenCV-android-sdk/sdk/native/3rdparty/libs/x86/libippicv.a(ipcvfltrowv8_h9.o):(.note.gnu.property+0x0): data is too short
Steps to reproduce
armeabi-v7a arm64-v8a x86_64 all fine, ONLY x86 fail.
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- I updated to the latest OpenCV version and the issue is still there
- There is reproducer code and related data files (videos, images, onnx, etc)