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.