Hi everyone -
I have recently had success compiling my own S905 and S912 images using the latest from adamg's git repository - GitHub - LibreELEC-AML/LibreELEC.tv: Just enough OS for KODI
I am trying to add RetroArch to my build by copying over the retroarch package folders from the Lakka repository - GitHub - libretro/Lakka-LibreELEC: Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
Unfortunately, when I try to build the retroarch package, I get a toolchain error:
/storage/LibreELEC.tv.AML$ PROJECT=Amlogic DEVICE=S912 ARCH=arm scripts/build retroarch
BUILD retroarch-assets (target)
Not possible to detect toolchain automatically. Add PKG_TOOLCHAIN= to package.mk
Can someone help show me the proper way to add the retroarch package (and its dependencies) from Lakka into this other build tree?
I noticed that when I run this build command in the Lakka tree, a script fetches the source files from github before building it. In the adamg tree, the build command does not download anything, so I suspect that might be part of the problem - but I do not know how to fix it
If anyone could help, I would greatly appreciate it - thanks in advance!