You are not logged in.

#1 2021-07-03 07:26:55

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 62

[SOLVED] Failed to build flycast-git, also in clean chroot

Hi,

I recently tried to build the AUR package "flycast-git" but it failed at this point:

fatal error: libchdr/chd.h: No such file or directory
    3 | #include <libchdr/chd.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:548: obj-dreamcast-x64-sse4_1/imgread/chd.build_obj] Error 1
make: *** Waiting for unfinished jobs....
mv -f .dep-obj-dreamcast-x64-sse4_1/deps/libelf/elf64.Td .dep-obj-dreamcast-x64-sse4_1/deps/libelf/elf64.d
mv -f .dep-obj-dreamcast-x64-sse4_1/deps/chdpsr/cdipsr.Td .dep-obj-dreamcast-x64-sse4_1/deps/chdpsr/cdipsr.d
mv -f .dep-obj-dreamcast-x64-sse4_1/deps/libelf/elf32.Td .dep-obj-dreamcast-x64-sse4_1/deps/libelf/elf32.d
mv -f .dep-obj-dreamcast-x64-sse4_1/deps/libelf/elf.Td .dep-obj-dreamcast-x64-sse4_1/deps/libelf/elf.d
mv -f .dep-obj-dreamcast-x64-sse4_1/./stdclass.Td .dep-obj-dreamcast-x64-sse4_1/./stdclass.d
mv -f .dep-obj-dreamcast-x64-sse4_1/rend/gui_cheats.Td .dep-obj-dreamcast-x64-sse4_1/rend/gui_cheats.d
mv -f .dep-obj-dreamcast-x64-sse4_1/rend/CustomTexture.Td .dep-obj-dreamcast-x64-sse4_1/rend/CustomTexture.d

As a comparison, I tried to follow the guide on https://wiki.archlinux.org/title/Develo … ean_chroot . The commands I used are:

$ mkdir ~/chroot
$ CHROOT=$HOME/chroot
$ mkarchroot $CHROOT/root base-devel
$ arch-nspawn $CHROOT/root pacman -Syu

Then I downloaded the PKGBUILD from "View PKGBUILD" on  "flycast-git":

$ cd download/
$ makechrootpkg -c -r $CHROOT

It again failed, but at a different point:

ar crs libminiupnpc.a miniwget.o minixml.o igd_desc_parse.o minisoap.o miniupnpc.o upnpreplyparse.o upnpcommands.o upnperrors.o connecthostport.o portlistingparse.o receivedata.o upnpdev.o addr_is_reserved.o minissdpc.o
make[1]: Leaving directory '/build/flycast-git/src/flycast/core/deps/miniupnpc'

How to diagnose the problem?

Last edited by E3LDDfrK (2021-07-03 22:51:02)

Offline

#2 2021-07-03 10:32:29

loqs
Member
Registered: 2014-03-06
Posts: 17,325

Re: [SOLVED] Failed to build flycast-git, also in clean chroot

Please always post the whole output from makepkg,  as the error can be much earlier.  For instance in the chroot case

Platform: x64 sse4_1
echo "#define GIT_VERSION \"`git describe --tags --always`\"" > /build/flycast-git/src/flycast/shell/linux/../../core/version.h
make -C /build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc libminiupnpc.a
mkdir -p libchdr && \
  cd libchdr && \
  cmake  -DBUILD_SHARED_LIBS=OFF -DCMAKE_SH=SH-NOTFOUND /build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr && \
  cmake --build .
