Hi,
All other libretro ports I’ve compiled for the Pi built fine. However, this one’s resisting
I cloned this repo:
git clone https://github.com/libretro/scummvm.git
Then in cd into:
backends/platform/libretro/build
and run “make -f Makefile platform=armv6e”, wich ultimately stops with this error:
../../../../backends/platform/libretro/os.cpp: In function ‘OSystem* retroBuildOS()’:
../../../../backends/platform/libretro/os.cpp:766:30: error: cannot allocate an object of abstract type ‘OSystem_RETRO’
../../../../backends/platform/libretro/os.cpp:144:7: note: because the following virtual functions are pure within ‘OSystem_RETRO’:
../../../../common/system.h:900:17: note: virtual uint32 OSystem::getMillis(bool)
distcc[2123] ERROR: compile ../../../../backends/platform/libretro/os.cpp on localhost failed
Any ideas on what am I doing wrong?