-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
informationQuestions about how to use the programQuestions about how to use the program
Description
Hi there, Brad
I just discovered this new Hatari port and I have high hopes on it! Thanks for the work you're putting into this!
However, I am trying to build it on my Pi4 in aarch64 mode, and it fails to do so:
CC build/SDL.lo
gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
gcc: fatal error: Killed signal terminated program cc1
compilation terminated.
make[2]: *** [Makefile:290: build/SDL_list.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:362: build/SDL_windowevents.lo] Error 1
make[2]: *** [Makefile:368: build/SDL_rwops.lo] Error 1
I am puzzled that this builds SDL2, since this is supposed to be a Libretro port.
Maybe I am building it wrong? I did:
make full
and since this Pi only has 2GB of RAM, I also tried:
make -j1 full
but I get the same errors. Any advice? Maybe it's early days, but I am so willing to try this and have some Captain Blood fun!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
informationQuestions about how to use the programQuestions about how to use the program