make[1]: Entering directory '/build/flycast-git/src/flycast/core/deps/miniupnpc'
/bin/sh: line 3: cmake: command not found
make: *** [Makefile:519: libchdr/libchdr-static.a] Error 127
make: *** Waiting for unfinished jobs....
/bin/sh updateminiupnpcstrings.sh
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o minixml.o minixml.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o igd_desc_parse.o igd_desc_parse.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o miniupnpc.o miniupnpc.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnpreplyparse.o upnpreplyparse.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnpcommands.o upnpcommands.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnperrors.o upnperrors.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o connecthostport.o connecthostport.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o portlistingparse.o portlistingparse.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o receivedata.o receivedata.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnpdev.o upnpdev.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o addr_is_reserved.o addr_is_reserved.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o minissdpc.o minissdpc.c
which: no lsb_release in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
Detected OS [Linux] version [5.12.14-1-stable]
echo "#define GIT_HASH \"`git rev-parse --short HEAD`\"" >> /build/flycast-git/src/flycast/shell/linux/../../core/version.h
MiniUPnPc version [2.2.1]
setting OS_STRING macro value to Linux/5.12.14-1-stable in miniupnpcstrings.h.
echo "#define BUILD_DATE \"`date '+%Y-%m-%d %H:%M:%S %Z'`\"" >> /build/flycast-git/src/flycast/shell/linux/../../core/version.h
setting MINIUPNPC_VERSION_STRING macro value to 2.2.1 in miniupnpcstrings.h.
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o miniwget.o miniwget.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o minisoap.o minisoap.c
ar crs libminiupnpc.a miniwget.o minixml.o igd_desc_parse.o minisoap.o miniupnpc.o upnpreplyparse.o upnpcommands.o upnperrors.o connecthostport.o portlistingparse.o receivedata.o upnpdev.o addr_is_reserved.o minissdpc.o
make[1]: Leaving directory '/build/flycast-git/src/flycast/core/deps/miniupnpc'

Can you spot the error now?

Using modified PKGBUILD

# Maintainer: Manuel <mdomlop@gmail.com>

_pkgname=flycast
pkgname=$_pkgname-git
pkgver=r4481.14360bea
pkgrel=1
pkgdesc='A multi-platform Sega Dreamcast, Naomi and Atomiswave emulator'
arch=('x86_64' 'i686')
url="https://github.com/flyinghead/flycast"
license=('GPL2')
depends=('libgl' 'libzip' 'xxhash' 'zlib' 'alsa-lib')
makedepends=('git' 'cmake' 'python' 'systemd')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")
md5sums=('SKIP')

prepare() {
	cd $_pkgname
	git submodule update --init --recursive
}


pkgver() {
	cd $_pkgname
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
echo `pkg-config --cflags x11`
	cd $_pkgname/shell/linux
	make
#	cmake -B build -S $_pkgname
#	make -C build
}

package() {
	cd $_pkgname/shell/linux
	install -Dm755 nosym-$_pkgname.elf "$pkgdir"/usr/bin/$_pkgname
	install -Dm644 $_pkgname.png "$pkgdir"/usr/share/pixmaps/$_pkgname.png
	install -Dm644 $_pkgname.desktop "$pkgdir"/usr/share/applications/$_pkgname.desktop
}

In a clean chroot produces

Platform: x64 sse4_1
echo "#define GIT_VERSION \"`git describe --tags --always`\"" > /build/flycast-git/src/flycast/shell/linux/../../core/version.h
make -C /build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc libminiupnpc.a
mkdir -p libchdr && \
  cd libchdr && \
  cmake  -DBUILD_SHARED_LIBS=OFF -DCMAKE_SH=SH-NOTFOUND /build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr && \
  cmake --build .
