Hey all,
If anyone is having compilation issues of AdvanceMAME on Raspbian, here is the relativly simple fix:
Change the line:
CONF_CFLAGS_OPT= -O2 -fomit-frame-pointer -fno-merge-constants -Wall -Wno-sign-compare -Wno-unused
to
CONF_CFLAGS_OPT= -fomit-frame-pointer -fno-merge-constants -Wall -Wno-sign-compare -Wno-unused
in your Makefile.
.Debs to be released shortly now that this is sorted!
Leave a Reply