2017-05-17, 20:39
Thanks guys
(2018-09-29, 17:19)Klojum Wrote:Oops yes, as you can see from my profile I've been using Kodi for a long time (but my NUC has been sitting in a box for a while). I used XBMC on the original Xbox.(2018-09-29, 17:03)tutu Wrote: I have updated my NUC with XBMC NightlyThe application has been named 'Kodi' for some time now.
(2018-09-29, 17:24)MrTarantula Wrote: The cores currently have to be compiled for your platform. You can try pulling them out of my old builds but they're very outdated and probably wouldn't work. I've been meaning to set up new builds. Stay tuned.Is there not a ppa for the relevant cores etc.? I was hoping it was going to be as simple as apt install xyz (or a script to build them) with leia and a bit of config Looking forward to new builds.
(2018-09-29, 18:17)MrTarantula Wrote: No PPA for the cores, AFAIK. I think they're waiting for the binary addon repo, so that updates to the cores are managed within Kodi.OK Thank you. Getting the process now! Any chance you will be upgrading your build machine to 18.04? If not I might look to build my own.
Quote:#!/bin/bash
#ADDONS=game.libretro*
ADDONS=game.*
BRANCH=retroplayer-18beta2-20180914
WORKSPACE=/home/kodi/repos/kodibuild
#sudo rm -rfv $WORKSPACE
# uncomment if you want to remove automatically
#rm -rfv $WORKSPACE
git clone -b $BRANCH https://github.com/garbear/xbmc $WORKSPACE
mkdir $WORKSPACE/build-addons
cd $WORKSPACE/build-addons
cmake -DADDONS_TO_BUILD=$ADDONS \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$WORKSPACE/addons \
-DPACKAGE_ZIP=1 \
$WORKSPACE/cmake/addons
make -j2
Quote:src/audio.cpp: In function ‘void audio_reset()’:
src/audio.cpp:944:28: warning: overflow in implicit constant conversion [-Woverflow]
cdp->per = PERIOD_MAX - 1;
./src/md-retro/maccess.h: Assembler messages:
./src/md-retro/maccess.h:23: Error: no such instruction: `ldrh %ax,[%rax]'
./src/md-retro/maccess.h:24: Error: no such instruction: `rev16 %ax,%ax'
Makefile:194: recipe for target 'src/audio.o' failed
make[6]: *** [src/audio.o] Error 1
CMakeFiles/uae4arm.dir/build.make:110: recipe for target 'uae4arm/src/uae4arm-stamp/uae4arm-build' failed
make[5]: *** [uae4arm/src/uae4arm-stamp/uae4arm-build] Error 2
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/uae4arm.dir/all' failed
make[4]: *** [CMakeFiles/uae4arm.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/uae4arm.dir/build.make:110: recipe for target 'build/uae4arm/src/uae4arm-stamp/uae4arm-build' failed
make[2]: *** [build/uae4arm/src/uae4arm-stamp/uae4arm-build] Error 2
CMakeFiles/Makefile2:687: recipe for target 'CMakeFiles/uae4arm.dir/all' failed
make[1]: *** [CMakeFiles/uae4arm.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2