make[1]: Entering directory '/build/flycast-git/src/flycast/core/deps/miniupnpc'
/bin/sh updateminiupnpcstrings.sh
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o minixml.o minixml.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o igd_desc_parse.o igd_desc_parse.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o miniupnpc.o miniupnpc.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnpreplyparse.o upnpreplyparse.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnpcommands.o upnpcommands.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnperrors.o upnperrors.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o connecthostport.o connecthostport.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o portlistingparse.o portlistingparse.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o receivedata.o receivedata.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o upnpdev.o upnpdev.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o addr_is_reserved.o addr_is_reserved.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o minissdpc.o minissdpc.c
which: no lsb_release in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
Detected OS [Linux] version [5.12.14-1-stable]
MiniUPnPc version [2.2.1]
setting OS_STRING macro value to Linux/5.12.14-1-stable in miniupnpcstrings.h.
echo "#define GIT_HASH \"`git rev-parse --short HEAD`\"" >> /build/flycast-git/src/flycast/shell/linux/../../core/version.h
setting MINIUPNPC_VERSION_STRING macro value to 2.2.1 in miniupnpcstrings.h.
echo "#define BUILD_DATE \"`date '+%Y-%m-%d %H:%M:%S %Z'`\"" >> /build/flycast-git/src/flycast/shell/linux/../../core/version.h
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o miniwget.o miniwget.c
cc -fPIC -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB -Wall -W -Wstrict-prototypes -fno-common -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_FORTIFY_SOURCE=2  -c -o minisoap.o minisoap.c
mkdir -p obj-dreamcast-x64-sse4_1/deps/glslang/glslang/OSDependent/Unix/
mkdir -p obj-dreamcast-x64-sse4_1/cfg/
mkdir -p obj-dreamcast-x64-sse4_1/cfg/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/deps/glslang/glslang/OSDependent/Unix/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/cfg/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/cfg/
mkdir -p obj-dreamcast-x64-sse4_1/cfg/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/deps/glslang/glslang/OSDependent/Unix/ossource.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/deps/glslang/glslang/OSDependent/Unix/ossource.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang/glslang/OSDependent/Unix/ossource.cpp -o obj-dreamcast-x64-sse4_1/deps/glslang/glslang/OSDependent/Unix/ossource.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/cfg/cfg.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/cfg/cfg.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/cfg/cfg.cpp -o obj-dreamcast-x64-sse4_1/cfg/cfg.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/cfg/cl.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/cfg/cl.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/cfg/cl.cpp -o obj-dreamcast-x64-sse4_1/cfg/cl.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/cfg/
mkdir -p obj-dreamcast-x64-sse4_1/cfg/
mkdir -p obj-dreamcast-x64-sse4_1/hw/arm7/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/cfg/ini.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/cfg/ini.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/cfg/ini.cpp -o obj-dreamcast-x64-sse4_1/cfg/ini.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/cfg/
mkdir -p obj-dreamcast-x64-sse4_1/hw/arm7/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/arm7/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/cfg/option.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/cfg/option.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/cfg/option.cpp -o obj-dreamcast-x64-sse4_1/cfg/option.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/arm7/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/arm7/
mkdir -p obj-dreamcast-x64-sse4_1/hw/arm7/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/arm7/arm7.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7.cpp -o obj-dreamcast-x64-sse4_1/hw/arm7/arm7.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/arm7/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm32.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm32.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_arm32.cpp -o obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm32.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/arm7/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm64.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm64.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_arm64.cpp -o obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm64.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/arm7/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec.cpp -o obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/arm7/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/arm7/
mkdir -p obj-dreamcast-x64-sse4_1/hw/arm7/
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/arm7/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_x64.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_x64.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp -o obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_x64.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/arm7/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/arm7/arm_mem.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm_mem.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm_mem.cpp -o obj-dreamcast-x64-sse4_1/hw/arm7/arm_mem.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/arm7/vbaARM.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/arm7/vbaARM.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/vbaARM.cpp -o obj-dreamcast-x64-sse4_1/hw/arm7/vbaARM.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/aica.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/aica.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/aica.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/aica_if.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica_if.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/aica_if.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/aica_if.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/dsp_arm64.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_arm64.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/dsp_arm64.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/dsp_arm64.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/aica_mem.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica_mem.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/aica_mem.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/aica_mem.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/dsp.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/dsp.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/dsp.build_obj
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm64.Td .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm64.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm32.Td .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_arm32.d
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/dsp_interp.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_interp.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/dsp_interp.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/dsp_interp.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/dsp_x64.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_x64.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/dsp_x64.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/dsp_x64.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_arm64.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_arm64.d
mkdir -p obj-dreamcast-x64-sse4_1/hw/aica/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/dsp_x86.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_x86.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/dsp_x86.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/dsp_x86.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/aica/
mkdir -p obj-dreamcast-x64-sse4_1/hw/holly/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/aica/sgc_if.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/aica/sgc_if.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/aica/sgc_if.cpp -o obj-dreamcast-x64-sse4_1/hw/aica/sgc_if.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/holly/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/holly/holly_intc.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/holly/holly_intc.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/holly/holly_intc.cpp -o obj-dreamcast-x64-sse4_1/hw/holly/holly_intc.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/holly/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/holly/
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_interp.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_interp.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_x86.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_x86.d
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/holly/sb.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/holly/sb.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/holly/sb.cpp -o obj-dreamcast-x64-sse4_1/hw/holly/sb.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/holly/
mkdir -p obj-dreamcast-x64-sse4_1/hw/gdrom/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/holly/
mkdir -p obj-dreamcast-x64-sse4_1/hw/gdrom/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/holly/sb_mem.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/holly/sb_mem.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/holly/sb_mem.cpp -o obj-dreamcast-x64-sse4_1/hw/holly/sb_mem.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/maple/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/gdrom/gdrom_response.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/gdrom_response.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/gdrom/gdrom_response.cpp -o obj-dreamcast-x64-sse4_1/hw/gdrom/gdrom_response.build_obj
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/maple/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/gdrom/gdromv3.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/gdromv3.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/gdrom/gdromv3.cpp -o obj-dreamcast-x64-sse4_1/hw/gdrom/gdromv3.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/maple/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/maple/maple_cfg.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_cfg.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/maple/maple_cfg.cpp -o obj-dreamcast-x64-sse4_1/hw/maple/maple_cfg.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/maple/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/maple/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/maple/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/maple/maple_devs.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_devs.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/maple/maple_devs.cpp -o obj-dreamcast-x64-sse4_1/hw/maple/maple_devs.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/maple/maple_helper.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_helper.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/maple/maple_helper.cpp -o obj-dreamcast-x64-sse4_1/hw/maple/maple_helper.build_obj
mv -f .dep-obj-dreamcast-x64-sse4_1/deps/glslang/glslang/OSDependent/Unix/ossource.Td .dep-obj-dreamcast-x64-sse4_1/deps/glslang/glslang/OSDependent/Unix/ossource.d
mkdir -p obj-dreamcast-x64-sse4_1/hw/maple/
mkdir -p obj-dreamcast-x64-sse4_1/hw/maple/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/maple/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/maple/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/maple/maple_if.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_if.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/maple/maple_if.cpp -o obj-dreamcast-x64-sse4_1/hw/maple/maple_if.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/maple/maple_jvs.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_jvs.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/maple/maple_jvs.cpp -o obj-dreamcast-x64-sse4_1/hw/maple/maple_jvs.build_obj
mkdir -p obj-dreamcast-x64-sse4_1/hw/mem/
mkdir -p obj-dreamcast-x64-sse4_1/hw/pvr/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/mem/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/pvr/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/mem/_vmem.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/mem/_vmem.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/mem/_vmem.cpp -o obj-dreamcast-x64-sse4_1/hw/mem/_vmem.build_obj
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/pvr/drkPvr.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/pvr/drkPvr.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/pvr/drkPvr.cpp -o obj-dreamcast-x64-sse4_1/hw/pvr/drkPvr.build_obj
-- The C compiler identification is GNU 11.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - broken
CMake Error at /usr/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake:66 (message):
  The C compiler

    "/usr/bin/cc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeTmp
    
    Run Build Command(s):/usr/bin/make -f Makefile cmTC_87d8e/fast && make[1]: Entering directory '/build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeTmp'
    /usr/bin/make  -f CMakeFiles/cmTC_87d8e.dir/build.make CMakeFiles/cmTC_87d8e.dir/build
    make[2]: Entering directory '/build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeTmp'
    Building C object CMakeFiles/cmTC_87d8e.dir/testCCompiler.c.o
    /usr/bin/cc   -D_FORTIFY_SOURCE=2 -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -o CMakeFiles/cmTC_87d8e.dir/testCCompiler.c.o -c /build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeTmp/testCCompiler.c
    Linking C executable cmTC_87d8e
    /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_87d8e.dir/link.txt --verbose=1
    /usr/bin/cc -D_FORTIFY_SOURCE=2 -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -no-pie -g -Wl,-Map,.map,--gc-sections -Wl,-O3 -Wl,--sort-common -fopenmp  CMakeFiles/cmTC_87d8e.dir/testCCompiler.c.o -o cmTC_87d8e 
    cc: error: unrecognized command-line option ‘--cflags’
    make[2]: *** [CMakeFiles/cmTC_87d8e.dir/build.make:99: cmTC_87d8e] Error 1
    make[2]: Leaving directory '/build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeTmp'
    make[1]: *** [Makefile:127: cmTC_87d8e/fast] Error 2
    make[1]: Leaving directory '/build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeTmp'
    
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:3 (project)


