In file included from deps/lightning/lib/jit_disasm.c:21: ./deps/lightning/include/lightning/jit_private.h:343:18: error: unknown type name 'jit_regset_t' jit_regset_scan1(jit_regset_t*, jit_int32_t); ^ ./deps/lightning/include/lightning/jit_private.h:413:5: error: unknown type name 'jit_regset_t'; did you mean 'jit_register_t'? jit_regset_t reglive; ^~~~~~~~~~~~
You need to build with HAVE_LIGHTREC=0
gnu-lightning would need support for webassembly to have a chance at working
If HAVE_LIGHTREC=0 works the Makefile should be changed to disable it for the default emscripten b
标签:regset,jit,private,lightning,psx,deps,need,3A5000,libretro From: https://www.cnblogs.com/zxdplay/p/16898055.html