I am trying to learn how to compile libreelec and so I am following the guide on the wiki.
I started trying the download tool:
but it kept giving me this error:
Code
Cant't get opengl-meson sources : http://sources.libreelec.tv/devel/opengl-meson-0.0invalid.tar.xz
So I ran the command:
and then it ran for ages doing lots of stuff until eventually I got this:
Code
sr/include/sys/cdefs.h:452:10: fatal error: bits/wordsize.h: No such file or directory
#include <bits/wordsize.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:1026: crtendS.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/mnt/d/Libreelec/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/gcc-8.3.0/.x86_64-linux-gnu/x86_64-libreelec-linux-gnu/libgcc'
make[2]: *** [Makefile:12730: all-target-libgcc] Error 2
make[2]: Leaving directory '/mnt/d/Libreelec/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/gcc-8.3.0/.x86_64-linux-gnu'
make[1]: *** [Makefile:902: all] Error 2
make[1]: Leaving directory '/mnt/d/Libreelec/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/gcc-8.3.0/.x86_64-linux-gnu'
[025/311] [FAIL] build gcc:host
FAILURE: scripts/build gcc:host has failed!
parallel: This job failed:
package_worker 1 25 311 'build gcc:host'
Parallel build failure - see log for details. Time of failure: Fri Apr 5 09:57:11 DST 2019
Makefile:12: recipe for target 'image' failed
make: *** [image] Error 1
Display More
I have also tried just compiling an addon:
but after a load of compiling I get a load of errors like this:
Have I missed some crucial step?