Openpht compiling error

not sure if this is the right place but…im trying to compile openpht from here (https://github.com/RasPlex/OpenPHT-Embedded) for the arm s905 soc since im having issues playing 5.1 audio with current build however im getting an error when compiling, if anybody has any info about this or how to compile it and care to share, i will appreciate it. thanks

edit: log here (https://pastebin.com/7ka1TsvH) and screenshot

i following this steps accordingly and this and this for guidance.

"cd ~

sudo apt-get update

sudo apt install build-essential

wget https://github.com/Veisen/OpenPHT/archive/master.zip or git clone https://github.com/RasPlex/OpenPHT-Embedded

unzip openpht-2.0.zip

cd OpenPHT-Embedded-openpht-2.0

DISTRO=OpenPHT PROJECT=S905 ARCH=arm make image" for guidance.

Is this how you are invoking the compile? As far as I am aware, there is no such project called “S905” - see the /projects directory in the source for supported projects (or the readme here GitHub - RasPlex/OpenPHT-Embedded: OpenPHT-Embedded is OpenPHT running on LibreELEC)

What actual device are you compiling for? You probably want something like DISTRO=OpenPHT PROJECT=WeTek_Play ARCH=arm make image if you are using the WeTek play. Or are you just looking to rebuild OpenPHT, (i.e. the program) not OpenPHT-embedded (i.e. the OS)?

OpenPHT-Embedded is available for s905 arm soc and more

reference here:




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