Yep - 19.1 from Linux Mint VM images for VMware and VirtualBox
Wiped everything out, clean build seems to be running fine so far. Thanks!
Yep - 19.1 from Linux Mint VM images for VMware and VirtualBox
Wiped everything out, clean build seems to be running fine so far. Thanks!
Hello all - excited to get this built and running, but am running into a few errors I just can't seem to shake.
Specifically, my attempts to compile (on a Linux Mint VM, fully updated) all fail in the following error:
/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/toolchain/bin/ccache: invalid option -- 'D'
Usage:
ccache [options]
ccache compiler [compiler options]
compiler [compiler options] (via symbolic link)
Options:
-c, --cleanup delete old files and recalculate size counters
(normally not needed as this is done automatically)
-C, --clear clear the cache completely (except configuration)
-F, --max-files=N set maximum number of files in cache to N (use 0 for
no limit)
-k, --get-config=K get the value of the configuration key K
-M, --max-size=SIZE set maximum size of cache to SIZE (use 0 for no
limit); available suffixes: k, M, G, T (decimal) and
Ki, Mi, Gi, Ti (binary); default suffix: G
-o, --set-config=K=V set configuration key K to value V
-p, --print-config print current configuration options
-s, --show-stats show statistics summary
-z, --zero-stats zero statistics counters
-h, --help print this help text
-V, --version print version and copyright information
See also <https://ccache.samba.org>.
make[5]: *** [Makefile:1135: archive.o] Error 1
make[5]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/binutils-2.32/.x86_64-linux-gnu/gold'
make[4]: *** [Makefile:1156: all-recursive] Error 1
make[4]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/binutils-2.32/.x86_64-linux-gnu/gold'
make[3]: *** [Makefile:896: all] Error 2
make[3]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/binutils-2.32/.x86_64-linux-gnu/gold'
make[2]: *** [Makefile:6045: all-gold] Error 2
make[2]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/binutils-2.32/.x86_64-linux-gnu'
make[1]: *** [Makefile:850: all] Error 2
make[1]: Leaving directory '/home/osboxes/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.1-devel/binutils-2.32/.x86_64-linux-gnu'
[019/500] [FAIL] build binutils:host
FAILURE: scripts/build binutils:host has failed!
parallel: This job failed:
package_worker 1 19 500 'build binutils:host'
Parallel build failure - see log for details. Time of failure: Mon Feb 18 12:43:10 EST 2019
Makefile:12: recipe for target 'image' failed
make: *** [image] Error 1
Display More
Thoughts? Fixes? I have noticed, in my Googling, that ccache has been updated to address the error (invalid option -D) - but I get the sense that's not the problem...
Thank you for your patience in advance - my knowledge is definitely limited when it comes to compiling, and I'm admittedly unsure of where to find the log files.