Unable to compile on Raspberry Pi 4 4 Gb on Raspbian Buster

Issue #32 closed
Jose Cerrejon created an issue

Using latest Raspbian Buster with all dependencies satisfied, I run on dir build/rpi the command make and all seems to compile with no hassle. But when I try to run the binary, I get:

unreal_speccy_portable: ../../devices/memory.cpp:84: void eRom::LoadRom(int, const char*): Assertion `f' failed.

Comments (5)

  1. Andrey Dj repo owner

    Hi!

    You need to place “rom” folder near binary. It’s in root of source tree. Or launch binary with project root working directory.

  2. Log in to comment