=> 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-hw-20200610 rsx/rsx_lib_gl.cpp: In function 'GlDisplayRect compute_gl_display_rect(GlRenderer*)': rsx/rsx_lib_gl.cpp:1600:11: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 return {x, y, width, height}; ^ CXX rsx/rsx_lib_gl.cpp CXX mednafen/psx/irq.cpp CXX mednafen/psx/timer.cpp CXX mednafen/psx/dma.cpp CXX mednafen/psx/frontio.cpp CXX mednafen/psx/sio.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/cpu.cpp CXX mednafen/psx/gte.cpp CXX mednafen/psx/cdc.cpp CXX mednafen/psx/spu.cpp CXX mednafen/psx/gpu.cpp CXX mednafen/psx/mdec.cpp CXX mednafen/psx/input/gamepad.cpp CXX mednafen/psx/input/dualanalog.cpp CXX mednafen/psx/input/dualshock.cpp CXX mednafen/psx/input/justifier.cpp CXX mednafen/psx/input/guncon.cpp CXX mednafen/psx/input/negcon.cpp CXX mednafen/psx/input/memcard.cpp CXX mednafen/psx/input/multitap.cpp CXX mednafen/psx/input/mouse.cpp CXX mednafen/cdrom/CDAccess.cpp CXX mednafen/cdrom/CDAccess_Image.cpp CXX mednafen/cdrom/CDAccess_CCD.cpp CXX mednafen/cdrom/CDAccess_PBP.cpp CXX mednafen/cdrom/audioreader.cpp CXX mednafen/cdrom/misc.cpp CXX mednafen/cdrom/cdromif.cpp CXX mednafen/error.cpp CXX mednafen/settings.cpp CXX mednafen/general.cpp CXX mednafen/FileStream.cpp CXX mednafen/MemoryStream.cpp CXX mednafen/Stream.cpp CXX mednafen/state.cpp CXX mednafen/mempatcher.cpp CXX mednafen/video/Deinterlacer.cpp CXX mednafen/video/surface.cpp CXX libretro.cpp CXX mednafen/mednafen-endian.cpp CXX input.cpp CXX rsx/rsx_intf.cpp CXX mednafen/cdrom/CDAccess_CHD.cpp CC libretro-common/glsym/glsym_gl.c CC libretro-common/glsm/glsm.c CC libretro-common/glsym/rglgen.c 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 ^ CC deps/ugui/ugui.c CC ugui_tools.c CC libretro_cbs.c CC beetle_psx_globals.c CC mednafen/tremor/bitwise.c CC mednafen/tremor/block.c CC mednafen/tremor/codebook.c CC mednafen/tremor/floor0.c CC mednafen/tremor/floor1.c CC mednafen/tremor/framing.c CC mednafen/tremor/info.c CC mednafen/tremor/mapping0.c CC mednafen/tremor/mdct.c CC mednafen/tremor/registry.c CC mednafen/tremor/res012.c CC mednafen/tremor/sharedbook.c CC mednafen/tremor/synthesis.c CC mednafen/tremor/vorbisfile.c CC mednafen/tremor/window.c CC mednafen/cdrom/CDUtility.c CC mednafen/cdrom/galois.c CC mednafen/cdrom/l-ec.c CC mednafen/cdrom/lec.c CC mednafen/cdrom/recover-raw.c CC mednafen/cdrom/edc_crc32.c CC mednafen/md5.c CC libretro-common/streams/file_stream.c CC libretro-common/streams/file_stream_transforms.c CC libretro-common/file/file_path.c CC libretro-common/file/retro_dirent.c CC libretro-common/vfs/vfs_implementation.c CC libretro-common/lists/dir_list.c CC libretro-common/lists/string_list.c CC libretro-common/string/stdstring.c CC libretro-common/compat/compat_strl.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/encodings/encoding_utf.c CC libretro-common/memmap/memalign.c CC libretro-common/hash/rhash.c CC libretro-common/rthreads/rthreads.c CC deps/libkirk/aes.c CC deps/libkirk/amctrl.c CC deps/libkirk/bn.c CC deps/libkirk/des.c CC deps/libkirk/ec.c CC deps/libkirk/kirk_engine.c CC deps/libkirk/sha1.c CC pgxp/pgxp_cpu.c CC pgxp/pgxp_debug.c CC pgxp/pgxp_gpu.c CC pgxp/pgxp_gte.c CC pgxp/pgxp_main.c CC pgxp/pgxp_mem.c CC pgxp/pgxp_value.c CC deps/crypto/md5.c CC deps/crypto/sha1.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/CpuArch.c CC deps/lzma-16.04/C/Delta.c CC deps/lzma-16.04/C/LzFind.c CC deps/lzma-16.04/C/Lzma86Dec.c CC deps/lzma-16.04/C/Lzma86Enc.c CC deps/lzma-16.04/C/LzmaDec.c CC deps/lzma-16.04/C/LzmaEnc.c CC deps/lzma-16.04/C/LzmaLib.c CC deps/lzma-16.04/C/Sort.c CC deps/libchdr/bitstream.c CC deps/libchdr/cdrom.c CC deps/libchdr/chd.c CC deps/libchdr/flac.c CC deps/libchdr/huffman.c CC deps/lightning/lib/jit_disasm.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:2: note: in expansion of macro 'print_dec' print_dec(node->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: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:22: note: in expansion of macro 'print_hex' print_chr(' '); print_hex(node->u.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:3: note: in expansion of macro 'print_dec' print_dec(node->w.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:292:3: note: in expansion of macro 'print_dec' print_dec(node->w.w); ^ 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/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; ^ CC deps/lightning/lib/lightning.c 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/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)) ^ CC deps/lightrec/emitter.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/lightrec.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/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)) ^ CC deps/lightrec/optimizer.c 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/reaper.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/regcache.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 deps/lightning/lib/lightning.o: In function `_swf_bunff': lightning.c:(.text+0x15b6c): undefined reference to `__aeabi_fcmpeq' deps/lightning/lib/lightning.o: In function `_swf_bunff_': lightning.c:(.text+0x16010): undefined reference to `__aeabi_fcmpeq' deps/lightning/lib/lightning.o: In function `_swf_bundd': lightning.c:(.text+0x1a5ac): undefined reference to `__aeabi_dcmpeq' deps/lightning/lib/lightning.o: In function `_swf_bundd_': lightning.c:(.text+0x1ad18): undefined reference to `__aeabi_dcmpeq' deps/lightning/lib/lightning.o: In function `_emit_code': lightning.c:(.text+0x23d64): undefined reference to `__addsf3' lightning.c:(.text+0x23d68): undefined reference to `__aeabi_fsub' lightning.c:(.text+0x23d6c): undefined reference to `__aeabi_fmul' lightning.c:(.text+0x23d70): undefined reference to `__aeabi_fdiv' lightning.c:(.text+0x25c88): undefined reference to `__aeabi_fcmpgt' lightning.c:(.text+0x25c90): undefined reference to `__aeabi_f2iz' lightning.c:(.text+0x25c94): undefined reference to `__aeabi_i2f' lightning.c:(.text+0x25c98): undefined reference to `__aeabi_d2f' lightning.c:(.text+0x25c9c): undefined reference to `__aeabi_fcmplt' lightning.c:(.text+0x25ca0): undefined reference to `__aeabi_fcmple' lightning.c:(.text+0x25ca4): undefined reference to `__aeabi_fcmpeq' lightning.c:(.text+0x25cb0): undefined reference to `__aeabi_fcmpge' lightning.c:(.text+0x27cc4): undefined reference to `__aeabi_fcmpgt' lightning.c:(.text+0x27cc8): undefined reference to `__aeabi_fcmpeq' lightning.c:(.text+0x27ccc): undefined reference to `__aeabi_fcmpge' lightning.c:(.text+0x27cd0): undefined reference to `__aeabi_fcmplt' lightning.c:(.text+0x27cd4): undefined reference to `__aeabi_fcmple' lightning.c:(.text+0x27cdc): undefined reference to `__adddf3' lightning.c:(.text+0x27ce0): undefined reference to `__aeabi_dsub' lightning.c:(.text+0x27ce4): undefined reference to `__aeabi_dmul' lightning.c:(.text+0x27ce8): undefined reference to `__aeabi_ddiv' lightning.c:(.text+0x27cf0): undefined reference to `__aeabi_dcmplt' lightning.c:(.text+0x2bd24): undefined reference to `__aeabi_dcmpge' lightning.c:(.text+0x2bd28): undefined reference to `__aeabi_dcmpgt' lightning.c:(.text+0x2bd2c): undefined reference to `__aeabi_dcmpeq' lightning.c:(.text+0x2bd30): undefined reference to `__aeabi_dcmplt' lightning.c:(.text+0x2bd3c): undefined reference to `__aeabi_dcmple' lightning.c:(.text+0x2dc84): undefined reference to `__aeabi_d2iz' lightning.c:(.text+0x2dc88): undefined reference to `__aeabi_i2d' lightning.c:(.text+0x2dc8c): undefined reference to `__aeabi_f2d' lightning.c:(.text+0x2dc90): undefined reference to `__aeabi_dcmplt' lightning.c:(.text+0x2dc94): undefined reference to `__aeabi_dcmple' lightning.c:(.text+0x2dc98): undefined reference to `__aeabi_dcmpeq' lightning.c:(.text+0x2dc9c): undefined reference to `__aeabi_dcmpge' lightning.c:(.text+0x2dca0): undefined reference to `__aeabi_dcmpgt' lightning.c:(.text+0x2fc94): undefined reference to `__aeabi_dcmplt' lightning.c:(.text+0x2fc9c): undefined reference to `__aeabi_dcmple' lightning.c:(.text+0x2fca4): undefined reference to `__aeabi_fcmpge' lightning.c:(.text+0x2fca8): undefined reference to `__aeabi_fcmpgt' lightning.c:(.text+0x2fcac): undefined reference to `__aeabi_fcmple' lightning.c:(.text+0x2fcb0): undefined reference to `__aeabi_fcmpeq' lightning.c:(.text+0x2fcb4): undefined reference to `__aeabi_fcmplt' lightning.c:(.text+0x31cb0): undefined reference to `__aeabi_dcmple' lightning.c:(.text+0x31cb4): undefined reference to `__aeabi_dcmpeq' lightning.c:(.text+0x31cbc): undefined reference to `__aeabi_fcmple' lightning.c:(.text+0x31cc0): undefined reference to `__aeabi_fcmplt' lightning.c:(.text+0x31cc4): undefined reference to `__aeabi_dcmpgt' lightning.c:(.text+0x31cc8): undefined reference to `__aeabi_fcmpgt' lightning.c:(.text+0x31ccc): undefined reference to `__aeabi_fcmpeq' lightning.c:(.text+0x31cd0): undefined reference to `__aeabi_fcmpge' lightning.c:(.text+0x33cd8): undefined reference to `__aeabi_dcmple' lightning.c:(.text+0x33cdc): undefined reference to `__aeabi_dcmpge' lightning.c:(.text+0x33ce0): undefined reference to `__aeabi_dcmpgt' lightning.c:(.text+0x33ce4): undefined reference to `__aeabi_dcmpeq' lightning.c:(.text+0x33ce8): undefined reference to `__aeabi_dcmplt' gmake: *** [Makefile:655: mednafen_psx_hw_libretro.so] Error 1 *** Error code 2 Stop. make[1]: stopped in /tree/pkgsrc/emulators/libretro-beetle-psx-hw *** Error code 1 Stop. make: stopped in /tree/pkgsrc/emulators/libretro-beetle-psx-hw