libretro / scummvm

ScummVM main repository
https://www.scummvm.org
GNU General Public License v3.0
5 stars 6 forks source link

EMUELEC Makefile.common:503: *** Configuring ScummVM engines failed. Stop. #3

Closed Kelvfimer closed 1 year ago

Kelvfimer commented 1 year ago

Hello

I'm trying to compile against EMUELEC 4.6 in an odroid n2+ sbc and I'm getting tthe error message Makefile.common:503: *** Configuring ScummVM engines failed. Stop.

For building it. I did a simple make or make platform=armv8 and same message. Pls can you help?

thx

~/EmuELEC$ PROJECT=Amlogic-ce DEVICE=Amlogic-ng ARCH=aarch64 DISTRO=EmuELEC ./scripts/build scummvm CLEAN scummvm

spleen1981 commented 1 year ago

Did you clone also the submodules? You can check scummvm subfolder, if it is empty you did not. When you git clone this core, you need the --recursive flag. Also better platform=armv8 for performance in your case.

Kelvfimer commented 1 year ago

Cool @spleen1981 that was the issue didn't take in account the recursiveness. Thx so much and thx for the great work :) . I hope somebody could port Yabasanshiro to libretro again.