Posts by soranmoraniv

    Hi guys,

    I'm trying to build LibreELEC [libreelec-8.0] for the RPi 2. Unfortunately it keeps failing after some time...

    Code
    /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -B/libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/bin/ -march=armv7ve -mtune=cortex-a7   -nostdlib -nostartfiles -r -o /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/glibc-2.24/.armv7ve-libreelec-linux-gnueabi/libc_pic.os \
     -Wl,-d -Wl,--whole-archive /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/glibc-2.24/.armv7ve-libreelec-linux-gnueabi/libc_pic.a -o /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/glibc-2.24/.armv7ve-libreelec-linux-gnueabi/libc_pic.os
    /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -B/libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/bin/ -march=armv7ve -mtune=cortex-a7   -nostdlib -nostartfiles -r -o /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/glibc-2.24/.armv7ve-libreelec-linux-gnueabi/elf/librtld.map.o '-Wl,-(' /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/glibc-2.24/.armv7ve-libreelec-linux-gnueabi/elf/dl-allobjs.os /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/glibc-2.24/.armv7ve-libreelec-linux-gnueabi/libc_pic.a -lgcc '-Wl,-)' -Wl,-Map,/libreelec/build.LibreELEC-RPi2.arm-9.0-devel/glibc-2.24/.armv7ve-libreelec-linux-gnueabi/elf/librtld.mapT
    /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/6.2.0/../../../../armv7ve-libreelec-linux-gnueabi/bin/ld: warning: library search path "/libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/bin" is unsafe for cross-compilation, ignore it
    /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/6.2.0/../../../../armv7ve-libreelec-linux-gnueabi/bin/ld: warning: library search path "/libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/6.2.0" is unsafe for cross-compilation, ignore it
    /libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/6.2.0/../../../../armv7ve-libreelec-linux-gnueabi/bin/ld: warning: library search path "/libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/6.2.0/../../../../armv7ve-libreelec-linux-gnueabi/lib" is unsafe for cross-compilation, ignore it
    [b]/libreelec/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/6.2.0/../../../../armv7ve-libreelec-linux-gnueabi/bin/ld: cannot find -lgcc[/b]

    I'm running the compiling process in this Docker-Image:

    At last the command:

    Code
    PROJECT=RPi2 ARCH=arm make image

    I would be more than happy if someone could point me in the right direction :)

    Thanks
    Soran

    Hello,

    I'm trying to build LibreELEC for the RPi 2 and created a Docker-Image for this purpose. My problem is, when it comes to install "lirc" the build fails while applying the patches.

    Code
    APPLY PATCH (common)   /LibreELEC.tv/packages/sysutils/lirc/patches/lirc-0001-always-enable-uinput.patch
    patching file configure.ac
    Hunk #1 FAILED at 33.
    1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej
    Makefile:12: recipe for target 'image' failed
    make: *** [image] Error 1
    rm -rf build.*/* build.*/.stamps

    Just for completeness - this is the Dockerfile, which I use to build the Image:

    And this is the simple build_script.sh

    Maybe someone knows what I'm doing wrong and can point out my mistake :D

    Thanks
    S.