Problem with assembly trying to compile old snes9x

If you're having problems with Snes9x, or think you've found a bug, this is the place to be.
Post Reply
User avatar
BearOso
Official GTK/Linux Porter/Dev
Posts: 460
Joined: Tue Oct 02, 2007 12:50 am

Re: Problem with assembly trying to compile old snes9x

Post 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.
Post Reply