Page 1 of 1

Re: Problem with assembly trying to compile old snes9x

Posted: Mon Aug 12, 2019 1:52 am
by BearOso
You’re building on a 64 bit compiler and the old build scripts have no notion of that. Try adding -m32 to your compiler flags.