Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Opencv (3.2.0) Compile Android with NEON provide a lot of errors

##### System information (version) - OpenCV => 3.2.0 - Operating System / Platform => Linux Ubuntu 16.04 / Android - 7 , ARM (armeabiv7-a) - Compiler => Clang 5.0 - Opti => NEON (if possible)

  • Android STL => c++_static
  • NDK VERSION => NDK 15c
  • API LEVEL => 24

    #

Hello, recently I have compiled Opencv 3.2.0 for Android, ARM with Android StandAlone Toolchain and not the toolchain provide with Opencv source.

It works perfectly, excepted one thing, the optimization is disable and when I want to use opencv it's too slower, then I have chosen the NEON optimization with the correct Toolchain (provide from Opencv 3.2.0 source /platform/android/)

To that, I have launched cmake-GUI, and create a build with Opencv Android Toolchain, but we encountered a lot of errors, only in "configure cmakelists" for beginning, like:

CMAKE_MAKE_PROGRAMM: NOT FOUND. CMAKE_C(And CXX)_COMPILER: NOT FOUND.

And I can say that, a lot of other error like this type, that I have solved by hand added in the cmakelists or with "entry" button in cmake-GUI.

After first "make" of generating project, I have met a lot of errors which said that a file was not found like: https://pastebin.com/1KHrWd6S

My question is, We can compile opencv 3.2.0 with NEON with Opencv Android Toolchain ?

I didn't know if the toolchain provide with this opencv works well or not ? I didn't know anything like how to solve it ?

If someone has an idea? or method plan to compile that, I will be very grateful. Thanks a lot guys advance. Have a good day !

click to hide/show revision 2
None

updated 2018-11-20 07:31:14 -0600

berak gravatar image

Opencv (3.2.0) Compile Android with NEON provide a lot of errors

#####

