Building Lakka with DISTRO=Lakka PROJECT=RPi DEVICE=RPi4 ARCH=aarch64 make image results in failure due to chailove package. Here is the error:
CLEAN chailove
UNPACK chailove
BUILD chailove (target)
TOOLCHAIN configure (auto-detect)
Executing (target): make
make[1]: Entering directory '/home/jsmurray2/Documents/Lakka-LibreELEC/build.Lakka-RPi4.aarch64-3.0-devel/chailove-8db1eec'
make[1]: *** No rule to make target 'vendor/libretro-common/utils/md5.o', needed by 'chailove_libretro.so'. Stop.
make[1]: *** Waiting for unfinished jobs....
Cloning into '/home/jsmurray2/Documents/Lakka-LibreELEC/build.Lakka-RPi4.aarch64-3.0-devel/chailove-8db1eec/vendor/sdl-libretro'...
Submodule path 'vendor/chaiscript': checked out 'ac0d7ce94925f8eac367533b276d9d7db13a77ae'
Submodule path 'vendor/didstopia-physfs': checked out 'a25c37f5f1552e30094234bac46a21e3e57cf9f7'
Submodule path 'vendor/libretro-common': checked out '68d1fd0b325ca5e4288f7189b2ec41898edca84a'
Submodule path 'vendor/noarch': checked out '7a010a32f3afdeb7b83d1637411ef32decb4998f'
Submodule path 'vendor/random': checked out 'ead633a312d1a41baae72c22f0b2fd28b1853558'
Submodule path 'vendor/sdl-libretro': checked out '3fe77e5e77f3c3433b20ecc84126e6fe6e411077'
Submodule path 'vendor/stb': checked out 'f67165c2bb2af3060ecae7d20d6f731173485ad0'
Submodule path 'vendor/styleguide': checked out 'd3881b4fa910526f0e60e56d0110a9c6492949d8'
make[1]: Leaving directory '/home/jsmurray2/Documents/Lakka-LibreELEC/build.Lakka-RPi4.aarch64-3.0-devel/chailove-8db1eec'
FAILURE: scripts/install chailove has failed!
[231/338] [FAIL] install chailove
The following logs for this failure are available:
stdout: /home/jsmurray2/Documents/Lakka-LibreELEC/build.Lakka-RPi4.aarch64-3.0-devel/.threads/logs/212/stdout
stderr: /home/jsmurray2/Documents/Lakka-LibreELEC/build.Lakka-RPi4.aarch64-3.0-devel/.threads/logs/212/stderr
parallel: This job failed:
package_worker 10 212 338 'install chailove'
Parallel build failure - see log for details. Time of failure: Wed Mar 10 17:53:00 EST 2021
make: *** [Makefile:12: image] Error 1
Please let me know if there is any other info I can include to assist. Compiling on Debian 10 under WSL2. I have tried DISTRO=Lakka PROJECT=RPi DEVICE=RPi4 ARCH=aarch64 scripts/clean chailove and DISTRO=Lakka PROJECT=RPi DEVICE=RPi4 ARCH=aarch64 scripts/build chailove to no avail. I have been following the build guide posted here. Chailove also fails when building for RPi4 arm.
Building Lakka with
DISTRO=Lakka PROJECT=RPi DEVICE=RPi4 ARCH=aarch64 make image
results in failure due to chailove package. Here is the error:Please let me know if there is any other info I can include to assist. Compiling on Debian 10 under WSL2. I have tried
DISTRO=Lakka PROJECT=RPi DEVICE=RPi4 ARCH=aarch64 scripts/clean chailove
andDISTRO=Lakka PROJECT=RPi DEVICE=RPi4 ARCH=aarch64 scripts/build chailove
to no avail. I have been following the build guide posted here. Chailove also fails when building for RPi4 arm.