Build error of Amlogic-ne with coreelec-20 branch locally under Ubuntu 20.04

I download the latest CoreElec repo from github, use the following command to compile
PROJECT=Amlogic-ce DEVICE=Amlogic-ne ARCH=arm make image
and I got the error:

--2023-09-02 12:59:21--  http://sources.libreelec.tv/mirror/libdovi/libdovi-arm-3fb1c7b07506200548a37be4c8dc7914f6615f57.tar.xz
Resolving sources.libreelec.tv (sources.libreelec.tv)... 138.68.75.163
Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sources.libreelec.tv/mirror/libdovi/libdovi-arm-3fb1c7b07506200548a37be4c8dc7914f6615f57.tar.xz [following]
--2023-09-02 12:59:22--  https://sources.libreelec.tv/mirror/libdovi/libdovi-arm-3fb1c7b07506200548a37be4c8dc7914f6615f57.tar.xz
Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-09-02 12:59:23 ERROR 404: Not Found.

--2023-09-02 13:47:20--  http://sources.libreelec.tv/mirror/libamcodec/libamcodec-arm-0f27efb9e958eaa66144709f1964179a019f5c32.tar.xz
Resolving sources.libreelec.tv (sources.libreelec.tv)... 138.68.75.163
Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sources.libreelec.tv/mirror/libamcodec/libamcodec-arm-0f27efb9e958eaa66144709f1964179a019f5c32.tar.xz [following]
--2023-09-02 13:47:21--  https://sources.libreelec.tv/mirror/libamcodec/libamcodec-arm-0f27efb9e958eaa66144709f1964179a019f5c32.tar.xz
Connecting to sources.libreelec.tv (sources.libreelec.tv)|138.68.75.163|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-09-02 13:47:22 ERROR 404: Not Found.

the above urls don’t exist any more and I couldn’d find any similar file in http://sources.libreelec.tv

Besides, switch to coreelec-21 branch also yields similar error

Use aarch64 or for Amlogic-ne just run make alone.

Thanks, but I am confused that as my box is S905W2 which is aarch64 but only supports armv7-eabi which is 32 bit, will the aarch64 build of coreelec work?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.