So I'm trying to compile this old game called stepmania.
https://github.com/stepmania/stepmania
https://github.com/SpottyMatt/raspbian-stepmania-build
It includes the header sys/io.h.
https://github.com/stepmania/stepmania/ ... rallel.cpp
When compiling on Arch|ARM I get the error that this file could not be found.
On Raspbian it does work.
I've searched for the io.h and discovered
/usr/include/arm-linux-gnueabihf/sys/io.h
So I've tried installing arm-linux-gueabihf-gcc via the AUR,
but that I get an error message saying it's not available for aarch64.
Does this mean that I cannot compile anything using sys/io.h for Arch|ARM?