You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during RTL pass: expand
libretro.c: In function ‘retro_run’:
libretro.c:561:6: internal compiler error: in arm_expand_divmod_libfunc, at config/arm/arm.c:33047
561 | void retro_run(void)
| ^
0x7f52f6930082 __libc_start_main
../csu/libc-start.c:308
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://bugs.buildroot.net/> for instructions.
lto-wrapper: fatal error: /opt/FunKey-sdk/bin/arm-funkey-linux-musleabihf-g++.br_real returned 1 exit status
compilation terminated.
/opt/FunKey-sdk/bin/../lib/gcc/arm-funkey-linux-musleabihf/10.2.0/../../../../arm-funkey-linux-musleabihf/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:659: mednafen_ngp_libretro.so] Error 1
The text was updated successfully, but these errors were encountered:
Compilation fails for 'classic_armv7_a7'. Indeed, it seems like
CFLAGS
should be used instead ofFLAGS
below (works for me):beetle-ngp-libretro/Makefile
Line 128 in 673c3d9
Stack:
The text was updated successfully, but these errors were encountered: