Open hazrpg opened 8 months ago
"test" is probably unrelated to bnes, is coming from build_libretro_test() instead. It has no relevance nowadays, I believe.
These build scripts are not very much used nowadays, actual mainstream compilation is done elsewhere, but if you plan to use it for some purpose, I guess test core references can be eliminated.
Hiya, hope y'all are keeping well. And thanks for making this repo! Keep up the great work!
I have a slight issue building it however, everything builds right up until it gets to
libretro-bnes
, at which point it fails, it seems to continue and then gets stuck becausecp "test_libretro.so" "dist/unix/test_libretro.so"
doesn't exist.Funnily, if I
cd libretro_bnes
and runmake
in there, the core does get built and I have abnes_libretro.so
and no visible errors. The file is only kb though.Steps I did:
git clone git@github.com:libretro/libretro-super.git
cd libretro-super
make
cp test_libretro.so
cd libretro-bnes
make
ls -laF
Here is a copy & paste of the error point:
Tempted to see if building
test
will work, because as far as I can tell it didn't even try to.