The Wetek_play build runs fine (after pushing a fix for dvb) but RPi2 build fails.. I am getting following error when compiling
-- Could not find hardware support for AVX2 (missing: _AVX2_TRUE _AVX2_OK)
CMake Error: Error in cmake code at
/home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/kodi-17.0-beta7-698725c/project/cmake/scripts/rbpi/Macros.cmake:1:
Parse error. Expected a command name, got unquoted argument with text "../linux/Macros.cmake".
CMake Error at scripts/common/Macros.cmake:4 (include):
include could not find load file:
/home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/kodi-17.0-beta7-698725c/project/cmake/scripts/rbpi/Macros.cmake
Call Stack (most recent call first):
CMakeLists.txt:29 (include)
CMake Error: Error in cmake code at
/home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/kodi-17.0-beta7-698725c/project/cmake/scripts/rbpi/PathSetup.cmake:1:
Parse error. Expected a command name, got unquoted argument with text "../linux/PathSetup.cmake".
CMake Error at CMakeLists.txt:31 (include):
include could not find load file:
scripts/rbpi/PathSetup.cmake
-- Found PkgConfig: /home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/bin/pkg-config (found version "0.29.1")
-- Found EXPAT: /home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/libexpat.so (found version "2.2.0")
-- Found Sqlite3: /home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/libsqlite3.a (found version "3.15.0")
-- Found FreeType: /home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/libfreetype.so (found version "18.3.12")
-- Found PCRE: /home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/libpcrecpp.a (found version "8.39")
CMake Error at modules/FindCpluff.cmake:34 (core_link_library):
Unknown CMake command "core_link_library".
Call Stack (most recent call first):
scripts/common/Macros.cmake:307 (find_package)
CMakeLists.txt:142 (core_require_dep)
-- Configuring incomplete, errors occurred!
See also "/home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/kodi-17.0-beta7-698725c/.armv7ve-libreelec-linux-gnueabi/CMakeFiles/CMakeOutput.log".
See also "/home/mark/src/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/kodi-17.0-beta7-698725c/.armv7ve-libreelec-linux-gnueabi/CMakeFiles/CMakeError.log".
Makefile:9: recipe for target 'release' failed
make: *** [release] Error 1
any pointers?