Hi
I have a orange pi plus 2, libre 10.0.2 stable running so good but i want to use wifi on my device. I know stable version doesn't support it so i try to build my own firmware but it fails with the following error:
Code
../xbmc/cores/AudioEngine/Utils/AEBitstreamPacker.h:85: note: the first difference of corresponding definitions is field 'm_thd'
85 | TrueHD m_thd{};
|
../xbmc/cores/AudioEngine/Utils/AEBitstreamPacker.h:85: note: a field of same name but different type is defined in another translation unit
85 | TrueHD m_thd{};
|
../xbmc/cores/AudioEngine/Utils/AEBitstreamPacker.h:51: note: type 'struct TrueHD' defined in anonymous namespace cannot match across the translation unit boundary
51 | struct TrueHD
|
armv7ve-libreelec-linux-gnueabihf-g++-10.2.0: fatal error: Killed signal terminated program lto1
compilation terminated.
lto-wrapper: fatal error: /home/vm1804/Desktop/LibreELEC.tv/build.LibreELEC-H3.arm-10.0-devel/toolchain/bin/armv7ve-libreelec-linux-gnueabihf-g++-10.2.0 returned 1 exit status
compilation terminated.
/home/vm1804/Desktop/LibreELEC.tv/build.LibreELEC-H3.arm-10.0-devel/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabihf/10.2.0/../../../../armv7ve-libreelec-linux-gnueabihf/bin/ld.gold: fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FAILURE: ./scripts/build kodi during make_target (default)
*********** FAILED COMMAND ***********
ninja ${NINJA_OPTS} ${PKG_MAKE_OPTS_TARGET}
Display More
same error with only kodi build ( ./scripts/build kodi )
Someone can help me, thank.