=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for libretro-beetle-psx-20200610 CXX mednafen/psx/irq.cpp CXX mednafen/psx/timer.cpp mednafen/psx/cpu.cpp:3101:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from mednafen/psx/../mednafen-types.h:43, from mednafen/psx/../mednafen.h:6, from mednafen/psx/psx.h:4, from mednafen/psx/cpu.cpp:24: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) mednafen/psx/cpu.cpp:3102:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from mednafen/psx/../mednafen-types.h:43, from mednafen/psx/../mednafen.h:6, from mednafen/psx/psx.h:4, from mednafen/psx/cpu.cpp:24: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) mednafen/psx/cpu.cpp:3103:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from mednafen/psx/../mednafen-types.h:43, from mednafen/psx/../mednafen.h:6, from mednafen/psx/psx.h:4, from mednafen/psx/cpu.cpp:24: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) mednafen/psx/cpu.cpp:3104:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from mednafen/psx/../mednafen-types.h:43, from mednafen/psx/../mednafen.h:6, from mednafen/psx/psx.h:4, from mednafen/psx/cpu.cpp:24: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CXX mednafen/psx/dma.cpp CXX mednafen/psx/sio.cpp CXX mednafen/psx/frontio.cpp CXX mednafen/psx/gte.cpp CXX mednafen/psx/cdc.cpp CXX mednafen/psx/cpu.cpp CXX mednafen/psx/input/gamepad.cpp CXX mednafen/psx/mdec.cpp CXX mednafen/psx/input/dualanalog.cpp CXX mednafen/psx/input/dualshock.cpp CXX mednafen/psx/input/guncon.cpp CXX mednafen/psx/input/negcon.cpp CXX mednafen/psx/input/justifier.cpp CXX mednafen/psx/input/multitap.cpp CXX mednafen/psx/input/mouse.cpp CXX mednafen/cdrom/CDAccess.cpp CXX mednafen/psx/input/memcard.cpp CXX mednafen/cdrom/CDAccess_Image.cpp CXX mednafen/cdrom/CDAccess_PBP.cpp CXX mednafen/cdrom/CDAccess_CCD.cpp CXX mednafen/cdrom/misc.cpp CXX mednafen/cdrom/audioreader.cpp CXX mednafen/cdrom/cdromif.cpp CXX mednafen/settings.cpp CXX mednafen/error.cpp CXX mednafen/FileStream.cpp CXX mednafen/MemoryStream.cpp CXX mednafen/general.cpp CXX mednafen/Stream.cpp CXX mednafen/state.cpp CXX mednafen/psx/spu.cpp CXX mednafen/video/Deinterlacer.cpp In file included from /usr/include/g++/vector:69:0, from mednafen/mempatcher.cpp:21: /usr/include/g++/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, const _Tp&) [with _Tp = MemoryPatch; _Alloc = std::allocator]': /usr/include/g++/bits/vector.tcc:399:5: note: parameter passing for argument of type 'std::vector::iterator {aka __gnu_cxx::__normal_iterator >}' changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/g++/vector:64:0, from mednafen/mempatcher.cpp:21: /usr/include/g++/bits/stl_vector.h: In function 'void MDFNI_AddCheat(const MemoryPatch&)': /usr/include/g++/bits/stl_vector.h:948:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 _M_realloc_insert(end(), __x); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ CXX mednafen/mempatcher.cpp CXX mednafen/video/surface.cpp CXX mednafen/mednafen-endian.cpp CXX rsx/rsx_intf.cpp CXX input.cpp deps/ugui/ugui.c: In function '_UG_PutChar': deps/ugui/ugui.c:5326:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] color = (((fc & 0xFF) * b + (bc & 0xFF) * (256 - b)) >> 8) & 0xFF |//Blue component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ deps/ugui/ugui.c:5328:73: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] (((fc & 0xFF0000) * b + (bc & 0xFF0000) * (256 - b)) >> 8) & 0xFF0000; //Red component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ deps/ugui/ugui.c:5375:75: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] color = (((fc & 0xFF) * b + (bc & 0xFF) * (256 - b)) >> 8) & 0xFF |//Blue component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ deps/ugui/ugui.c:5377:83: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] (((fc & 0xFF0000) * b + (bc & 0xFF0000) * (256 - b)) >> 8) & 0xFF0000; //Red component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ CXX mednafen/cdrom/CDAccess_CHD.cpp CC ugui_tools.c CC libretro_cbs.c CC beetle_psx_globals.c CC mednafen/tremor/bitwise.c CC deps/ugui/ugui.c CC mednafen/tremor/codebook.c CC mednafen/tremor/floor0.c CC mednafen/tremor/block.c CXX libretro.cpp CC mednafen/tremor/floor1.c CC mednafen/tremor/framing.c CC mednafen/tremor/info.c CC mednafen/tremor/mapping0.c CC mednafen/tremor/registry.c CC mednafen/tremor/res012.c CC mednafen/tremor/mdct.c CC mednafen/tremor/sharedbook.c CC mednafen/tremor/synthesis.c CC mednafen/tremor/window.c CC mednafen/cdrom/galois.c CC mednafen/cdrom/CDUtility.c CC mednafen/tremor/vorbisfile.c CC mednafen/cdrom/lec.c CC mednafen/cdrom/l-ec.c CC mednafen/cdrom/recover-raw.c CC mednafen/md5.c CC mednafen/cdrom/edc_crc32.c CC libretro-common/streams/file_stream_transforms.c CC libretro-common/streams/file_stream.c CC libretro-common/file/retro_dirent.c CC libretro-common/file/file_path.c CC libretro-common/vfs/vfs_implementation.c CC libretro-common/lists/dir_list.c CC libretro-common/compat/compat_strl.c CC libretro-common/string/stdstring.c CC libretro-common/compat/fopen_utf8.c CC libretro-common/compat/compat_strcasestr.c CC libretro-common/compat/compat_posix_string.c CC libretro-common/lists/string_list.c CC libretro-common/memmap/memalign.c CC libretro-common/encodings/encoding_utf.c CC libretro-common/rthreads/rthreads.c CC libretro-common/hash/rhash.c CC deps/libkirk/bn.c CC deps/libkirk/aes.c CC deps/libkirk/ec.c CC deps/libkirk/kirk_engine.c CC deps/libkirk/des.c CC deps/libkirk/amctrl.c CC pgxp/pgxp_debug.c CC deps/libkirk/sha1.c CC pgxp/pgxp_gpu.c CC pgxp/pgxp_cpu.c CC pgxp/pgxp_main.c CC pgxp/pgxp_gte.c CC pgxp/pgxp_mem.c CC pgxp/pgxp_value.c CC deps/crypto/sha1.c CC deps/crypto/md5.c CC deps/lzma-16.04/C/Alloc.c CC deps/lzma-16.04/C/Bra86.c CC deps/lzma-16.04/C/Bra.c CC deps/lzma-16.04/C/BraIA64.c CC deps/lzma-16.04/C/Delta.c CC deps/lzma-16.04/C/CpuArch.c CC deps/lzma-16.04/C/Lzma86Enc.c CC deps/lzma-16.04/C/LzFind.c CC deps/lzma-16.04/C/Lzma86Dec.c CC deps/lzma-16.04/C/LzmaLib.c CC deps/lzma-16.04/C/Sort.c CC deps/libchdr/bitstream.c CC deps/lzma-16.04/C/LzmaDec.c CC deps/libchdr/cdrom.c CC deps/libchdr/flac.c CC deps/libchdr/huffman.c CC deps/libchdr/chd.c CC deps/lightning/lib/jit_memory.c CC deps/lightning/lib/jit_names.c CC deps/lightning/lib/jit_note.c deps/lightning/lib/jit_print.c: In function '_jit_print_node': deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:77:12: print_dec(node->v.w); ~~~~~~~~~ deps/lightning/lib/jit_print.c:77:2: note: in expansion of macro 'print_dec' print_dec(node->v.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:112:32: print_chr(' '); print_hex(node->u.w); return; ~~~~~~~~~ deps/lightning/lib/jit_print.c:112:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->u.w); return; ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:133:13: print_dec(node->u.n->v.w); ~~~~~~~~~~~~~~ deps/lightning/lib/jit_print.c:133:3: note: in expansion of macro 'print_dec' print_dec(node->u.n->v.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:39:6: note: in expansion of macro 'print_dec' print_dec((value)->v.w); \ ^~~~~~~~~ deps/lightning/lib/jit_print.c:137:22: note: in expansion of macro 'print_arg' print_chr(' '); print_arg(node); return; ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:143:32: print_chr(' '); print_hex(node->v.w); return; ~~~~~~~~~ deps/lightning/lib/jit_print.c:143:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->v.w); return; ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:39:6: note: in expansion of macro 'print_dec' print_dec((value)->v.w); \ ^~~~~~~~~ deps/lightning/lib/jit_print.c:162:22: note: in expansion of macro 'print_arg' print_chr(' '); print_arg(node->v.n); ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:165:32: print_chr(' '); print_hex(node->u.w); ~~~~~~~~~ deps/lightning/lib/jit_print.c:165:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->u.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:168:32: print_chr(' '); print_hex(node->u.w); ~~~~~~~~~ deps/lightning/lib/jit_print.c:168:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->u.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:169:32: print_chr(' '); print_hex(node->v.w); return; ~~~~~~~~~ deps/lightning/lib/jit_print.c:169:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->v.w); return; ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:171:32: print_chr(' '); print_hex(node->u.w); ~~~~~~~~~ deps/lightning/lib/jit_print.c:171:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->u.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:39:6: note: in expansion of macro 'print_dec' print_dec((value)->v.w); \ ^~~~~~~~~ deps/lightning/lib/jit_print.c:172:22: note: in expansion of macro 'print_arg' print_chr(' '); print_arg(node->v.n); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:39:6: note: in expansion of macro 'print_dec' print_dec((value)->v.w); \ ^~~~~~~~~ deps/lightning/lib/jit_print.c:180:22: note: in expansion of macro 'print_arg' print_chr(' '); print_arg(node->v.n); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:39:6: note: in expansion of macro 'print_dec' print_dec((value)->v.w); \ ^~~~~~~~~ deps/lightning/lib/jit_print.c:188:22: note: in expansion of macro 'print_arg' print_chr(' '); print_arg(node->v.n); ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:197:32: print_chr(' '); print_hex(node->w.w); return; ~~~~~~~~~ deps/lightning/lib/jit_print.c:197:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->w.w); return; ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:207:32: print_chr(' '); print_hex(node->w.w); return; ~~~~~~~~~ deps/lightning/lib/jit_print.c:207:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->w.w); return; ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:227:32: print_chr(' '); print_hex(node->u.w); ~~~~~~~~~ deps/lightning/lib/jit_print.c:227:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->u.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:236:13: print_dec(node->u.n->v.w); ~~~~~~~~~~~~~~ deps/lightning/lib/jit_print.c:236:3: note: in expansion of macro 'print_dec' print_dec(node->u.n->v.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:246:13: print_dec(node->u.n->v.w); ~~~~~~~~~~~~~~ deps/lightning/lib/jit_print.c:246:3: note: in expansion of macro 'print_dec' print_dec(node->u.n->v.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:24:43: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_hex(value) fprintf(stdout, "0x%lx", value) ^ deps/lightning/lib/jit_print.c:249:32: print_chr(' '); print_hex(node->w.w); return; ~~~~~~~~~ deps/lightning/lib/jit_print.c:249:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->w.w); return; ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:256:13: print_dec(node->u.n->v.w); ~~~~~~~~~~~~~~ deps/lightning/lib/jit_print.c:256:3: note: in expansion of macro 'print_dec' print_dec(node->u.n->v.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:271:13: print_dec(node->u.n->v.w); ~~~~~~~~~~~~~~ deps/lightning/lib/jit_print.c:271:3: note: in expansion of macro 'print_dec' print_dec(node->u.n->v.w); ^~~~~~~~~ deps/lightning/lib/jit_print.c:27:43: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'jit_pointer_t {aka void *}' [-Wformat=] #define print_str(value) fprintf(stdout, "%s", value) ^ deps/lightning/lib/jit_print.c:283:13: print_str(node->v.n->u.p); ~~~~~~~~~~~~~~ deps/lightning/lib/jit_print.c:283:3: note: in expansion of macro 'print_str' print_str(node->v.n->u.p); ^~~~~~~~~ deps/lightning/lib/jit_print.c:27:43: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'jit_pointer_t {aka void *}' [-Wformat=] #define print_str(value) fprintf(stdout, "%s", value) ^ deps/lightning/lib/jit_print.c:288:13: print_str(node->v.n->u.p); ~~~~~~~~~~~~~~ deps/lightning/lib/jit_print.c:288:3: note: in expansion of macro 'print_str' print_str(node->v.n->u.p); ^~~~~~~~~ deps/lightning/lib/jit_print.c:25:43: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'jit_word_t {aka int}' [-Wformat=] #define print_dec(value) fprintf(stdout, "%ld", value) ^ deps/lightning/lib/jit_print.c:292:13: print_dec(node->w.w); ~~~~~~~~~ deps/lightning/lib/jit_print.c:292:3: note: in expansion of macro 'print_dec' print_dec(node->w.w); ^~~~~~~~~ CC deps/lightning/lib/jit_disasm.c CC deps/lzma-16.04/C/LzmaEnc.c CC deps/lightning/lib/jit_print.c CC deps/lightning/lib/jit_size.c deps/lightning/lib/lightning.c: In function '_jit_patch_abs': deps/lightning/lib/lightning.c:1544:18: warning: variable 'mask' set but not used [-Wunused-but-set-variable] jit_int32_t mask; ^~~~ deps/lightning/lib/lightning.c: In function '_jit_patch_at': deps/lightning/lib/lightning.c:1567:18: warning: variable 'mask' set but not used [-Wunused-but-set-variable] jit_int32_t mask; ^~~~ deps/lightning/lib/lightning.c: In function '_jit_emit': deps/lightning/lib/lightning.c:2012:12: warning: variable 'result' set but not used [-Wunused-but-set-variable] int result; ^~~~~~ In file included from deps/lightrec/disassembler.c:26:0: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from deps/lightrec/disassembler.c:21: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/disassembler.c:26:0: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from deps/lightrec/disassembler.c:21: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/disassembler.c:26:0: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from deps/lightrec/disassembler.c:21: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/disassembler.c:26:0: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/stdlib.h:41, from deps/lightrec/disassembler.c:21: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CC deps/lightrec/disassembler.c In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/emitter.c:20: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/emitter.c:16: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/emitter.c:20: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/emitter.c:16: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/emitter.c:20: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/emitter.c:16: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/emitter.c:20: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/emitter.c:16: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) In file included from deps/lightning/lib/jit_arm.c:2001:0, from deps/lightning/lib/lightning.c:3496: deps/lightning/lib/jit_arm-vfp.c: In function '_cc_vo_ss': deps/lightning/lib/jit_arm-vfp.c:969:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r0 & 1) o |= ARM_V_D; r0 = vfp_regno(r0); ^~ deps/lightning/lib/jit_arm-vfp.c:969:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r0 & 1) o |= ARM_V_D; r0 = vfp_regno(r0); ^~ deps/lightning/lib/jit_arm-vfp.c:970:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r1 & 1) o |= ARM_V_M; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c:970:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r1 & 1) o |= ARM_V_M; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c: In function '_cc_vors_': deps/lightning/lib/jit_arm-vfp.c:1042:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r1 & 1) o |= ARM_V_N; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c:1042:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r1 & 1) o |= ARM_V_N; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c: In function '_cc_vorv_': deps/lightning/lib/jit_arm-vfp.c:1056:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r1 & 1) o |= ARM_V_M; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c:1056:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r1 & 1) o |= ARM_V_M; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c: In function '_cc_vori_': deps/lightning/lib/jit_arm-vfp.c:1071:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r1 & 1) o |= ARM_V_I32; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c:1071:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r1 & 1) o |= ARM_V_I32; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c: In function '_cc_vosss': deps/lightning/lib/jit_arm-vfp.c:1100:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r0 & 1) o |= ARM_V_D; r0 = vfp_regno(r0); ^~ deps/lightning/lib/jit_arm-vfp.c:1100:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r0 & 1) o |= ARM_V_D; r0 = vfp_regno(r0); ^~ deps/lightning/lib/jit_arm-vfp.c:1101:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r1 & 1) o |= ARM_V_N; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c:1101:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r1 & 1) o |= ARM_V_N; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c:1102:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r2 & 1) o |= ARM_V_M; r2 = vfp_regno(r2); ^~ deps/lightning/lib/jit_arm-vfp.c:1102:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r2 & 1) o |= ARM_V_M; r2 = vfp_regno(r2); ^~ deps/lightning/lib/jit_arm-vfp.c: In function '_cc_vorsl': deps/lightning/lib/jit_arm-vfp.c:1198:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r1 & 1) o |= ARM_V_D; r1 = vfp_regno(r1); ^~ deps/lightning/lib/jit_arm-vfp.c:1198:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r1 & 1) o |= ARM_V_D; r1 = vfp_regno(r1); ^~ In file included from deps/lightning/lib/lightning.c:3496:0: deps/lightning/lib/jit_arm.c: In function '_patch': deps/lightning/lib/jit_arm.c:2246:19: warning: variable 'flag' set but not used [-Wunused-but-set-variable] jit_int32_t flag; ^~~~ In file included from deps/lightrec/blockcache.c:17:0: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/blockcache.c:16: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/blockcache.c:17:0: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/blockcache.c:16: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/blockcache.c:17:0: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/blockcache.c:16: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/blockcache.c:17:0: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/blockcache.c:16: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CC deps/lightrec/blockcache.c In file included from deps/lightrec/interpreter.c:17:0: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/interpreter.c:15: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/interpreter.c:17:0: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/interpreter.c:15: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/interpreter.c:17:0: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/interpreter.c:15: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/interpreter.c:17:0: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/interpreter.c:15: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CC deps/lightrec/interpreter.c In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/lightrec.c:25: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/lightrec.c:17: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/lightrec.c:25: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/lightrec.c:17: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/lightrec.c:25: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/lightrec.c:17: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/lightrec.c:25: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/lightrec.c:17: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CC deps/lightrec/emitter.c In file included from deps/lightrec/memmanager.c:16:0: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/lightrec-private.h:19, from deps/lightrec/memmanager.c:16: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/memmanager.c:16:0: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/lightrec-private.h:19, from deps/lightrec/memmanager.c:16: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/memmanager.c:16:0: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/lightrec-private.h:19, from deps/lightrec/memmanager.c:16: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/memmanager.c:16:0: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/lightrec-private.h:19, from deps/lightrec/memmanager.c:16: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CC deps/lightrec/lightrec.c CC deps/lightrec/memmanager.c In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/optimizer.c:19: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/optimizer.c:15: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/optimizer.c:19: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/optimizer.c:15: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/optimizer.c:19: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/optimizer.c:15: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/optimizer.c:19: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/disassembler.h:18, from deps/lightrec/optimizer.c:15: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) In file included from deps/lightrec/reaper.c:17:0: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/reaper.c:16: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/reaper.c:17:0: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/reaper.c:16: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/reaper.c:17:0: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/reaper.c:16: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/reaper.c:17:0: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/reaper.c:16: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CC deps/lightrec/optimizer.c In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/regcache.c:17: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/regcache.c:15: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/regcache.c:17: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/regcache.c:15: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/regcache.c:17: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/regcache.c:15: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/regcache.h:18:0, from deps/lightrec/regcache.c:17: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/regcache.c:15: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) deps/lightrec/regcache.c: In function 'lightrec_alloc_reg_in_ext': deps/lightrec/regcache.c:307:26: warning: variable 'nreg' set but not used [-Wunused-but-set-variable] struct native_register *nreg; ^~~~ CC deps/lightrec/reaper.c In file included from deps/lightrec/recompiler.c:17:0: deps/lightrec/lightrec-private.h:43:0: warning: "LE32TOH" redefined # define LE32TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/recompiler.c:15: /usr/include/sys/endian.h:185:0: note: this is the location of the previous definition #define LE32TOH(x) HTOLE32(x) In file included from deps/lightrec/recompiler.c:17:0: deps/lightrec/lightrec-private.h:44:0: warning: "HTOLE32" redefined # define HTOLE32(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/recompiler.c:15: /usr/include/sys/endian.h:169:0: note: this is the location of the previous definition #define HTOLE32(x) __CAST(void, (x)) In file included from deps/lightrec/recompiler.c:17:0: deps/lightrec/lightrec-private.h:45:0: warning: "LE16TOH" redefined # define LE16TOH(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/recompiler.c:15: /usr/include/sys/endian.h:184:0: note: this is the location of the previous definition #define LE16TOH(x) HTOLE16(x) In file included from deps/lightrec/recompiler.c:17:0: deps/lightrec/lightrec-private.h:46:0: warning: "HTOLE16" redefined # define HTOLE16(x) (x) In file included from /usr/include/arm/endian.h:3:0, from /usr/include/sys/types.h:98, from /usr/include/unistd.h:70, from deps/lightrec/debug.h:19, from deps/lightrec/recompiler.c:15: /usr/include/sys/endian.h:168:0: note: this is the location of the previous definition #define HTOLE16(x) __CAST(void, (x)) CC deps/lightrec/recompiler.c CC deps/lightrec/regcache.c CC deps/lightning/lib/lightning.c CXX mednafen/psx/gpu.cpp ld: deps/lightning/lib/lightning.o: in function `_swf_bunff': lightning.c:(.text+0x14a20): undefined reference to `__aeabi_fcmpeq' ld: deps/lightning/lib/lightning.o: in function `_swf_bunff_': lightning.c:(.text+0x14ed8): undefined reference to `__aeabi_fcmpeq' ld: deps/lightning/lib/lightning.o: in function `_swf_bundd': lightning.c:(.text+0x19580): undefined reference to `__aeabi_dcmpeq' ld: deps/lightning/lib/lightning.o: in function `_swf_bundd_': lightning.c:(.text+0x19bcc): undefined reference to `__aeabi_dcmpeq' ld: deps/lightning/lib/lightning.o: in function `_emit_code': lightning.c:(.text+0x22ff4): undefined reference to `__aeabi_f2d' ld: lightning.c:(.text+0x2300c): undefined reference to `__aeabi_i2d' ld: lightning.c:(.text+0x23018): undefined reference to `__aeabi_dcmple' ld: lightning.c:(.text+0x23020): undefined reference to `__aeabi_dcmpge' ld: lightning.c:(.text+0x23028): undefined reference to `__aeabi_dcmplt' ld: lightning.c:(.text+0x2302c): undefined reference to `__aeabi_dcmpeq' ld: lightning.c:(.text+0x2303c): undefined reference to `__aeabi_dcmpgt' ld: lightning.c:(.text+0x2500c): undefined reference to `__aeabi_d2iz' ld: lightning.c:(.text+0x25018): undefined reference to `__aeabi_dcmple' ld: lightning.c:(.text+0x25024): undefined reference to `__aeabi_dcmplt' ld: lightning.c:(.text+0x25028): undefined reference to `__aeabi_dcmpgt' ld: lightning.c:(.text+0x2502c): undefined reference to `__aeabi_dcmpge' ld: lightning.c:(.text+0x25030): undefined reference to `__aeabi_dcmpeq' ld: lightning.c:(.text+0x25034): undefined reference to `__aeabi_fcmpge' ld: lightning.c:(.text+0x25038): undefined reference to `__aeabi_fcmpeq' ld: lightning.c:(.text+0x2503c): undefined reference to `__aeabi_fcmpgt' ld: lightning.c:(.text+0x25040): undefined reference to `__aeabi_fsub' ld: lightning.c:(.text+0x25044): undefined reference to `__addsf3' ld: lightning.c:(.text+0x26f38): undefined reference to `__aeabi_dsub' ld: lightning.c:(.text+0x26f3c): undefined reference to `__adddf3' ld: lightning.c:(.text+0x26f44): undefined reference to `__aeabi_i2f' ld: lightning.c:(.text+0x26f48): undefined reference to `__aeabi_f2iz' ld: lightning.c:(.text+0x26f60): undefined reference to `__aeabi_fcmpge' ld: lightning.c:(.text+0x26f64): undefined reference to `__aeabi_fcmpeq' ld: lightning.c:(.text+0x26f70): undefined reference to `__aeabi_fcmple' ld: lightning.c:(.text+0x26f8c): undefined reference to `__aeabi_dcmple' ld: lightning.c:(.text+0x26f90): undefined reference to `__aeabi_dcmplt' ld: lightning.c:(.text+0x28f98): undefined reference to `__aeabi_dcmpeq' ld: lightning.c:(.text+0x28f9c): undefined reference to `__aeabi_fcmpge' ld: lightning.c:(.text+0x28fb4): undefined reference to `__aeabi_d2f' ld: lightning.c:(.text+0x28fb8): undefined reference to `__aeabi_dmul' ld: lightning.c:(.text+0x28fc8): undefined reference to `__aeabi_fcmplt' ld: lightning.c:(.text+0x28fcc): undefined reference to `__aeabi_fdiv' ld: lightning.c:(.text+0x28fd0): undefined reference to `__aeabi_fmul' ld: lightning.c:(.text+0x28fd4): undefined reference to `__aeabi_fcmpeq' ld: lightning.c:(.text+0x28fd8): undefined reference to `__aeabi_fcmple' ld: lightning.c:(.text+0x28fdc): undefined reference to `__aeabi_dcmple' ld: lightning.c:(.text+0x28fe0): undefined reference to `__aeabi_ddiv' ld: lightning.c:(.text+0x28fe8): undefined reference to `__aeabi_fcmpgt' ld: lightning.c:(.text+0x2b000): undefined reference to `__adddf3' ld: lightning.c:(.text+0x2b010): undefined reference to `__aeabi_dsub' ld: lightning.c:(.text+0x2b01c): undefined reference to `__aeabi_ddiv' ld: lightning.c:(.text+0x2b024): undefined reference to `__aeabi_fdiv' ld: lightning.c:(.text+0x2b02c): undefined reference to `__aeabi_fmul' ld: lightning.c:(.text+0x2b044): undefined reference to `__aeabi_fsub' ld: lightning.c:(.text+0x2b058): undefined reference to `__aeabi_fcmplt' ld: lightning.c:(.text+0x2b05c): undefined reference to `__aeabi_fcmple' ld: lightning.c:(.text+0x2b060): undefined reference to `__aeabi_fcmpge' ld: lightning.c:(.text+0x2b064): undefined reference to `__aeabi_fcmpeq' ld: lightning.c:(.text+0x2b068): undefined reference to `__aeabi_fcmpgt' ld: lightning.c:(.text+0x2f040): undefined reference to `__aeabi_fcmple' ld: lightning.c:(.text+0x2f080): undefined reference to `__aeabi_dcmpgt' ld: lightning.c:(.text+0x2f088): undefined reference to `__aeabi_fcmpeq' ld: lightning.c:(.text+0x2f08c): undefined reference to `__aeabi_fcmpgt' ld: lightning.c:(.text+0x2f090): undefined reference to `__aeabi_fcmplt' ld: lightning.c:(.text+0x2f098): undefined reference to `__aeabi_fcmpge' ld: lightning.c:(.text+0x2f0b8): undefined reference to `__aeabi_dcmpge' ld: lightning.c:(.text+0x3100c): undefined reference to `__aeabi_dcmple' ld: lightning.c:(.text+0x31014): undefined reference to `__aeabi_fcmpeq' ld: lightning.c:(.text+0x3101c): undefined reference to `__aeabi_fcmpgt' ld: lightning.c:(.text+0x31030): undefined reference to `__aeabi_fcmplt' ld: lightning.c:(.text+0x31050): undefined reference to `__aeabi_fcmple' ld: lightning.c:(.text+0x31054): undefined reference to `__aeabi_dcmpge' ld: lightning.c:(.text+0x31074): undefined reference to `__aeabi_dcmpeq' ld: lightning.c:(.text+0x33070): undefined reference to `__aeabi_fcmpgt' ld: lightning.c:(.text+0x33084): undefined reference to `__aeabi_dcmple' ld: lightning.c:(.text+0x33088): undefined reference to `__aeabi_dcmpeq' ld: lightning.c:(.text+0x33090): undefined reference to `__aeabi_dcmplt' ld: lightning.c:(.text+0x33094): undefined reference to `__aeabi_dcmpge' ld: lightning.c:(.text+0x33098): undefined reference to `__aeabi_dcmpgt' ld: lightning.c:(.text+0x330a4): undefined reference to `__aeabi_fcmpge' ld: lightning.c:(.text+0x350a0): undefined reference to `__aeabi_fcmple' ld: lightning.c:(.text+0x350ac): undefined reference to `__aeabi_fcmplt' gmake: *** [Makefile:655: mednafen_psx_libretro.so] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/emulators/libretro-beetle-psx *** Error code 1 Stop. make: stopped in /usr/pkgsrc/emulators/libretro-beetle-psx