Libretro compilation issue on Windows using msys2
gouchi opened this issue · 2 comments
gouchi commented
Hi,
I tried to compile the core using msys2
git clone --recursive https://github.com/tiberiusbrown/Ardens
cd Ardens
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DARDENS_LLVM=0 -DARDENS_DEBUGGER=0 -DARDENS_PLAYER=0 -DARDENS_LIBRETRO=1 ..
make -j$(nproc)
But I could not launch the core with error failed to load the core.
According to Dependencies, it seems it does not find :
Should not we add -static-libgcc -static-libstdc++
?
Thank you.
tiberiusbrown commented
Hi, thanks for letting me know. Are you willing to test the msys2_static_libgcc
branch for me with your MSYS2 install? If it works, I will merge it.
gouchi commented
Hi,
I confirm it is working using msys2_static_libgcc branch.
ardens_libretro.dll if needed.
Thank you.