libretro / bsnes-libretro

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
11 stars 12 forks source link

Trouble compiling bsnes #14

Closed bugalo closed 1 year ago

bugalo commented 2 years ago

I am unable to successfully compile bsnes_accuracy, bsnes_balanced and bsnes_performance (I am having the same problem with bsnes_mercury_accuracy, bsnes_mercury_balanced and bsnes_mercury_performance).

I am compiling the cores with:

NOCLEAN=1 ./libretro-build.sh

and have this error:

gmake platform="unix" -j16 CC="gcc" CXX="g++" compiler="g++" profile="accuracy" gmake: Nothing to be done for 'all'.

I am compiling in linux x86_64 with gcc-11.2.1

bugalo commented 1 year ago

The cores compile now, so the issue can be closed.