cross-compiling

buildroot opencv3 python package builds for the wrong target?

buildroot opencv3 python package builds for the wrong target? Question: I am using buildroot tagged 2017.11.2 (building for aarch64). I enable build of python3 library for opencv3 in the buildroot configuration: BR2_PACKAGE_PYTHON3=y BR2_PACKAGE_OPENCV3=y BR2_PACKAGE_OPENCV3_LIB_PYTHON=y I can see during the build that cmake says: — Host: Linux 4.13.0-36-generic x86_64 — Target: Linux aarch64 — C++ Compiler: …

Total answers: 1