System information (version) - (version)
  • OpenCV => 3.2.0 - 3.2.0
  • Operating System / Platform => Linux Ubuntu 16.04 / Android - 7 , ARM (armeabiv7-a) - (armeabiv7-a)
  • Compiler => Clang 5.0 - 5.0
  • Opti => NEON (if possible)

    • Android STL => c++_static

    • NDK VERSION => NDK 15c
    • API LEVEL => 24

      #

    Hello, recently I have compiled Opencv 3.2.0 for Android, ARM with Android StandAlone Toolchain and not the toolchain provide with Opencv source.

    It works perfectly, excepted one thing, the optimization is disable and when I want to use opencv it's too slower, then I have chosen the NEON optimization with the correct Toolchain (provide from Opencv 3.2.0 source /platform/android/)

    To that, I have launched cmake-GUI, and create a build with Opencv Android Toolchain, but we encountered a lot of errors, only in "configure cmakelists" for beginning, like:

    CMAKE_MAKE_PROGRAMM: NOT FOUND. CMAKE_C(And CXX)_COMPILER: NOT FOUND.

    And I can say that, a lot of other error like this type, that I have solved by hand added in the cmakelists or with "entry" button in cmake-GUI.

    After first "make" of generating project, I have met a lot of errors which said that a file was not found like: https://pastebin.com/1KHrWd6S

    [  0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
    In file included from opencv-3.2.0/3rdparty/libtiff/tif_aux.c:32:
    /3rdparty/libtiff/tiffiop.h:56:48: error: unknown type name 'size_t'
    extern void *lfind(const void *, const void *, size_t *, size_t,
                                                   ^
    opencv-3.2.0/3rdparty/libtiff/tiffiop.h:56:58: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
    extern void *lfind(const void *, const void *, size_t *, size_t,
                                                             ^
    In file included from opencv-3.2.0/3rdparty/libtiff/tif_aux.c:32:
    In file included from opencv-3.2.0/3rdparty/libtiff/tiffiop.h:60:
    opencv-3.2.0/3rdparty/libtiff/tiffio.h:67:9: error: unknown type name 'size_t'
    typedef TIFF_SSIZE_T tmsize_t;
            ^
    opencv-3.2.0/build_test_16_nov/3rdparty/libtiff/tif_config.h:121:22: note: expanded from macro 'TIFF_SSIZE_T'
    #define TIFF_SSIZE_T size_t
                         ^
    opencv-3.2.0/3rdparty/libtiff/tif_aux.c:32:
    opencv-3.2.0/3rdparty/libtiff/tiffiop.h:60:
    opencv-3.2.0/3rdparty/libtiff/tiffio.h:258:
    Android/Sdk/ndk-bundle/platforms/android-24/arch-arm/usr/include/stdio.h:50:
    Android/Sdk/ndk-bundle/platforms/android-24/arch-arm/usr/include/sys/types.h:31:10: fatal error: 'stddef.h' file not found
    #include <stddef.h>
             ^~~~~~~~~~
    1 warning and 3 errors generated.
    

    My question is, We can compile opencv 3.2.0 with NEON with Opencv Android Toolchain ?

    I didn't know if the toolchain provide with this opencv works well or not ? I didn't know anything like how to solve it ?

    If someone has an idea? or method plan to compile that, I will be very grateful. Thanks a lot guys advance. Have a good day !

Opencv (3.2.0) Compile Android with NEON provide a lot of errors

System information (version)
  • OpenCV => 3.2.0
  • Operating System / Platform => Linux Ubuntu 16.04 / Android - 7 , ARM (armeabiv7-a)
  • Compiler => Clang 5.0
  • Opti => NEON (if possible)

  • Android STL => c++_static

  • NDK VERSION => NDK 15c
  • API LEVEL => 24

    #

Hello, recently I have compiled Opencv 3.2.0 for Android, ARM with Android StandAlone Toolchain and not the toolchain provide with Opencv source.

It works perfectly, excepted one thing, the optimization is disable and when I want to use opencv it's too slower, then I have chosen the NEON optimization with the correct Toolchain (provide from Opencv 3.2.0 source /platform/android/)

To that, I have launched cmake-GUI, and create a build with Opencv Android Toolchain, but we encountered a lot of errors, only in "configure cmakelists" for beginning, like:

CMAKE_MAKE_PROGRAMM: NOT FOUND. CMAKE_C(And CXX)_COMPILER: NOT FOUND.

And I can say that, a lot of other error like this type, that I have solved by hand added in the cmakelists or with "entry" button in cmake-GUI.

After first "make" of generating project, I have met a lot of errors which said that a file was not found like:

[  0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
In file included from opencv-3.2.0/3rdparty/libtiff/tif_aux.c:32:
/3rdparty/libtiff/tiffiop.h:56:48: error: unknown type name 'size_t'
extern void *lfind(const void *, const void *, size_t *, size_t,
                                               ^
opencv-3.2.0/3rdparty/libtiff/tiffiop.h:56:58: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
extern void *lfind(const void *, const void *, size_t *, size_t,
                                                         ^
In file included from opencv-3.2.0/3rdparty/libtiff/tif_aux.c:32:
In file included from opencv-3.2.0/3rdparty/libtiff/tiffiop.h:60:
opencv-3.2.0/3rdparty/libtiff/tiffio.h:67:9: error: unknown type name 'size_t'
typedef TIFF_SSIZE_T tmsize_t;
        ^
opencv-3.2.0/build_test_16_nov/3rdparty/libtiff/tif_config.h:121:22: note: expanded from macro 'TIFF_SSIZE_T'
#define TIFF_SSIZE_T size_t
                     ^
opencv-3.2.0/3rdparty/libtiff/tif_aux.c:32:
opencv-3.2.0/3rdparty/libtiff/tiffiop.h:60:
opencv-3.2.0/3rdparty/libtiff/tiffio.h:258:
Android/Sdk/ndk-bundle/platforms/android-24/arch-arm/usr/include/stdio.h:50:
Android/Sdk/ndk-bundle/platforms/android-24/arch-arm/usr/include/sys/types.h:31:10: fatal error: 'stddef.h' file not found
#include <stddef.h>
         ^~~~~~~~~~
1 warning and 3 errors generated.

My question is, We can compile opencv 3.2.0 with NEON with Opencv Android Toolchain ?

I didn't know if the toolchain provide with this opencv works well or not ? I didn't know anything like how to solve it ?

If someone has an idea? or method plan to compile that, I will be very grateful. Thanks a lot guys advance. Have a good day !