Closed Yqnn closed 3 years ago
Seems that putting back the --enable-static
and --disable-shared
options fix the issue.
(they were removed in bfe3efb8a2887c427e182c02071c398df2dce148 )
@asdf288 ^^
This is not a bug, you have to remove old libs and binaries from toolchain and sysroot as mentioned in the related pull request: https://github.com/libretro/Lakka-LibreELEC/pull/1221#issuecomment-803656991
Then also revert your local changes to icu package. For Lakka we need shared library, LibreELEC uses icu only for addons where they use static libraries. Also clean build folders for liblcf, icu and easyrpg (e.g. DISTRO=Lakka PROJECT=Generic ARCH=x86_64 ./scripts/clean easyrpg
).
Hello,
Since March 23, I'm not able to compile Lakka anymore for x86_64. It fails on
icu:host
with the following error:I'm using the following command:
DISTRO=Lakka PROJECT=Generic ARCH=x86_64 BUILD_PERIODIC=nightly make image
Thanks!