On 2020/04/28 22:11, Jonathan Gray wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2020/04/28 22:11:29
>
> Modified files:
> graphics/vulkan-loader: Makefile
> graphics/vulkan-loader/patches: patch-loader_CMakeLists_txt
>
> Log message:
> backport a patch to fix build when there is no as(1)
> fixes build on aarch64
>
> ok phessler@ maintainer thfr@ does not have time to review but is fine
> with this going in
>
This breaks i386:
>>> Building on i386-3 under graphics/vulkan-loader
BDEPENDS =
[lang/python/3.7;devel/cmake;graphics/vulkan-headers;devel/ninja]
DIST = [graphics/vulkan-loader:Vulkan-Loader-sdk-1.1.108.0.tar.gz]
FULLPKGNAME = vulkan-loader-1.1.108.0p0
RDEPENDS = [graphics/vulkan-headers]
(Junk lock failure for i386-3 at 1588370583.50357)
Received IO
(Junk lock obtained for i386-3 at 1588370584.55)
Received IO
Woken up graphics/vulkan-loader
>>> Running depends in graphics/vulkan-loader at 1588370585.24
last junk was in net/ocserv
/usr/sbin/pkg_add -aI -Drepair cmake-3.16.2p1v0 ninja-1.10.0 python-3.7.7
vulkan-headers-1.1.108.0p0
was: /usr/sbin/pkg_add -aI -Drepair cmake-3.16.2p1v0 ninja-1.10.0 python-3.7.7
vulkan-headers-1.1.108.0p0
/usr/sbin/pkg_add -aI -Drepair cmake-3.16.2p1v0 ninja-1.10.0 python-3.7.7
vulkan-headers-1.1.108.0p0
>>> Running show-prepare-results in graphics/vulkan-loader at 1588370598.20
===> graphics/vulkan-loader
===> vulkan-loader-1.1.108.0p0 depends on: vulkan-headers-* ->
vulkan-headers-1.1.108.0p0
===> vulkan-loader-1.1.108.0p0 depends on: cmake-* -> cmake-3.16.2p1v0
===> vulkan-loader-1.1.108.0p0 depends on: ninja->=1.5.1 -> ninja-1.10.0
===> vulkan-loader-1.1.108.0p0 depends on: python->=3.7,<3.8 -> python-3.7.7
===> Verifying specs: m pthread
===> found m.10.1 pthread.26.1
cmake-3.16.2p1v0
ninja-1.10.0
python-3.7.7
vulkan-headers-1.1.108.0p0
(Junk lock released for i386-3 at 1588370598.78)
distfiles size=1342959
>>> Running build in graphics/vulkan-loader at 1588370598.81
===> graphics/vulkan-loader
===> Checking files for vulkan-loader-1.1.108.0p0
`/mnt/distfiles/Vulkan-Loader-sdk-1.1.108.0.tar.gz' is up to date.
>> (SHA256) Vulkan-Loader-sdk-1.1.108.0.tar.gz: OK
===> Extracting for vulkan-loader-1.1.108.0p0
===> Patching for vulkan-loader-1.1.108.0p0
===> Applying OpenBSD patch patch-CMakeLists_txt
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-CMakeLists_txt,v 1.2 2019/06/22 17:02:24 ajacoutot Exp $
|
|Index: CMakeLists.txt
|--- CMakeLists.txt.orig
|+++ CMakeLists.txt
--------------------------
Patching file CMakeLists.txt using Plan A...
Hunk #1 succeeded at 77.
Hunk #2 succeeded at 97.
done
===> Applying OpenBSD patch patch-loader_CMakeLists_txt
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-loader_CMakeLists_txt,v 1.2 2020/04/29 04:11:29 jsg Exp $
|
|Avoid vulkan-validation-layers vk_loader_platform.h being used.
|
|loader: move to using gcc for asm compiles on Linux.
|85836796b3574fa8fa593a1da4d2a710f3467168
|
|Index: loader/CMakeLists.txt
|--- loader/CMakeLists.txt.orig
|+++ loader/CMakeLists.txt
--------------------------
Patching file loader/CMakeLists.txt using Plan A...
Hunk #1 succeeded at 15.
Hunk #2 succeeded at 148.
Hunk #3 succeeded at 241.
done
===> Applying OpenBSD patch patch-loader_loader_c
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-loader_loader_c,v 1.1.1.1 2019/06/22 15:28:42 thfr Exp $
|
|revert commit ecb0b1e69fb2f4d3cae262e6da24c170ce62ae13 to attempt to
|fix vulkaninfo
|
|Index: loader/loader.c
|--- loader/loader.c.orig
|+++ loader/loader.c
--------------------------
Patching file loader/loader.c using Plan A...
Hunk #1 succeeded at 229.
Hunk #2 succeeded at 6756.
done
===> Applying OpenBSD patch patch-loader_trampoline_c
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-loader_trampoline_c,v 1.1.1.1 2019/06/22 15:28:42 thfr Exp $
|
|revert commit ecb0b1e69fb2f4d3cae262e6da24c170ce62ae13 to attempt to
|fix vulkaninfo
|
|Index: loader/trampoline.c
|--- loader/trampoline.c.orig
|+++ loader/trampoline.c
--------------------------
Patching file loader/trampoline.c using Plan A...
Hunk #1 succeeded at 778.
done
===> Applying OpenBSD patch patch-loader_vk_loader_platform_h
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$OpenBSD: patch-loader_vk_loader_platform_h,v 1.1.1.1 2019/06/22 15:28:42 thfr
Exp $
|
|Index: loader/vk_loader_platform.h
|--- loader/vk_loader_platform.h.orig
|+++ loader/vk_loader_platform.h
--------------------------
Patching file loader/vk_loader_platform.h using Plan A...
Hunk #1 succeeded at 31.
done
===> Compiler link: clang -> /usr/bin/clang
===> Compiler link: clang++ -> /usr/bin/clang++
===> Compiler link: cc -> /usr/bin/cc
===> Compiler link: c++ -> /usr/bin/c++
===> Generating configure for vulkan-loader-1.1.108.0p0
===> Configuring for vulkan-loader-1.1.108.0p0
/usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst
-DMODPY_PYCACHE=\"__pycache__/\" -DMODPY_COMMENT= -DMODPY_ABI3SO=\".abi3\"
-DMODPY_PYC_MAGIC_TAG=\"cpython-37.\" -DMODPY_BIN=/usr/local/bin/python3.7
-DMODPY_EGG_VERSION= -DMODPY_VERSION=3.7 -DMODPY_BIN_SUFFIX=-3
-DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc
-DMODCMAKE_BUILD_SUFFIX=-release.cmake -DLIBvulkan_VERSION=0.0 -DARCH=i386
-DBASE_PKGPATH=graphics/vulkan-loader -DFLAVOR_EXT=
-DFULLPKGNAME=vulkan-loader-1.1.108.0p0
-DHOMEPAGE=https://www.khronos.org/vulkan/ -DLOCALBASE=/usr/local
-DLOCALSTATEDIR=/var -DMACHINE_ARCH=i386 -DMAINTAINER=Thomas\ Frohwein\
\<[email protected]\> -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc
-DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=vulkan-loader -i -B
/pobj/vulkan-loader-1.1.108.0
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/CMakeLists.txt
cp
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.asm
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S
-- The C compiler identification is Clang 8.0.1
-- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /pobj/vulkan-loader-1.1.108.0/bin/cc
-- Check for working C compiler: /pobj/vulkan-loader-1.1.108.0/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /pobj/vulkan-loader-1.1.108.0/bin/c++
-- Check for working CXX compiler: /pobj/vulkan-loader-1.1.108.0/bin/c++ --
works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.7.7",
minimum required is "3")
-- Found VulkanHeaders: /usr/local/include
-- Found VulkanRegistry: /usr/local/share/vulkan/registry
-- Detected Vulkan Version 1.1.108
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Found xcb: /usr/X11R6/include
-- Found X11: /usr/X11R6/include
-- Looking for XOpenDisplay in
/usr/X11R6/lib/libX11.so.17.0;/usr/X11R6/lib/libXext.so.13.0
-- Looking for XOpenDisplay in
/usr/X11R6/lib/libX11.so.17.0;/usr/X11R6/lib/libXext.so.13.0 - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Looking for secure_getenv
-- Looking for secure_getenv - not found
-- Looking for __secure_getenv
-- Looking for __secure_getenv - not found
-- The ASM compiler identification is Clang
-- Found assembler: /pobj/vulkan-loader-1.1.108.0/bin/cc
-- Configuring done
-- Generating done
-- Build files have been written to: /pobj/vulkan-loader-1.1.108.0/build-i386
===> Building for vulkan-loader-1.1.108.0p0
[1/20] cd /pobj/vulkan-loader-1.1.108.0/build-i386 && /usr/local/bin/python3
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/scripts/loader_genvk.py
-registry /usr/local/share/vulkan/registry/vk.xml -scripts
/usr/local/share/vulkan/registry vk_object_types.h
[2/20] cd /pobj/vulkan-loader-1.1.108.0/build-i386 && /usr/local/bin/python3
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/scripts/loader_genvk.py
-registry /usr/local/share/vulkan/registry/vk.xml -scripts
/usr/local/share/vulkan/registry vk_layer_dispatch_table.h
[3/20] cd /pobj/vulkan-loader-1.1.108.0/build-i386 && /usr/local/bin/python3
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/scripts/loader_genvk.py
-registry /usr/local/share/vulkan/registry/vk.xml -scripts
/usr/local/share/vulkan/registry vk_dispatch_table_helper.h
[4/20] cd /pobj/vulkan-loader-1.1.108.0/build-i386/loader &&
/usr/local/bin/python3
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/scripts/loader_genvk.py
-registry /usr/local/share/vulkan/registry/vk.xml -scripts
/usr/local/share/vulkan/registry vk_loader_extensions.h
[5/20] cd /pobj/vulkan-loader-1.1.108.0/build-i386/loader &&
/usr/local/bin/python3
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/scripts/loader_genvk.py
-registry /usr/local/share/vulkan/registry/vk.xml -scripts
/usr/local/share/vulkan/registry vk_loader_extensions.c
[6/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -I. -Iloader
-I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -MD -MT
loader/CMakeFiles/asm_offset.dir/asm_offset.c.o -MF
loader/CMakeFiles/asm_offset.dir/asm_offset.c.o.d -o
loader/CMakeFiles/asm_offset.dir/asm_offset.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/asm_offset.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[7/20] : && /pobj/vulkan-loader-1.1.108.0/bin/cc -O2 -pipe -std=c99 -Wall
-Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Wno-stringop-truncation -Wno-stringop-overflow -fno-strict-aliasing
-fno-builtin-memcmp -fvisibility=hidden -Wpointer-arith
-Wno-typedef-redefinition -DNDEBUG
loader/CMakeFiles/asm_offset.dir/asm_offset.c.o -o loader/asm_offset
-Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && :
[8/20] cd /pobj/vulkan-loader-1.1.108.0/build-i386/loader &&
/pobj/vulkan-loader-1.1.108.0/build-i386/loader/asm_offset GAS
[9/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/extension_manual.c.o -MF
loader/CMakeFiles/vulkan.dir/extension_manual.c.o.d -o
loader/CMakeFiles/vulkan.dir/extension_manual.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/extension_manual.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[10/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/loader.c.o -MF
loader/CMakeFiles/vulkan.dir/loader.c.o.d -o
loader/CMakeFiles/vulkan.dir/loader.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/loader.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/loader.c:260:9:
warning: Warning: Falling back to non-secure getenv for environmental
lookups! Consider updating to a different libc. [-W#pragma-messages]
#pragma message(
\
^
3 warnings generated.
[11/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/trampoline.c.o -MF
loader/CMakeFiles/vulkan.dir/trampoline.c.o.d -o
loader/CMakeFiles/vulkan.dir/trampoline.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/trampoline.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[12/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/wsi.c.o -MF
loader/CMakeFiles/vulkan.dir/wsi.c.o.d -o loader/CMakeFiles/vulkan.dir/wsi.c.o
-c /pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/wsi.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[13/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/debug_utils.c.o -MF
loader/CMakeFiles/vulkan.dir/debug_utils.c.o.d -o
loader/CMakeFiles/vulkan.dir/debug_utils.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/debug_utils.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[14/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/cJSON.c.o -MF
loader/CMakeFiles/vulkan.dir/cJSON.c.o.d -o
loader/CMakeFiles/vulkan.dir/cJSON.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/cJSON.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[15/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/murmurhash.c.o -MF
loader/CMakeFiles/vulkan.dir/murmurhash.c.o.d -o
loader/CMakeFiles/vulkan.dir/murmurhash.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/murmurhash.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[16/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/dev_ext_trampoline.c.o -MF
loader/CMakeFiles/vulkan.dir/dev_ext_trampoline.c.o.d -o
loader/CMakeFiles/vulkan.dir/dev_ext_trampoline.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/dev_ext_trampoline.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[17/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -Wpointer-arith -Wno-typedef-redefinition -DNDEBUG -fPIC
-MD -MT loader/CMakeFiles/vulkan.dir/phys_dev_ext.c.o -MF
loader/CMakeFiles/vulkan.dir/phys_dev_ext.c.o.d -o
loader/CMakeFiles/vulkan.dir/phys_dev_ext.c.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/phys_dev_ext.c
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
[18/20] /pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -DNDEBUG -fPIC -MD -MT
loader/CMakeFiles/vulkan.dir/unknown_ext_chain_gas.S.o -MF
loader/CMakeFiles/vulkan.dir/unknown_ext_chain_gas.S.o.d -o
loader/CMakeFiles/vulkan.dir/unknown_ext_chain_gas.S.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S
FAILED: loader/CMakeFiles/vulkan.dir/unknown_ext_chain_gas.S.o
/pobj/vulkan-loader-1.1.108.0/bin/cc -DAPI_NAME=\"Vulkan\"
-DEXTRASYSCONFDIR=\"/etc\" -DFALLBACK_CONFIG_DIRS=\"/etc/xdg\"
-DFALLBACK_DATA_DIRS=\"/usr/X11R6/share:/usr/local/share:/usr/share\"
-DLOADER_DYNAMIC_LIB -DSYSCONFDIR=\"/usr/local/etc\" -DVK_USE_PLATFORM_XCB_KHR
-DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -Dvulkan_EXPORTS
-I. -Iloader -I/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader
-I/usr/X11R6/include -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-stringop-truncation
-Wno-stringop-overflow -fno-strict-aliasing -fno-builtin-memcmp
-fvisibility=hidden -DNDEBUG -fPIC -MD -MT
loader/CMakeFiles/vulkan.dir/unknown_ext_chain_gas.S.o -MF
loader/CMakeFiles/vulkan.dir/unknown_ext_chain_gas.S.o.d -o
loader/CMakeFiles/vulkan.dir/unknown_ext_chain_gas.S.o -c
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S
warning: unknown warning option '-Wno-stringop-truncation'; did you mean
'-Wno-string-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-stringop-overflow'; did you mean
'-Wno-shift-overflow'? [-Wunknown-warning-option]
2 warnings generated.
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:373:5:
note: while in macro instantiation
PhysDevExtTermin 0
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:374:5:
note: while in macro instantiation
PhysDevExtTermin 1
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:375:5:
note: while in macro instantiation
PhysDevExtTermin 2
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:376:5:
note: while in macro instantiation
PhysDevExtTermin 3
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:377:5:
note: while in macro instantiation
PhysDevExtTermin 4
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:378:5:
note: while in macro instantiation
PhysDevExtTermin 5
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:379:5:
note: while in macro instantiation
PhysDevExtTermin 6
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:380:5:
note: while in macro instantiation
PhysDevExtTermin 7
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:381:5:
note: while in macro instantiation
PhysDevExtTermin 8
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:382:5:
note: while in macro instantiation
PhysDevExtTermin 9
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:383:5:
note: while in macro instantiation
PhysDevExtTermin 10
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:384:5:
note: while in macro instantiation
PhysDevExtTermin 11
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:385:5:
note: while in macro instantiation
PhysDevExtTermin 12
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:386:5:
note: while in macro instantiation
PhysDevExtTermin 13
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:387:5:
note: while in macro instantiation
PhysDevExtTermin 14
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:388:5:
note: while in macro instantiation
PhysDevExtTermin 15
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:389:5:
note: while in macro instantiation
PhysDevExtTermin 16
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:390:5:
note: while in macro instantiation
PhysDevExtTermin 17
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:391:5:
note: while in macro instantiation
PhysDevExtTermin 18
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:392:5:
note: while in macro instantiation
PhysDevExtTermin 19
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:393:5:
note: while in macro instantiation
PhysDevExtTermin 20
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:394:5:
note: while in macro instantiation
PhysDevExtTermin 21
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:395:5:
note: while in macro instantiation
PhysDevExtTermin 22
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:396:5:
note: while in macro instantiation
PhysDevExtTermin 23
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:397:5:
note: while in macro instantiation
PhysDevExtTermin 24
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:398:5:
note: while in macro instantiation
PhysDevExtTermin 25
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:399:5:
note: while in macro instantiation
PhysDevExtTermin 26
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:400:5:
note: while in macro instantiation
PhysDevExtTermin 27
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:401:5:
note: while in macro instantiation
PhysDevExtTermin 28
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:402:5:
note: while in macro instantiation
PhysDevExtTermin 29
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:403:5:
note: while in macro instantiation
PhysDevExtTermin 30
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:404:5:
note: while in macro instantiation
PhysDevExtTermin 31
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:405:5:
note: while in macro instantiation
PhysDevExtTermin 32
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:406:5:
note: while in macro instantiation
PhysDevExtTermin 33
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:407:5:
note: while in macro instantiation
PhysDevExtTermin 34
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:408:5:
note: while in macro instantiation
PhysDevExtTermin 35
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:409:5:
note: while in macro instantiation
PhysDevExtTermin 36
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:410:5:
note: while in macro instantiation
PhysDevExtTermin 37
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:411:5:
note: while in macro instantiation
PhysDevExtTermin 38
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:412:5:
note: while in macro instantiation
PhysDevExtTermin 39
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:413:5:
note: while in macro instantiation
PhysDevExtTermin 40
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:414:5:
note: while in macro instantiation
PhysDevExtTermin 41
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:415:5:
note: while in macro instantiation
PhysDevExtTermin 42
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:416:5:
note: while in macro instantiation
PhysDevExtTermin 43
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:417:5:
note: while in macro instantiation
PhysDevExtTermin 44
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:418:5:
note: while in macro instantiation
PhysDevExtTermin 45
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:419:5:
note: while in macro instantiation
PhysDevExtTermin 46
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:420:5:
note: while in macro instantiation
PhysDevExtTermin 47
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:421:5:
note: while in macro instantiation
PhysDevExtTermin 48
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:422:5:
note: while in macro instantiation
PhysDevExtTermin 49
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:423:5:
note: while in macro instantiation
PhysDevExtTermin 50
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:424:5:
note: while in macro instantiation
PhysDevExtTermin 51
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:425:5:
note: while in macro instantiation
PhysDevExtTermin 52
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:426:5:
note: while in macro instantiation
PhysDevExtTermin 53
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:427:5:
note: while in macro instantiation
PhysDevExtTermin 54
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:428:5:
note: while in macro instantiation
PhysDevExtTermin 55
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:429:5:
note: while in macro instantiation
PhysDevExtTermin 56
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:430:5:
note: while in macro instantiation
PhysDevExtTermin 57
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:431:5:
note: while in macro instantiation
PhysDevExtTermin 58
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:432:5:
note: while in macro instantiation
PhysDevExtTermin 59
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:433:5:
note: while in macro instantiation
PhysDevExtTermin 60
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:434:5:
note: while in macro instantiation
PhysDevExtTermin 61
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:435:5:
note: while in macro instantiation
PhysDevExtTermin 62
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:436:5:
note: while in macro instantiation
PhysDevExtTermin 63
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:437:5:
note: while in macro instantiation
PhysDevExtTermin 64
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:438:5:
note: while in macro instantiation
PhysDevExtTermin 65
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:439:5:
note: while in macro instantiation
PhysDevExtTermin 66
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:440:5:
note: while in macro instantiation
PhysDevExtTermin 67
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:441:5:
note: while in macro instantiation
PhysDevExtTermin 68
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:442:5:
note: while in macro instantiation
PhysDevExtTermin 69
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:443:5:
note: while in macro instantiation
PhysDevExtTermin 70
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:444:5:
note: while in macro instantiation
PhysDevExtTermin 71
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:445:5:
note: while in macro instantiation
PhysDevExtTermin 72
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:446:5:
note: while in macro instantiation
PhysDevExtTermin 73
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:447:5:
note: while in macro instantiation
PhysDevExtTermin 74
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:448:5:
note: while in macro instantiation
PhysDevExtTermin 75
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:449:5:
note: while in macro instantiation
PhysDevExtTermin 76
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:450:5:
note: while in macro instantiation
PhysDevExtTermin 77
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:451:5:
note: while in macro instantiation
PhysDevExtTermin 78
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:452:5:
note: while in macro instantiation
PhysDevExtTermin 79
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:453:5:
note: while in macro instantiation
PhysDevExtTermin 80
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:454:5:
note: while in macro instantiation
PhysDevExtTermin 81
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:455:5:
note: while in macro instantiation
PhysDevExtTermin 82
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:456:5:
note: while in macro instantiation
PhysDevExtTermin 83
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:457:5:
note: while in macro instantiation
PhysDevExtTermin 84
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:458:5:
note: while in macro instantiation
PhysDevExtTermin 85
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:459:5:
note: while in macro instantiation
PhysDevExtTermin 86
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:460:5:
note: while in macro instantiation
PhysDevExtTermin 87
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:461:5:
note: while in macro instantiation
PhysDevExtTermin 88
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:462:5:
note: while in macro instantiation
PhysDevExtTermin 89
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:463:5:
note: while in macro instantiation
PhysDevExtTermin 90
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:464:5:
note: while in macro instantiation
PhysDevExtTermin 91
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:465:5:
note: while in macro instantiation
PhysDevExtTermin 92
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:466:5:
note: while in macro instantiation
PhysDevExtTermin 93
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:467:5:
note: while in macro instantiation
PhysDevExtTermin 94
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:468:5:
note: while in macro instantiation
PhysDevExtTermin 95
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:469:5:
note: while in macro instantiation
PhysDevExtTermin 96
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:470:5:
note: while in macro instantiation
PhysDevExtTermin 97
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:471:5:
note: while in macro instantiation
PhysDevExtTermin 98
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:472:5:
note: while in macro instantiation
PhysDevExtTermin 99
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:473:5:
note: while in macro instantiation
PhysDevExtTermin 100
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:474:5:
note: while in macro instantiation
PhysDevExtTermin 101
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:475:5:
note: while in macro instantiation
PhysDevExtTermin 102
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:476:5:
note: while in macro instantiation
PhysDevExtTermin 103
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:477:5:
note: while in macro instantiation
PhysDevExtTermin 104
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:478:5:
note: while in macro instantiation
PhysDevExtTermin 105
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:479:5:
note: while in macro instantiation
PhysDevExtTermin 106
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:480:5:
note: while in macro instantiation
PhysDevExtTermin 107
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:481:5:
note: while in macro instantiation
PhysDevExtTermin 108
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:482:5:
note: while in macro instantiation
PhysDevExtTermin 109
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:483:5:
note: while in macro instantiation
PhysDevExtTermin 110
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:484:5:
note: while in macro instantiation
PhysDevExtTermin 111
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:485:5:
note: while in macro instantiation
PhysDevExtTermin 112
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:486:5:
note: while in macro instantiation
PhysDevExtTermin 113
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:487:5:
note: while in macro instantiation
PhysDevExtTermin 114
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:488:5:
note: while in macro instantiation
PhysDevExtTermin 115
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:489:5:
note: while in macro instantiation
PhysDevExtTermin 116
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:490:5:
note: while in macro instantiation
PhysDevExtTermin 117
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:491:5:
note: while in macro instantiation
PhysDevExtTermin 118
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:492:5:
note: while in macro instantiation
PhysDevExtTermin 119
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:493:5:
note: while in macro instantiation
PhysDevExtTermin 120
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:494:5:
note: while in macro instantiation
PhysDevExtTermin 121
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:495:5:
note: while in macro instantiation
PhysDevExtTermin 122
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:496:5:
note: while in macro instantiation
PhysDevExtTermin 123
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:497:5:
note: while in macro instantiation
PhysDevExtTermin 124
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:498:5:
note: while in macro instantiation
PhysDevExtTermin 125
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:499:5:
note: while in macro instantiation
PhysDevExtTermin 126
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:500:5:
note: while in macro instantiation
PhysDevExtTermin 127
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:501:5:
note: while in macro instantiation
PhysDevExtTermin 128
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:502:5:
note: while in macro instantiation
PhysDevExtTermin 129
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:503:5:
note: while in macro instantiation
PhysDevExtTermin 130
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:504:5:
note: while in macro instantiation
PhysDevExtTermin 131
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:505:5:
note: while in macro instantiation
PhysDevExtTermin 132
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:506:5:
note: while in macro instantiation
PhysDevExtTermin 133
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:507:5:
note: while in macro instantiation
PhysDevExtTermin 134
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:508:5:
note: while in macro instantiation
PhysDevExtTermin 135
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:509:5:
note: while in macro instantiation
PhysDevExtTermin 136
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:510:5:
note: while in macro instantiation
PhysDevExtTermin 137
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:511:5:
note: while in macro instantiation
PhysDevExtTermin 138
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:512:5:
note: while in macro instantiation
PhysDevExtTermin 139
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:513:5:
note: while in macro instantiation
PhysDevExtTermin 140
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:514:5:
note: while in macro instantiation
PhysDevExtTermin 141
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:515:5:
note: while in macro instantiation
PhysDevExtTermin 142
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:516:5:
note: while in macro instantiation
PhysDevExtTermin 143
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:517:5:
note: while in macro instantiation
PhysDevExtTermin 144
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:518:5:
note: while in macro instantiation
PhysDevExtTermin 145
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:519:5:
note: while in macro instantiation
PhysDevExtTermin 146
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:520:5:
note: while in macro instantiation
PhysDevExtTermin 147
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:521:5:
note: while in macro instantiation
PhysDevExtTermin 148
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:522:5:
note: while in macro instantiation
PhysDevExtTermin 149
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:523:5:
note: while in macro instantiation
PhysDevExtTermin 150
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:524:5:
note: while in macro instantiation
PhysDevExtTermin 151
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:525:5:
note: while in macro instantiation
PhysDevExtTermin 152
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:526:5:
note: while in macro instantiation
PhysDevExtTermin 153
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:527:5:
note: while in macro instantiation
PhysDevExtTermin 154
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:528:5:
note: while in macro instantiation
PhysDevExtTermin 155
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:529:5:
note: while in macro instantiation
PhysDevExtTermin 156
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:530:5:
note: while in macro instantiation
PhysDevExtTermin 157
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:531:5:
note: while in macro instantiation
PhysDevExtTermin 158
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:532:5:
note: while in macro instantiation
PhysDevExtTermin 159
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:533:5:
note: while in macro instantiation
PhysDevExtTermin 160
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:534:5:
note: while in macro instantiation
PhysDevExtTermin 161
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:535:5:
note: while in macro instantiation
PhysDevExtTermin 162
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:536:5:
note: while in macro instantiation
PhysDevExtTermin 163
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:537:5:
note: while in macro instantiation
PhysDevExtTermin 164
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:538:5:
note: while in macro instantiation
PhysDevExtTermin 165
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:539:5:
note: while in macro instantiation
PhysDevExtTermin 166
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:540:5:
note: while in macro instantiation
PhysDevExtTermin 167
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:541:5:
note: while in macro instantiation
PhysDevExtTermin 168
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:542:5:
note: while in macro instantiation
PhysDevExtTermin 169
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:543:5:
note: while in macro instantiation
PhysDevExtTermin 170
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:544:5:
note: while in macro instantiation
PhysDevExtTermin 171
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:545:5:
note: while in macro instantiation
PhysDevExtTermin 172
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:546:5:
note: while in macro instantiation
PhysDevExtTermin 173
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:547:5:
note: while in macro instantiation
PhysDevExtTermin 174
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:548:5:
note: while in macro instantiation
PhysDevExtTermin 175
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:549:5:
note: while in macro instantiation
PhysDevExtTermin 176
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:550:5:
note: while in macro instantiation
PhysDevExtTermin 177
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:551:5:
note: while in macro instantiation
PhysDevExtTermin 178
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:552:5:
note: while in macro instantiation
PhysDevExtTermin 179
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:553:5:
note: while in macro instantiation
PhysDevExtTermin 180
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:554:5:
note: while in macro instantiation
PhysDevExtTermin 181
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:555:5:
note: while in macro instantiation
PhysDevExtTermin 182
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:556:5:
note: while in macro instantiation
PhysDevExtTermin 183
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:557:5:
note: while in macro instantiation
PhysDevExtTermin 184
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:558:5:
note: while in macro instantiation
PhysDevExtTermin 185
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:559:5:
note: while in macro instantiation
PhysDevExtTermin 186
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:560:5:
note: while in macro instantiation
PhysDevExtTermin 187
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:561:5:
note: while in macro instantiation
PhysDevExtTermin 188
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:562:5:
note: while in macro instantiation
PhysDevExtTermin 189
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:563:5:
note: while in macro instantiation
PhysDevExtTermin 190
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:564:5:
note: while in macro instantiation
PhysDevExtTermin 191
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:565:5:
note: while in macro instantiation
PhysDevExtTermin 192
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:566:5:
note: while in macro instantiation
PhysDevExtTermin 193
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:567:5:
note: while in macro instantiation
PhysDevExtTermin 194
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:568:5:
note: while in macro instantiation
PhysDevExtTermin 195
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:569:5:
note: while in macro instantiation
PhysDevExtTermin 196
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:570:5:
note: while in macro instantiation
PhysDevExtTermin 197
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:571:5:
note: while in macro instantiation
PhysDevExtTermin 198
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:572:5:
note: while in macro instantiation
PhysDevExtTermin 199
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:573:5:
note: while in macro instantiation
PhysDevExtTermin 200
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:574:5:
note: while in macro instantiation
PhysDevExtTermin 201
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:575:5:
note: while in macro instantiation
PhysDevExtTermin 202
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:576:5:
note: while in macro instantiation
PhysDevExtTermin 203
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:577:5:
note: while in macro instantiation
PhysDevExtTermin 204
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:578:5:
note: while in macro instantiation
PhysDevExtTermin 205
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:579:5:
note: while in macro instantiation
PhysDevExtTermin 206
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:580:5:
note: while in macro instantiation
PhysDevExtTermin 207
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:581:5:
note: while in macro instantiation
PhysDevExtTermin 208
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:582:5:
note: while in macro instantiation
PhysDevExtTermin 209
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:583:5:
note: while in macro instantiation
PhysDevExtTermin 210
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:584:5:
note: while in macro instantiation
PhysDevExtTermin 211
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:585:5:
note: while in macro instantiation
PhysDevExtTermin 212
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:586:5:
note: while in macro instantiation
PhysDevExtTermin 213
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:587:5:
note: while in macro instantiation
PhysDevExtTermin 214
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:588:5:
note: while in macro instantiation
PhysDevExtTermin 215
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:589:5:
note: while in macro instantiation
PhysDevExtTermin 216
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:590:5:
note: while in macro instantiation
PhysDevExtTermin 217
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:591:5:
note: while in macro instantiation
PhysDevExtTermin 218
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:592:5:
note: while in macro instantiation
PhysDevExtTermin 219
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:593:5:
note: while in macro instantiation
PhysDevExtTermin 220
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:594:5:
note: while in macro instantiation
PhysDevExtTermin 221
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:595:5:
note: while in macro instantiation
PhysDevExtTermin 222
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:596:5:
note: while in macro instantiation
PhysDevExtTermin 223
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:597:5:
note: while in macro instantiation
PhysDevExtTermin 224
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:598:5:
note: while in macro instantiation
PhysDevExtTermin 225
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:599:5:
note: while in macro instantiation
PhysDevExtTermin 226
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:600:5:
note: while in macro instantiation
PhysDevExtTermin 227
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:601:5:
note: while in macro instantiation
PhysDevExtTermin 228
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:602:5:
note: while in macro instantiation
PhysDevExtTermin 229
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:603:5:
note: while in macro instantiation
PhysDevExtTermin 230
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:604:5:
note: while in macro instantiation
PhysDevExtTermin 231
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:605:5:
note: while in macro instantiation
PhysDevExtTermin 232
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:606:5:
note: while in macro instantiation
PhysDevExtTermin 233
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:607:5:
note: while in macro instantiation
PhysDevExtTermin 234
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:608:5:
note: while in macro instantiation
PhysDevExtTermin 235
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:609:5:
note: while in macro instantiation
PhysDevExtTermin 236
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:610:5:
note: while in macro instantiation
PhysDevExtTermin 237
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:611:5:
note: while in macro instantiation
PhysDevExtTermin 238
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:612:5:
note: while in macro instantiation
PhysDevExtTermin 239
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:613:5:
note: while in macro instantiation
PhysDevExtTermin 240
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:614:5:
note: while in macro instantiation
PhysDevExtTermin 241
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:615:5:
note: while in macro instantiation
PhysDevExtTermin 242
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:616:5:
note: while in macro instantiation
PhysDevExtTermin 243
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:617:5:
note: while in macro instantiation
PhysDevExtTermin 244
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:618:5:
note: while in macro instantiation
PhysDevExtTermin 245
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:619:5:
note: while in macro instantiation
PhysDevExtTermin 246
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:620:5:
note: while in macro instantiation
PhysDevExtTermin 247
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:621:5:
note: while in macro instantiation
PhysDevExtTermin 248
^
<instantiation>:13:17: error: cannot use more than one symbol in memory operand
push offset termin_error_string@GOT # Push the error string (fourth arg)
^
/pobj/vulkan-loader-1.1.108.0/Vulkan-Loader-sdk-1.1.108.0/loader/unknown_ext_chain_gas.S:622:5:
note: while in macro instantiation
PhysDevExtTermin 249
^
ninja: build stopped: subcommand failed.
===> Exiting graphics/vulkan-loader with an error
*** Error 1 in graphics/vulkan-loader (/usr/ports/devel/cmake/cmake.port.mk:34
'do-build': @cd /pobj/vulkan-loader-1.1.108.0/build-i386 && e...)
*** Error 2 in graphics/vulkan-loader
(/usr/ports/infrastructure/mk/bsd.port.mk:2903
'/pobj/vulkan-loader-1.1.108.0/build-i386/.build_done')
*** Error 2 in graphics/vulkan-loader
(/usr/ports/infrastructure/mk/bsd.port.mk:2573 'build':
@lock=vulkan-loader-1.1.108.0p0; export _LOCK...)
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @:
${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1588370612.06
Error: job failed with 512 on i386-3 at 1588370612