Posts by ArtUrlWWW

    Hello.

    Happy New Year, everyone :) !

    Dear friends, I can't build LE from git master branch, from commit "Merge pull request #3205 from chewitt/sapphire" (commit 05be03f537cad847dd65acd36935b055b01f180c).

    Update:

    Code
    PROJECT=Amlogic DEVICE=S912 ARCH=arm tools/download-tool &>> download-tool.log
    
    PROJECT=Amlogic DEVICE=S912 ARCH=arm IMAGE_SUFFIX=ArtUrlWWW make image -j 4 &>> build.log


    How to fix it?

    Full build log - https://bit.ly/2bu6klf

    Download tool log - https://bit.ly/2ckjqig

    It fails with log

    Display Spoiler

    Hello.

    I have already sucessfully made a simple LibreElec addon with a simple linux programm.

    But I still can't understand, how to add a Kodi addon, that is distributed by his creator as a zip file, to LibreElec to build.

    What is the process of adding Kodi addon to build process? What files should I create or/and change for it?

    Thank you!;)

    Doesn't solved the issue:

    Code
    devusr@scw-97b47e:/home/le/LibreELEC.tv$ PROJECT=Amlogic DEVICE=S912 ARCH=arm scripts/clean nss
      CLEAN    nss
          * Removing /home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/nss-3.29.5 ...
    devusr@scw-97b47e:/home/le/LibreELEC.tv$ PROJECT=Amlogic DEVICE=S912 ARCH=arm make image

    Failed with

    Still can't compile it, new error:

    How to fix that? Thank you!