-- Configuring incomplete, errors occurred!
See also "/build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeOutput.log".
See also "/build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeError.log".
mkdir -p obj-dreamcast-x64-sse4_1/hw/pvr/
mkdir -p .dep-obj-dreamcast-x64-sse4_1/hw/pvr/
g++  -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/include/linux -MT obj-dreamcast-x64-sse4_1/hw/pvr/pvr_mem.build_obj -MD -MP -MF .dep-obj-dreamcast-x64-sse4_1/hw/pvr/pvr_mem.Td -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -fexceptions -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -fno-rtti -fno-operator-names -D_GLIBCXX_USE_CXX11_ABI=0 -std=gnu++11 `pkg-config --cflags x11` -D SUPPORT_X11 -D USE_EVDEV -D USE_UDEV `pkg-config --cflags alsa` -D USE_ALSA -D USE_OSS /build/flycast-git/src/flycast/shell/linux/../../core/hw/pvr/pvr_mem.cpp -o obj-dreamcast-x64-sse4_1/hw/pvr/pvr_mem.build_obj
make: *** [Makefile:519: libchdr/libchdr-static.a] Error 1
make: *** Waiting for unfinished jobs....
ar crs libminiupnpc.a miniwget.o minixml.o igd_desc_parse.o minisoap.o miniupnpc.o upnpreplyparse.o upnpcommands.o upnperrors.o connecthostport.o portlistingparse.o receivedata.o upnpdev.o addr_is_reserved.o minissdpc.o
make[1]: Leaving directory '/build/flycast-git/src/flycast/core/deps/miniupnpc'
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/arm7/vbaARM.Td .dep-obj-dreamcast-x64-sse4_1/hw/arm7/vbaARM.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/gdrom_response.Td .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/gdrom_response.d
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7.cpp:359:
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h: In function ‘void aicaarm::recompiler::interpret(u32)’:
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:703:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  703 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:732:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  732 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:762:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  762 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:797:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  797 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:826:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  826 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:863:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  863 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:900:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  900 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:939:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  939 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:987:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  987 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:1394:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 1394 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_AND,  OP_AND, 0x000);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:703:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  703 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:732:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  732 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:762:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  762 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:797:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  797 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:826:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  826 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:863:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  863 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:900:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  900 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:939:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  939 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm_mem.Td .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm_mem.d
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:987:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  987 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2033:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2033 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_EOR,  OP_EOR, 0x020);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica_mem.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica_mem.d
mv -f .dep-obj-dreamcast-x64-sse4_1/cfg/cl.Td .dep-obj-dreamcast-x64-sse4_1/cfg/cl.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_helper.Td .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_helper.d
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:363:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  363 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:395:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  395 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:428:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  428 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:466:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  466 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:498:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  498 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:538:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  538 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:578:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  578 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:620:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  620 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:671:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  671 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2370:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2370 |     LOGICAL_DATA_OPCODE             (OP_ORR,  OP_ORR, 0x180);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:703:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  703 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:732:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  732 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:762:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  762 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:797:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  797 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:826:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  826 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:863:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  863 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:900:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  900 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:939:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  939 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:987:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  987 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2372:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2372 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MOV,  OP_MOV, 0x1a0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:363:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  363 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:395:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  395 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:428:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  428 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:466:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  466 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:498:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  498 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:538:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  538 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:578:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  578 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/pvr/drkPvr.Td .dep-obj-dreamcast-x64-sse4_1/hw/pvr/drkPvr.d
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:620:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  620 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:671:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  671 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2374:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE’
 2374 |     LOGICAL_DATA_OPCODE             (OP_BIC,  OP_BIC, 0x1c0);
      |     ^~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:703:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  703 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:732:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  732 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:762:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  762 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:797:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  797 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:826:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  826 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:863:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  863 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:900:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  900 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:939:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  939 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/holly/holly_intc.Td .dep-obj-dreamcast-x64-sse4_1/hw/holly/holly_intc.d
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:987:12: warning: variable ‘C_OUT’ set but not used [-Wunused-but-set-variable]
  987 |       bool C_OUT = C_FLAG;\
      |            ^~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm-new.h:2376:5: note: in expansion of macro ‘LOGICAL_DATA_OPCODE_WITHOUT_base’
 2376 |     LOGICAL_DATA_OPCODE_WITHOUT_base(OP_MVN,  OP_MVN, 0x1e0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_if.Td .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_if.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica_if.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/aica_if.d
mv -f .dep-obj-dreamcast-x64-sse4_1/cfg/cfg.Td .dep-obj-dreamcast-x64-sse4_1/cfg/cfg.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/pvr/pvr_mem.Td .dep-obj-dreamcast-x64-sse4_1/hw/pvr/pvr_mem.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_cfg.Td .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_cfg.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/mem/_vmem.Td .dep-obj-dreamcast-x64-sse4_1/hw/mem/_vmem.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/gdromv3.Td .dep-obj-dreamcast-x64-sse4_1/hw/gdrom/gdromv3.d
/tmp/ccE3c8yY.s: Assembler messages:
/tmp/ccE3c8yY.s:6946: Warning: ignoring changed section attributes for .text
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/holly/sb.Td .dep-obj-dreamcast-x64-sse4_1/hw/holly/sb.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec.Td .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_devs.Td .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_devs.d
mv -f .dep-obj-dreamcast-x64-sse4_1/cfg/ini.Td .dep-obj-dreamcast-x64-sse4_1/cfg/ini.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/holly/sb_mem.Td .dep-obj-dreamcast-x64-sse4_1/hw/holly/sb_mem.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/sgc_if.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/sgc_if.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_jvs.Td .dep-obj-dreamcast-x64-sse4_1/hw/maple/maple_jvs.d
mv -f .dep-obj-dreamcast-x64-sse4_1/cfg/option.Td .dep-obj-dreamcast-x64-sse4_1/cfg/option.d
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h: In member function ‘bool aicaarm::Arm7Compiler::emitDataProcOp(const aicaarm::ArmOp&)’:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:864:24: warning: array subscript 0 is outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
  864 |                 RegExp exp = *this;
      |                        ^~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:551:66: warning: array subscript 2 is outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
  551 |         XBYAK_CONSTEXPR bool isBit(uint32_t bit) const { return (bit_ & bit) != 0; }
      |                                                                  ^~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:552:58: warning: array subscript 1 is outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
  552 |         XBYAK_CONSTEXPR uint32_t getBit() const { return bit_; }
      |                                                          ^~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:866:62: warning: array subscript 0 is outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
  866 |                 if (index_.isBit(i32e) && !base_.getBit() && scale_ == 2) {
      |                                                              ^~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:867:35: warning: array subscript 16 is outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
  867 |                         exp.base_ = index_;
      |                         ~~~~~~~~~~^~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:552:58: warning: array subscript 1 is outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
  552 |         XBYAK_CONSTEXPR uint32_t getBit() const { return bit_; }
      |                                                          ^~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:1215:43: warning: array subscript ‘const Xbyak::Address[0]’ is partly outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
 1215 |         bool isBroadcast() const { return broadcast_; }
      |                                           ^~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
In file included from /build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:24:
/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak/xbyak/xbyak.h:1215:43: warning: array subscript ‘const Xbyak::Address[0]’ is partly outside array bounds of ‘Xbyak::Operand [1]’ [-Warray-bounds]
 1215 |         bool isBroadcast() const { return broadcast_; }
      |                                           ^~~~~~~~~~
/build/flycast-git/src/flycast/shell/linux/../../core/hw/arm7/arm7_rec_x64.cpp:356:32: note: while referencing ‘arg0’
  356 |                 Xbyak::Operand arg0 = getOperand(op.arg[0], r8d);
      |                                ^~~~
/tmp/ccoyMYar.s: Assembler messages:
/tmp/ccoyMYar.s:62535: Warning: ignoring changed section attributes for .text
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_x64.Td .dep-obj-dreamcast-x64-sse4_1/hw/aica/dsp_x64.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_x64.Td .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7_rec_x64.d
mv -f .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7.Td .dep-obj-dreamcast-x64-sse4_1/hw/arm7/arm7.d
    /usr/bin/cc -D_FORTIFY_SOURCE=2 -fno-builtin-sqrtf -DVK_USE_PLATFORM_XLIB_KHR -D USE_VULKAN -I/build/flycast-git/src/flycast/shell/linux/../../core -I/build/flycast-git/src/flycast/shell/linux/../../core/rend/gles -I/build/flycast-git/src/flycast/shell/linux/../../core/deps -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/vixl -I/build/flycast-git/src/flycast/shell/linux/../../core/khronos -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glslang -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/glm -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xbyak -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/nowide/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/picotcp/modules -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/zlib-1.2.11/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00 -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/libchdr/deps/lzma-19.00/include -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/miniupnpc -DCHD5_FLAC -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/src/libFLAC/include/ -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/flac/include -DHAVE_CONFIG_H -D_7ZIP_ST -DCHD5_LZMA -DXXH_INLINE_ALL -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/xxHash -I/build/flycast-git/src/flycast/shell/linux/../../core/deps/stb -g -O3 -D NDEBUG -c -fopenmp  -frename-registers -fno-strict-aliasing -fsingle-precision-constant -ftree-vectorize -Wall -Wno-unused-result -fomit-frame-pointer `pkg-config --cflags x11` -D SUPPORT_X11 -DMINIUPNP_STATICLIB  -no-pie -g -Wl,-Map,.map,--gc-sections -Wl,-O3 -Wl,--sort-common -fopenmp  CMakeFiles/cmTC_87d8e.dir/testCCompiler.c.o -o cmTC_87d8e 
    cc: error: unrecognized command-line option ‘--cflags’

`pkg-config --cflags x11` somehow produced --cflags .... ?

Last edited by loqs (2021-07-03 11:27:27)

Offline

#3 2021-07-03 17:10:25

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 62

Re: [SOLVED] Failed to build flycast-git, also in clean chroot

Alright, so basically the PKGBUILD missed some dependencies including cmake. But even then, it still won't build in clean chroot. 

Scrolling up the output, some standouts are:

-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/cc - broken
CMake Error at /usr/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake:66 (message):
  The C compiler

    "/usr/bin/cc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /build/flycast-git/src/flycast/shell/linux/libchdr/CMakeFiles/CMakeTmp

and the one you noted:

cc: error: unrecognized command-line option ‘--cflags’

Outside clean chroot, it stills give the same error:

fatal error: libchdr/chd.h: No such file or directory

Last edited by E3LDDfrK (2021-07-03 17:14:06)

Offline

#4 2021-07-03 17:53:31

loqs
Member
Registered: 2014-03-06
Posts: 17,325

Re: [SOLVED] Failed to build flycast-git, also in clean chroot

libchdr/chd.h is from a a git submodule.  See the prepare function in post #2 for one method to download them.  The other approach is covered in VCS_package_guidelines#Git_submodules.

Offline

#5 2021-07-03 21:07:49

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 62

Re: [SOLVED] Failed to build flycast-git, also in clean chroot

I see. I forgot to edit the PKGBUILD when installing outside the clean chroot. 

Both methods now give the same errors.

Offline

#6 2021-07-03 22:11:45

loqs
Member
Registered: 2014-03-06
Posts: 17,325

Re: [SOLVED] Failed to build flycast-git, also in clean chroot

This builds and installs the produced executable.  The PKGBUILD depends and CMakeLists.txt options are incomplete.

# Maintainer: Manuel <mdomlop@gmail.com>

_pkgname=flycast
pkgname=$_pkgname-git
pkgver=r4481.14360bea
pkgrel=1
pkgdesc='A multi-platform Sega Dreamcast, Naomi and Atomiswave emulator'
arch=('x86_64' 'i686')
url="https://github.com/flyinghead/flycast"
license=('GPL2')
depends=('libgl' 'libzip' 'xxhash' 'zlib' 'alsa-lib')
makedepends=('git' 'cmake' 'python' 'systemd')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")
md5sums=('SKIP')

prepare() {
	cd $_pkgname
	git submodule update --init --recursive
}


pkgver() {
	cd $_pkgname
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
#	cd $_pkgname/shell/linux
#	make
	cmake -B build -S $_pkgname \
		-DCMAKE_INSTALL_PREFIX='/usr'
	make -C build
}

package() {
#	make -C build DESTDIR="$pkgdir" install
	install -Dm755 build/$_pkgname "$pkgdir"/usr/bin/$_pkgname
	cd $_pkgname/shell/linux
#	install -Dm755 nosym-$_pkgname.elf "$pkgdir"/usr/bin/$_pkgname
	install -Dm644 $_pkgname.png "$pkgdir"/usr/share/pixmaps/$_pkgname.png
	install -Dm644 $_pkgname.desktop "$pkgdir"/usr/share/applications/$_pkgname.desktop
}

Offline

#7 2021-07-03 22:51:35

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 62

Re: [SOLVED] Failed to build flycast-git, also in clean chroot

Thanks a lot. This works.

Offline

#8 2021-07-28 17:24:51

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: [SOLVED] Failed to build flycast-git, also in clean chroot

loqs wrote:

This builds and installs the produced executable.  The PKGBUILD depends and CMakeLists.txt options are incomplete.

# Maintainer: Manuel <mdomlop@gmail.com>

_pkgname=flycast
pkgname=$_pkgname-git
pkgver=r4481.14360bea
pkgrel=1
pkgdesc='A multi-platform Sega Dreamcast, Naomi and Atomiswave emulator'
arch=('x86_64' 'i686')
url="https://github.com/flyinghead/flycast"
license=('GPL2')
depends=('libgl' 'libzip' 'xxhash' 'zlib' 'alsa-lib')
makedepends=('git' 'cmake' 'python' 'systemd')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")
md5sums=('SKIP')

prepare() {
	cd $_pkgname
	git submodule update --init --recursive
}


pkgver() {
	cd $_pkgname
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
#	cd $_pkgname/shell/linux
#	make
	cmake -B build -S $_pkgname \
		-DCMAKE_INSTALL_PREFIX='/usr'
	make -C build
}

package() {
#	make -C build DESTDIR="$pkgdir" install
	install -Dm755 build/$_pkgname "$pkgdir"/usr/bin/$_pkgname
	cd $_pkgname/shell/linux
#	install -Dm755 nosym-$_pkgname.elf "$pkgdir"/usr/bin/$_pkgname
	install -Dm644 $_pkgname.png "$pkgdir"/usr/share/pixmaps/$_pkgname.png
	install -Dm644 $_pkgname.desktop "$pkgdir"/usr/share/applications/$_pkgname.desktop
}

Worked also for me. Thank you!


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

Board footer

Powered by FluxBB