Hi
I have written an OLED display program, mpd_oled, that I used to be able to build on RuneAudio on a Raspberry Pi Zero W. I provided install instructions for RuneAudio so that other people could also use it
https://github.com/antiprism/mpd_oled/b ... NEAUDIO.mdThese instructions are no longer valid for me. I installed the latest 0.5 beta 20180903_10_runeaudio_rpib1.img.gz and updated with the gitpull button, but I was unable to get a working C++ build environment.
Trying to install packages with "pacman -S" produces - error: failed retrieving file 'libatomic_ops-7.6.8-1-armv6h.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404.
Trying to install packages with "pacman -Sy" installs packages with library mismatches. For example, m4 will not run and prints an error that it could not find a library of a particular version.
Does anyone have any recommendations for installing a working C++ build environment on this system? The goal is to update the instructions for installing mpd_oled from source.
Thanks
Adrian.