==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: r2ghidra 5.9.4-2 (Wed Dec 25 07:09:42 2024) ==> Retrieving sources... -> Cloning r2ghidra git repo... Cloning into bare repository '/home/leming/work/r2ghidra/r2ghidra'... -> Cloning ghidra-native git repo... Cloning into bare repository '/home/leming/work/r2ghidra/ghidra-native'... -> Cloning pugixml git repo... Cloning into bare repository '/home/leming/work/r2ghidra/pugixml'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... r2ghidra ... Skipped ghidra-native ... Skipped pugixml ... Skipped ==> Making package: r2ghidra 5.9.4-2 (Wed Dec 25 07:10:19 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (4) capstone-5.0.3-2 libuv-1.49.2-1 libzip-1.11.2-1 radare2-5.9.8-1 Total Download Size: 7.83 MiB Total Installed Size: 45.85 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... radare2-5.9.8-1-armv7h downloading... capstone-5.0.3-2-armv7h downloading... libzip-1.11.2-1-armv7h downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing capstone... installing libuv... installing libzip... installing radare2... Optional dependencies for radare2 r2ghidra: ghidra decompiler plugin :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (4) perl-error-0.17029-7 perl-mailtools-2.22-1 perl-timedate-2.33-7 git-2.47.1-1 Total Installed Size: 39.46 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 [installed] subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] :: Running post-transaction hooks... (1/4) Creating system user accounts... Creating group 'git' with GID 971. Creating user 'git' (git daemon user) with UID 971 and GID 971. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Warn about old perl modules [?25h==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of r2ghidra git repo... Cloning into 'r2ghidra'... done. Switched to a new branch 'makepkg' -> Creating working copy of ghidra-native git repo... Cloning into 'ghidra-native'... done. Switched to a new branch 'makepkg' -> Creating working copy of pugixml git repo... Cloning into 'pugixml'... done. ==> Starting prepare()... Submodule 'third-party/pugixml' (https://github.com/zeux/pugixml.git) registered for path 'third-party/pugixml' Cloning into '/build/r2ghidra/src/r2ghidra/third-party/pugixml'... done. Submodule path 'third-party/pugixml': checked out '0e3f1699ffab5f820060fe99c61f0f9495c0c5b6' ==> Starting build()... make: Entering directory '/build/r2ghidra/src/ghidra-native' for a in patches/0001-space-after-comma.patch patches/0002-make-sleigharch-public.patch patches/0004-public-fields.patch patches/00067-readonly-warning.patch patches/0020-Fix-double-free-crash-when-deinitializing-multiple-X.patch patches/0023-Undef-LoadImage-for-windows.patch patches/0024-ignore-symbol-beyond-space.patch patches/0030-fix-infinite-loop.patch patches/0044-bad-unicode-codepoint.patch patches/0055-datatype-clone.patch patches/0056-nullderef-workaround.patch patches/0080-getparent-flow.patch patches/0090-nocasts-warnings.patch patches/0091-decompiler-xml-packer.patch patches/0092-badvar-segfault.patch ; do echo "patch -p1 < $a" ; patch -p1 < $a ; done patch -p1 < patches/0001-space-after-comma.patch patching file src/decompiler/printc.cc patch unexpectedly ends in middle of line Hunk #2 succeeded at 82 with fuzz 1. patch -p1 < patches/0002-make-sleigharch-public.patch patching file src/decompiler/sleigh_arch.hh patch -p1 < patches/0004-public-fields.patch patching file src/decompiler/context.hh Hunk #1 succeeded at 94 with fuzz 2 (offset 5 lines). patching file src/decompiler/sleigh.hh Hunk #1 succeeded at 170 (offset 4 lines). patch -p1 < patches/00067-readonly-warning.patch patching file src/decompiler/funcdata_varnode.cc Hunk #1 succeeded at 518 (offset 2 lines). Hunk #2 succeeded at 537 (offset 2 lines). patch -p1 < patches/0020-Fix-double-free-crash-when-deinitializing-multiple-X.patch patching file src/decompiler/xml.cc Hunk #1 succeeded at 101 with fuzz 2 (offset 3 lines). patching file src/decompiler/xml.hh Hunk #1 succeeded at 36 with fuzz 2 (offset 9 lines). Hunk #2 succeeded at 44 (offset 9 lines). patch -p1 < patches/0023-Undef-LoadImage-for-windows.patch patching file src/decompiler/loadimage.hh Hunk #1 succeeded at 23 with fuzz 2 (offset 2 lines). patch -p1 < patches/0024-ignore-symbol-beyond-space.patch patching file src/decompiler/database.cc Hunk #1 succeeded at 1857 (offset 52 lines). patch -p1 < patches/0030-fix-infinite-loop.patch patching file src/decompiler/ruleaction.cc patch -p1 < patches/0044-bad-unicode-codepoint.patch patching file src/decompiler/stringmanage.cc Hunk #1 succeeded at 48 (offset 8 lines). patch -p1 < patches/0055-datatype-clone.patch patching file src/decompiler/type.hh patch -p1 < patches/0056-nullderef-workaround.patch patching file src/decompiler/merge.hh Hunk #1 succeeded at 151 (offset 14 lines). patch -p1 < patches/0080-getparent-flow.patch patching file src/decompiler/flow.cc Hunk #1 succeeded at 994 (offset -12 lines). patch -p1 < patches/0090-nocasts-warnings.patch patching file src/decompiler/printc.cc Hunk #1 succeeded at 3250 (offset 155 lines). Hunk #2 succeeded at 3259 (offset 155 lines). patch -p1 < patches/0091-decompiler-xml-packer.patch patching file src/decompiler/prettyprint.cc Hunk #1 succeeded at 281 (offset 2 lines). patch -p1 < patches/0092-badvar-segfault.patch patching file src/decompiler/varmap.cc Hunk #1 succeeded at 1220 (offset 22 lines). patching file src/decompiler/database.cc touch patch.done make: Leaving directory '/build/r2ghidra/src/ghidra-native' checking build system type... armv7l-unknown-linux-gnu checking host system type... armv7l-unknown-linux-gnu checking target system type... armv7l-unknown-linux-gnu checking for working directories... current using prefix '/usr' checking for c++ compiler... c++ checking for cpp... cpp checking for git... /usr/bin/git checking for pkg-config... /usr/bin/pkg-config Using PKGCONFIG: /usr/bin/pkg-config checking pkg-config flags for r_core... yes checking pkg-config flags for r_asm... yes checking pkg-config flags for r_anal... yes checking for r2... /usr/bin/r2 checking for bison... /usr/bin/bison checking for flex... /usr/bin/flex checking exec r2 -H R2_PREFIX... ok checking exec r2 -H R2_USER_PLUGINS... ok checking exec r2 -H R2_LIBR_PLUGINS... ok creating config.mk creating config.h creating Makefile cleaning temporally files... done Final report: - VERSION = 5.9.4 - R2_PREFIX = /usr - PREFIX = /usr - PKGCONFIG = /usr/bin/pkg-config cp -f ghidra-processors.txt.default ghidra-processors.txt make -C src make[1]: Entering directory '/build/r2ghidra/src/r2ghidra/src' c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c R2Architecture.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c R2LoadImage.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c R2Scope.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c R2TypeFactory.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c R2CommentDatabase.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c CodeXMLParse.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c ArchMap.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c R2PrintC.cpp In file included from /usr/include/c++/14.1.1/map:62, from ../ghidra-native/src/decompiler/error.hh:28, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/loadimage.hh:22, from R2LoadImage.h:13, from R2Architecture.cpp:3: /usr/include/c++/14.1.1/bits/stl_tree.h: In function 'std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(const_iterator, const key_type&) [with _Key = std::__cxx11::basic_string<char>; _Val = std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData>; _KeyOfValue = std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2206:5: note: parameter passing for argument of type 'std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> > >::const_iterator' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_tree.h: In function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>, std::tuple<>}; _Key = std::__cxx11::basic_string<char>; _Val = std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData>; _KeyOfValue = std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> > >::const_iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = std::__cxx11::basic_string<char>; _Tp = ghidra::VarnodeData; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >]', inlined from 'void R2Architecture::loadRegisters(const ghidra::Translate*)' at R2Architecture.cpp:69:23: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> > >::const_iterator' changed in GCC 7.1 In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = std::__cxx11::basic_string<char>; _Tp = ghidra::VarnodeData; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >]', inlined from 'void R2Architecture::loadRegisters(const ghidra::Translate*)' at R2Architecture.cpp:72:19: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, ghidra::VarnodeData> > >::const_iterator' changed in GCC 7.1 c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c RCoreMutex.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c SleighAnalValue.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c SleighAsm.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c SleighInstruction.cpp In file included from /usr/include/c++/14.1.1/map:62, from ../ghidra-native/src/decompiler/error.hh:28, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/varnode.hh:21, from ../ghidra-native/src/decompiler/variable.hh:22, from ../ghidra-native/src/decompiler/database.hh:26, from ../ghidra-native/src/decompiler/varmap.hh:22, from ../ghidra-native/src/decompiler/architecture.hh:22, from ../ghidra-native/src/decompiler/funcdata.hh:22, from CodeXMLParse.h:6, from CodeXMLParse.cpp:3: /usr/include/c++/14.1.1/bits/stl_tree.h: In function 'std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(const_iterator, const key_type&) [with _Key = long long unsigned int; _Val = std::pair<const long long unsigned int, ghidra::Symbol*>; _KeyOfValue = std::_Select1st<std::pair<const long long unsigned int, ghidra::Symbol*> >; _Compare = std::less<long long unsigned int>; _Alloc = std::allocator<std::pair<const long long unsigned int, ghidra::Symbol*> >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2206:5: note: parameter passing for argument of type 'std::_Rb_tree<long long unsigned int, std::pair<const long long unsigned int, ghidra::Symbol*>, std::_Select1st<std::pair<const long long unsigned int, ghidra::Symbol*> >, std::less<long long unsigned int>, std::allocator<std::pair<const long long unsigned int, ghidra::Symbol*> > >::const_iterator' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/marshal.o ../ghidra-native/src/decompiler/marshal.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/space.o ../ghidra-native/src/decompiler/space.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/float.o ../ghidra-native/src/decompiler/float.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/address.o ../ghidra-native/src/decompiler/address.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/pcoderaw.o ../ghidra-native/src/decompiler/pcoderaw.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/translate.o ../ghidra-native/src/decompiler/translate.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/opcodes.o ../ghidra-native/src/decompiler/opcodes.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/globalcontext.o ../ghidra-native/src/decompiler/globalcontext.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/capability.o ../ghidra-native/src/decompiler/capability.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/architecture.o ../ghidra-native/src/decompiler/architecture.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/options.o ../ghidra-native/src/decompiler/options.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/graph.o ../ghidra-native/src/decompiler/graph.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/cover.o ../ghidra-native/src/decompiler/cover.cc In file included from /usr/include/c++/14.1.1/map:62, from ../ghidra-native/src/decompiler/error.hh:28, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/globalcontext.hh:22, from ../ghidra-native/src/decompiler/globalcontext.cc:16: /usr/include/c++/14.1.1/bits/stl_tree.h: In function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<const ghidra::Address&>, std::tuple<>}; _Key = ghidra::Address; _Val = std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray>; _KeyOfValue = std::_Select1st<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> >; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray>, std::_Select1st<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> > >::const_iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = ghidra::ContextInternal::FreeArray; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> >]', inlined from '_valuetype& ghidra::partmap<_linetype, _valuetype>::split(const _linetype&) [with _linetype = ghidra::Address; _valuetype = ghidra::ContextInternal::FreeArray]' at ../ghidra-native/src/decompiler/partmap.hh:129:35: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray>, std::_Select1st<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> > >::const_iterator' changed in GCC 7.1 In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = ghidra::ContextInternal::FreeArray; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> >]', inlined from '_valuetype& ghidra::partmap<_linetype, _valuetype>::split(const _linetype&) [with _linetype = ghidra::Address; _valuetype = ghidra::ContextInternal::FreeArray]' at ../ghidra-native/src/decompiler/partmap.hh:133:33: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray>, std::_Select1st<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, ghidra::ContextInternal::FreeArray> > >::const_iterator' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/block.o ../ghidra-native/src/decompiler/block.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/cast.o ../ghidra-native/src/decompiler/cast.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/typeop.o ../ghidra-native/src/decompiler/typeop.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/database.o ../ghidra-native/src/decompiler/database.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/cpool.o ../ghidra-native/src/decompiler/cpool.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/comment.o ../ghidra-native/src/decompiler/comment.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/fspec.o ../ghidra-native/src/decompiler/fspec.cc In file included from /usr/include/c++/14.1.1/algorithm:61, from ../ghidra-native/src/decompiler/error.hh:32, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/memstate.hh:22, from ../ghidra-native/src/decompiler/emulate.hh:22, from ../ghidra-native/src/decompiler/emulateutil.hh:22, from ../ghidra-native/src/decompiler/jumptable.hh:22, from ../ghidra-native/src/decompiler/block.hh:22, from ../ghidra-native/src/decompiler/block.cc:17: /usr/include/c++/14.1.1/bits/stl_algo.h: In function '_RandomAccessIterator std::_V2::__rotate(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >]': /usr/include/c++/14.1.1/bits/stl_algo.h:1235:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1235:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1235:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__merge_adaptive(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Distance, _Distance, _Pointer, _Compare) [with _BidirectionalIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2359:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2359:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2359:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/string:51, from /usr/include/c++/14.1.1/bits/locale_classes.h:40, from /usr/include/c++/14.1.1/bits/ios_base.h:41, from /usr/include/c++/14.1.1/ios:44, from /usr/include/c++/14.1.1/istream:40, from /usr/include/c++/14.1.1/sstream:40, from ../ghidra-native/src/decompiler/error.hh:25: /usr/include/c++/14.1.1/bits/stl_algobase.h: In function '_ForwardIterator std::__lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Tp = ghidra::BlockSwitch::CaseOrder; _Compare = __gnu_cxx::__ops::_Iter_comp_val<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algobase.h:1488:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algobase.h:1488:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function '_ForwardIterator std::__upper_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Tp = ghidra::BlockSwitch::CaseOrder; _Compare = __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1980:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1980:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__merge_without_buffer(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Distance, _Distance, _Compare) [with _BidirectionalIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2435:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2435:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2435:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2460:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2469:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 In function '_FIter std::_V2::rotate(_FIter, _FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >]', inlined from 'void std::__merge_without_buffer(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Distance, _Distance, _Compare) [with _BidirectionalIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:2475:15: /usr/include/c++/14.1.1/bits/stl_algo.h:1357:27: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__merge_without_buffer(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Distance, _Distance, _Compare) [with _BidirectionalIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2476:34: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2478:34: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__inplace_stable_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2743:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2743:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2748:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2752:33: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2753:33: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2754:34: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__merge_adaptive_resize(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Distance, _Distance, _Pointer, _Distance, _Compare) [with _BidirectionalIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2382:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2382:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2382:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2390:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2403:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2412:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 In function '_FIter std::_V2::rotate(_FIter, _FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >]', inlined from '_BidirectionalIterator1 std::__rotate_adaptive(_BidirectionalIterator1, _BidirectionalIterator1, _BidirectionalIterator1, _Distance, _Distance, _BidirectionalIterator2, _Distance) [with _BidirectionalIterator1 = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _BidirectionalIterator2 = ghidra::BlockSwitch::CaseOrder*; _Distance = int]' at /usr/include/c++/14.1.1/bits/stl_algo.h:2352:20, inlined from 'void std::__merge_adaptive_resize(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Distance, _Distance, _Pointer, _Distance, _Compare) [with _BidirectionalIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:2418:30: /usr/include/c++/14.1.1/bits/stl_algo.h:1357:27: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__merge_adaptive_resize(_BidirectionalIterator, _BidirectionalIterator, _BidirectionalIterator, _Distance, _Distance, _Pointer, _Distance, _Compare) [with _BidirectionalIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2421:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2424:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function '_OutputIterator std::__move_merge(_InputIterator, _InputIterator, _InputIterator, _InputIterator, _OutputIterator, _Compare) [with _InputIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _OutputIterator = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2607:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2607:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2607:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2607:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function '_OutputIterator std::__move_merge(_InputIterator, _InputIterator, _InputIterator, _InputIterator, _OutputIterator, _Compare) [with _InputIterator = ghidra::BlockSwitch::CaseOrder*; _OutputIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2607:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__merge_sort_with_buffer(_RandomAccessIterator, _RandomAccessIterator, _Pointer, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2674:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2674:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 In function 'void std::__chunk_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Distance, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]', inlined from 'void std::__merge_sort_with_buffer(_RandomAccessIterator, _RandomAccessIterator, _Pointer, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:2685:34: /usr/include/c++/14.1.1/bits/stl_algo.h:2664:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2667:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2667:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 In function 'void std::__merge_sort_loop(_RandomAccessIterator1, _RandomAccessIterator1, _RandomAccessIterator2, _Distance, _Compare) [with _RandomAccessIterator1 = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _RandomAccessIterator2 = ghidra::BlockSwitch::CaseOrder*; _Distance = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]', inlined from 'void std::__merge_sort_with_buffer(_RandomAccessIterator, _RandomAccessIterator, _Pointer, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:2689:26: /usr/include/c++/14.1.1/bits/stl_algo.h:2642:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2642:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2650:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2650:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 In function 'void std::__merge_sort_loop(_RandomAccessIterator1, _RandomAccessIterator1, _RandomAccessIterator2, _Distance, _Compare) [with _RandomAccessIterator1 = ghidra::BlockSwitch::CaseOrder*; _RandomAccessIterator2 = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Distance = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]', inlined from 'void std::__merge_sort_with_buffer(_RandomAccessIterator, _RandomAccessIterator, _Pointer, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:2692:26: /usr/include/c++/14.1.1/bits/stl_algo.h:2642:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2650:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2650:24: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__stable_sort_adaptive(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Pointer, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2700:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2700:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2700:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2705:36: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2706:36: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2708:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__stable_sort_adaptive_resize(_RandomAccessIterator, _RandomAccessIterator, _Pointer, _Distance, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Pointer = ghidra::BlockSwitch::CaseOrder*; _Distance = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:2716:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2716:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2725:38: note: parameter passing for argument of type 'const __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2727:38: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2729:32: note: parameter passing for argument of type 'const __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2736:29: note: parameter passing for argument of type 'const __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 In function 'void std::__stable_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)>]', inlined from 'void std::stable_sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, vector<ghidra::BlockSwitch::CaseOrder> >; _Compare = bool (*)(const ghidra::BlockSwitch::CaseOrder&, const ghidra::BlockSwitch::CaseOrder&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:5029:25, inlined from 'virtual void ghidra::BlockSwitch::finalizePrinting(ghidra::Funcdata&) const' at ../ghidra-native/src/decompiler/block.cc:3440:14: /usr/include/c++/14.1.1/bits/stl_algo.h:4955:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:4957:36: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:4951:29: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::BlockSwitch::CaseOrder*, std::vector<ghidra::BlockSwitch::CaseOrder> >' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/action.o ../ghidra-native/src/decompiler/action.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/loadimage.o ../ghidra-native/src/decompiler/loadimage.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/varnode.o ../ghidra-native/src/decompiler/varnode.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/op.o ../ghidra-native/src/decompiler/op.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/type.o ../ghidra-native/src/decompiler/type.cc In file included from ../ghidra-native/src/decompiler/database.hh:28, from ../ghidra-native/src/decompiler/database.cc:16: ../ghidra-native/src/decompiler/rangemap.hh: In member function 'void ghidra::rangemap<_recordtype>::erase(typename std::__cxx11::list<_recordtype>::iterator) [with _recordtype = ghidra::SymbolEntry]': ../ghidra-native/src/decompiler/rangemap.hh:281:6: note: parameter passing for argument of type 'std::__cxx11::list<ghidra::SymbolEntry>::iterator' changed in GCC 7.1 ../ghidra-native/src/decompiler/database.cc: In member function 'virtual void ghidra::ScopeInternal::retypeSymbol(ghidra::Symbol*, ghidra::Datatype*)': ../ghidra-native/src/decompiler/database.cc:2189:22: note: parameter passing for argument of type 'std::__cxx11::list<ghidra::SymbolEntry>::iterator' changed in GCC 7.1 ../ghidra-native/src/decompiler/database.cc: In member function 'virtual void ghidra::ScopeInternal::removeSymbolMappings(ghidra::Symbol*)': ../ghidra-native/src/decompiler/database.cc:2134:22: note: parameter passing for argument of type 'const std::_List_iterator<ghidra::SymbolEntry>' changed in GCC 7.1 ../ghidra-native/src/decompiler/rangemap.hh: In member function 'void ghidra::rangemap<_recordtype>::erase(typename std::__cxx11::list<_recordtype>::iterator) [with _recordtype = ghidra::ScopeMapper]': ../ghidra-native/src/decompiler/rangemap.hh:281:6: note: parameter passing for argument of type 'std::__cxx11::list<ghidra::ScopeMapper, std::allocator<ghidra::ScopeMapper> >::iterator' changed in GCC 7.1 In member function 'void ghidra::rangemap<_recordtype>::erase(const_iterator) [with _recordtype = ghidra::ScopeMapper]', inlined from 'void ghidra::Database::clearResolve(ghidra::Scope*)' at ../ghidra-native/src/decompiler/database.cc:2885:18, inlined from 'void ghidra::Database::clearResolve(ghidra::Scope*)' at ../ghidra-native/src/decompiler/database.cc:2871:6: ../ghidra-native/src/decompiler/rangemap.hh:168:42: note: parameter passing for argument of type 'std::_List_iterator<ghidra::ScopeMapper>' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/map:62, from ../ghidra-native/src/decompiler/error.hh:28, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/varnode.hh:21, from ../ghidra-native/src/decompiler/variable.hh:22, from ../ghidra-native/src/decompiler/database.hh:26: /usr/include/c++/14.1.1/bits/stl_tree.h: In function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<const ghidra::Address&>, std::tuple<>}; _Key = ghidra::Address; _Val = std::pair<const ghidra::Address, unsigned int>; _KeyOfValue = std::_Select1st<std::pair<const ghidra::Address, unsigned int> >; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, unsigned int> >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, unsigned int>, std::_Select1st<std::pair<const ghidra::Address, unsigned int> >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, unsigned int> > >::const_iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = unsigned int; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, unsigned int> >]', inlined from '_valuetype& ghidra::partmap<_linetype, _valuetype>::split(const _linetype&) [with _linetype = ghidra::Address; _valuetype = unsigned int]' at ../ghidra-native/src/decompiler/partmap.hh:129:35: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, unsigned int>, std::_Select1st<std::pair<const ghidra::Address, unsigned int> >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, unsigned int> > >::const_iterator' changed in GCC 7.1 In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = unsigned int; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, unsigned int> >]', inlined from '_valuetype& ghidra::partmap<_linetype, _valuetype>::split(const _linetype&) [with _linetype = ghidra::Address; _valuetype = unsigned int]' at ../ghidra-native/src/decompiler/partmap.hh:133:33: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, unsigned int>, std::_Select1st<std::pair<const ghidra::Address, unsigned int> >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, unsigned int> > >::const_iterator' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/variable.o ../ghidra-native/src/decompiler/variable.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/varmap.o ../ghidra-native/src/decompiler/varmap.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/jumptable.o ../ghidra-native/src/decompiler/jumptable.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/emulate.o ../ghidra-native/src/decompiler/emulate.cc In file included from /usr/include/c++/14.1.1/algorithm:61, from ../ghidra-native/src/decompiler/error.hh:32, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/type.hh:22, from ../ghidra-native/src/decompiler/cpool.hh:22, from ../ghidra-native/src/decompiler/typeop.hh:22, from ../ghidra-native/src/decompiler/op.hh:21, from ../ghidra-native/src/decompiler/fspec.hh:22, from ../ghidra-native/src/decompiler/fspec.cc:16: /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Compare = __gnu_cxx::__ops::_Val_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1812:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1812:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/bits/stl_algo.h:61: /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Distance = int; _Tp = ghidra::VarnodeData; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Distance = int; _Tp = ghidra::ParamTrial; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Val_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'virtual void ghidra::ParamListRegisterOut::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1434:23: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'virtual void ghidra::ParamListRegisterOut::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1434:23: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'virtual void ghidra::ParamListRegisterOut::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1483:23: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'virtual void ghidra::ParamListRegisterOut::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1483:23: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'virtual void ghidra::ParamListRegister::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1522:21, inlined from 'virtual void ghidra::ParamListRegister::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1505:6: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'virtual void ghidra::ParamListRegister::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1522:21, inlined from 'virtual void ghidra::ParamListRegister::fillinMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:1505:6: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'bool std::binary_search(_FIter, _FIter, const _Tp&) [with _FIter = __gnu_cxx::__normal_iterator<const ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Tp = ghidra::VarnodeData]': /usr/include/c++/14.1.1/bits/stl_algo.h:2194:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:2194:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 ../ghidra-native/src/decompiler/fspec.cc: In member function 'void ghidra::FuncProto::encodeLikelyTrash(ghidra::Encoder&) const': ../ghidra-native/src/decompiler/fspec.cc:3362:22: note: parameter passing for argument of type 'std::vector<ghidra::VarnodeData>::const_iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/list:66, from ../ghidra-native/src/decompiler/error.hh:30: /usr/include/c++/14.1.1/bits/list.tcc: In function 'void std::__cxx11::list<_Tp, _Alloc>::_M_assign_dispatch(_InputIterator, _InputIterator, std::__false_type) [with _InputIterator = std::_List_const_iterator<ghidra::ParamEntry>; _Tp = ghidra::ParamEntry; _Alloc = std::allocator<ghidra::ParamEntry>]': /usr/include/c++/14.1.1/bits/list.tcc:308:7: note: parameter passing for argument of type 'std::_List_const_iterator<ghidra::ParamEntry>' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/list.tcc:308:7: note: parameter passing for argument of type 'std::_List_const_iterator<ghidra::ParamEntry>' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function '_ForwardIterator std::__upper_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<const ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Tp = ghidra::EffectRecord; _Compare = __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1980:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1980:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 In function '_FIter std::upper_bound(_FIter, _FIter, const _Tp&, _Compare) [with _FIter = __gnu_cxx::__normal_iterator<const ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Tp = ghidra::EffectRecord; _Compare = bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)]', inlined from 'static ghidra::uint4 ghidra::ProtoModel::lookupEffect(const std::vector<ghidra::EffectRecord>&, const ghidra::Address&, ghidra::int4)' at ../ghidra-native/src/decompiler/fspec.cc:2237:21: /usr/include/c++/14.1.1/bits/stl_algo.h:2060:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 In function '_FIter std::upper_bound(_FIter, _FIter, const _Tp&, _Compare) [with _FIter = __gnu_cxx::__normal_iterator<const ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Tp = ghidra::EffectRecord; _Compare = bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)]', inlined from 'static ghidra::int4 ghidra::ProtoModel::lookupRecord(const std::vector<ghidra::EffectRecord>&, ghidra::int4, const ghidra::Address&, ghidra::int4)' at ../ghidra-native/src/decompiler/fspec.cc:2275:21: /usr/include/c++/14.1.1/bits/stl_algo.h:2060:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 ../ghidra-native/src/decompiler/fspec.cc: In member function 'void ghidra::FuncProto::decodeLikelyTrash()': ../ghidra-native/src/decompiler/fspec.cc:3417:23: note: parameter passing for argument of type 'std::vector<ghidra::VarnodeData>::const_iterator' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::FuncProto::decodeLikelyTrash()' at ../ghidra-native/src/decompiler/fspec.cc:3420:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 In member function 'std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp, _Alloc>::operator=(const std::__cxx11::list<_Tp, _Alloc>&) [with _Tp = ghidra::ParamEntry; _Alloc = std::allocator<ghidra::ParamEntry>]', inlined from 'std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp, _Alloc>::operator=(const std::__cxx11::list<_Tp, _Alloc>&) [with _Tp = ghidra::ParamEntry; _Alloc = std::allocator<ghidra::ParamEntry>]' at /usr/include/c++/14.1.1/bits/list.tcc:267:5, inlined from 'void ghidra::ParamListMerged::foldIn(const ghidra::ParamListStandard&)' at ../ghidra-native/src/decompiler/fspec.cc:1600:26: /usr/include/c++/14.1.1/bits/list.tcc:286:22: note: parameter passing for argument of type 'std::_List_const_iterator<ghidra::ParamEntry>' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In member function 'std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp, _Alloc>::operator=(const std::__cxx11::list<_Tp, _Alloc>&) [with _Tp = ghidra::ParamEntry; _Alloc = std::allocator<ghidra::ParamEntry>]', inlined from 'std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp, _Alloc>::operator=(const std::__cxx11::list<_Tp, _Alloc>&) [with _Tp = ghidra::ParamEntry; _Alloc = std::allocator<ghidra::ParamEntry>]' at /usr/include/c++/14.1.1/bits/list.tcc:267:5, inlined from 'ghidra::ParamListStandard::ParamListStandard(const ghidra::ParamListStandard&)' at ../ghidra-native/src/decompiler/fspec.cc:559:15: /usr/include/c++/14.1.1/bits/list.tcc:286:22: note: parameter passing for argument of type 'std::_List_const_iterator<ghidra::ParamEntry>' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Distance = int; _Tp = ghidra::ParamTrial; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)>]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'void ghidra::ParamListStandard::buildTrialMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:826:21: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::ParamActive::sortTrials()' at ../ghidra-native/src/decompiler/fspec.hh:307:31, inlined from 'void ghidra::ParamListStandard::buildTrialMap(ghidra::ParamActive*) const' at ../ghidra-native/src/decompiler/fspec.cc:826:21: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)>]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void ghidra::ParamActive::sortFixedPosition()' at ../ghidra-native/src/decompiler/fspec.hh:328:37, inlined from 'void ghidra::FuncCallSpecs::buildInputFromTrials(ghidra::Funcdata&)' at ../ghidra-native/src/decompiler/fspec.cc:5387:33: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)>]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::ParamTrial*, vector<ghidra::ParamTrial> >; _Compare = bool (*)(const ghidra::ParamTrial&, const ghidra::ParamTrial&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void ghidra::ParamActive::sortFixedPosition()' at ../ghidra-native/src/decompiler/fspec.hh:328:37, inlined from 'void ghidra::FuncCallSpecs::buildInputFromTrials(ghidra::Funcdata&)' at ../ghidra-native/src/decompiler/fspec.cc:5387:33: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::ParamTrial*, std::vector<ghidra::ParamTrial> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Distance = int; _Tp = ghidra::EffectRecord; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'virtual void ghidra::ProtoModel::decode(ghidra::Decoder&)' at ../ghidra-native/src/decompiler/fspec.cc:2439:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'virtual void ghidra::ProtoModel::decode(ghidra::Decoder&)' at ../ghidra-native/src/decompiler/fspec.cc:2439:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::VarnodeData*, vector<ghidra::VarnodeData> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'virtual void ghidra::ProtoModel::decode(ghidra::Decoder&)' at ../ghidra-native/src/decompiler/fspec.cc:2440:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::VarnodeData*, std::vector<ghidra::VarnodeData> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]', inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void ghidra::FuncProto::decodeEffect()' at ../ghidra-native/src/decompiler/fspec.cc:3399:9: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)>]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::EffectRecord*, vector<ghidra::EffectRecord> >; _Compare = bool (*)(const ghidra::EffectRecord&, const ghidra::EffectRecord&)]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4804:18, inlined from 'void ghidra::FuncProto::decodeEffect()' at ../ghidra-native/src/decompiler/fspec.cc:3399:9: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::EffectRecord*, std::vector<ghidra::EffectRecord> >' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/emulateutil.o ../ghidra-native/src/decompiler/emulateutil.cc In file included from /usr/include/c++/14.1.1/map:62, from ../ghidra-native/src/decompiler/error.hh:28, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/memstate.hh:22, from ../ghidra-native/src/decompiler/emulate.hh:22, from ../ghidra-native/src/decompiler/emulate.cc:16: /usr/include/c++/14.1.1/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<long long unsigned int&&>, std::tuple<>}; _Key = long long unsigned int; _Val = std::pair<const long long unsigned int, ghidra::BreakCallBack*>; _KeyOfValue = std::_Select1st<std::pair<const long long unsigned int, ghidra::BreakCallBack*> >; _Compare = std::less<long long unsigned int>; _Alloc = std::allocator<std::pair<const long long unsigned int, ghidra::BreakCallBack*> >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree<long long unsigned int, std::pair<const long long unsigned int, ghidra::BreakCallBack*>, std::_Select1st<std::pair<const long long unsigned int, ghidra::BreakCallBack*> >, std::less<long long unsigned int>, std::allocator<std::pair<const long long unsigned int, ghidra::BreakCallBack*> > >::const_iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](key_type&&) [with _Key = long long unsigned int; _Tp = ghidra::BreakCallBack*; _Compare = std::less<long long unsigned int>; _Alloc = std::allocator<std::pair<const long long unsigned int, ghidra::BreakCallBack*> >]', inlined from 'void ghidra::BreakTableCallBack::registerPcodeCallback(const std::string&, ghidra::BreakCallBack*)' at ../ghidra-native/src/decompiler/emulate.cc:33:29: /usr/include/c++/14.1.1/bits/stl_map.h:532:37: note: parameter passing for argument of type 'std::_Rb_tree<long long unsigned int, std::pair<const long long unsigned int, ghidra::BreakCallBack*>, std::_Select1st<std::pair<const long long unsigned int, ghidra::BreakCallBack*> >, std::less<long long unsigned int>, std::allocator<std::pair<const long long unsigned int, ghidra::BreakCallBack*> > >::const_iterator' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/flow.o ../ghidra-native/src/decompiler/flow.cc In file included from /usr/include/c++/14.1.1/bits/stl_algo.h:61, from /usr/include/c++/14.1.1/algorithm:61, from ../ghidra-native/src/decompiler/error.hh:32, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/varnode.hh:21, from ../ghidra-native/src/decompiler/variable.hh:22, from ../ghidra-native/src/decompiler/database.hh:26, from ../ghidra-native/src/decompiler/varmap.hh:22, from ../ghidra-native/src/decompiler/varmap.cc:16: /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >; _Distance = int; _Tp = long long unsigned int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::AliasChecker::sortAlias() const' at ../ghidra-native/src/decompiler/varmap.cc:663:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<long long unsigned int*, vector<long long unsigned int> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::AliasChecker::sortAlias() const' at ../ghidra-native/src/decompiler/varmap.cc:663:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<long long unsigned int*, std::vector<long long unsigned int> >' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/userop.o ../ghidra-native/src/decompiler/userop.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/funcdata.o ../ghidra-native/src/decompiler/funcdata.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/funcdata_block.o ../ghidra-native/src/decompiler/funcdata_block.cc In file included from /usr/include/c++/14.1.1/algorithm:61, from ../ghidra-native/src/decompiler/error.hh:32, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/memstate.hh:22, from ../ghidra-native/src/decompiler/emulate.hh:22, from ../ghidra-native/src/decompiler/emulateutil.hh:22, from ../ghidra-native/src/decompiler/jumptable.hh:22, from ../ghidra-native/src/decompiler/jumptable.cc:16: /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >; _Compare = __gnu_cxx::__ops::_Val_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/bits/stl_algo.h:61: /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >; _Distance = int; _Tp = ghidra::LoadTable; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/vector:72, from ../ghidra-native/src/decompiler/error.hh:31: /usr/include/c++/14.1.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_fill_insert(iterator, size_type, const value_type&) [with _Tp = ghidra::LoadTable; _Alloc = std::allocator<ghidra::LoadTable>]': /usr/include/c++/14.1.1/bits/vector.tcc:700:5: note: parameter passing for argument of type 'std::vector<ghidra::LoadTable>::iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/vector:66: In member function 'void std::vector<_Tp, _Alloc>::resize(size_type, const value_type&) [with _Tp = ghidra::LoadTable; _Alloc = std::allocator<ghidra::LoadTable>]', inlined from 'static void ghidra::LoadTable::collapseTable(std::vector<ghidra::LoadTable>&)' at ../ghidra-native/src/decompiler/jumptable.cc:82:15: /usr/include/c++/14.1.1/bits/stl_vector.h:1037:18: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::EmulateFunction::collectLoadPoints(std::vector<ghidra::LoadTable>&) const' at ../ghidra-native/src/decompiler/jumptable.cc:256:9: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::LoadTable*, vector<ghidra::LoadTable> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::EmulateFunction::collectLoadPoints(std::vector<ghidra::LoadTable>&) const' at ../ghidra-native/src/decompiler/jumptable.cc:256:9: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::LoadTable*, std::vector<ghidra::LoadTable> >' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/funcdata_varnode.o ../ghidra-native/src/decompiler/funcdata_varnode.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/funcdata_op.o ../ghidra-native/src/decompiler/funcdata_op.cc In file included from /usr/include/c++/14.1.1/vector:72, from ../ghidra-native/src/decompiler/capability.hh:22, from ../ghidra-native/src/decompiler/architecture.hh:21, from ../ghidra-native/src/decompiler/funcdata.hh:22, from ../ghidra-native/src/decompiler/flow.hh:22, from ../ghidra-native/src/decompiler/flow.cc:16: /usr/include/c++/14.1.1/bits/vector.tcc: In function 'void std::vector<_Tp, _Alloc>::_M_range_insert(iterator, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag) [with _ForwardIterator = __gnu_cxx::__normal_iterator<const ghidra::Address*, std::vector<ghidra::Address> >; _Tp = ghidra::Address; _Alloc = std::allocator<ghidra::Address>]': /usr/include/c++/14.1.1/bits/vector.tcc:954:7: note: parameter passing for argument of type 'std::vector<ghidra::Address>::iterator' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/vector.tcc:954:7: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/vector.tcc:954:7: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/algorithm:61, from ../ghidra-native/src/decompiler/error.hh:32, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/varnode.hh:21, from ../ghidra-native/src/decompiler/variable.hh:22, from ../ghidra-native/src/decompiler/database.hh:26, from ../ghidra-native/src/decompiler/varmap.hh:22, from ../ghidra-native/src/decompiler/architecture.hh:22: /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Compare = __gnu_cxx::__ops::_Val_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/bits/stl_algo.h:61: /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Distance = int; _Tp = ghidra::Address; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/vector:66: In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const ghidra::Address*, std::vector<ghidra::Address> >; <template-parameter-2-2> = void; _Tp = ghidra::Address; _Alloc = std::allocator<ghidra::Address>]', inlined from 'void ghidra::FlowInfo::inlineClone(const ghidra::FlowInfo&, const ghidra::Address&)' at ../ghidra-native/src/decompiler/flow.cc:1058:21: /usr/include/c++/14.1.1/bits/stl_vector.h:1488:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_vector.h:1488:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 In member function 'std::vector<_Tp, _Alloc>::iterator std::vector<_Tp, _Alloc>::insert(const_iterator, _InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const ghidra::Address*, std::vector<ghidra::Address> >; <template-parameter-2-2> = void; _Tp = ghidra::Address; _Alloc = std::allocator<ghidra::Address>]', inlined from 'void ghidra::FlowInfo::inlineClone(const ghidra::FlowInfo&, const ghidra::Address&)' at ../ghidra-native/src/decompiler/flow.cc:1060:18: /usr/include/c++/14.1.1/bits/stl_vector.h:1488:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_vector.h:1488:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1589:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1589:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1589:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 In function 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1884:27: /usr/include/c++/14.1.1/bits/stl_algo.h:1868:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::FlowInfo::dedupUnprocessed()' at ../ghidra-native/src/decompiler/flow.cc:833:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::Address*, vector<ghidra::Address> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'void ghidra::FlowInfo::dedupUnprocessed()' at ../ghidra-native/src/decompiler/flow.cc:833:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::Address*, std::vector<ghidra::Address> >' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/unionresolve.o ../ghidra-native/src/decompiler/unionresolve.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/pcodeinject.o ../ghidra-native/src/decompiler/pcodeinject.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/heritage.o ../ghidra-native/src/decompiler/heritage.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/prefersplit.o ../ghidra-native/src/decompiler/prefersplit.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/rangeutil.o ../ghidra-native/src/decompiler/rangeutil.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/ruleaction.o ../ghidra-native/src/decompiler/ruleaction.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/subflow.o ../ghidra-native/src/decompiler/subflow.cc In file included from /usr/include/c++/14.1.1/bits/stl_algo.h:61, from /usr/include/c++/14.1.1/algorithm:61, from ../ghidra-native/src/decompiler/error.hh:32, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/varnode.hh:21, from ../ghidra-native/src/decompiler/prefersplit.hh:19, from ../ghidra-native/src/decompiler/prefersplit.cc:16: /usr/include/c++/14.1.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >; _Distance = int; _Tp = ghidra::PreferSplitRecord; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >; _Compare = __gnu_cxx::__ops::_Val_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1750:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1876:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1890:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1770:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'static void ghidra::PreferSplitManager::initialize(std::vector<ghidra::PreferSplitRecord>&)' at ../ghidra-native/src/decompiler/prefersplit.cc:555:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1905:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/14.1.1/bits/stl_algo.h:1908:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, vector<ghidra::PreferSplitRecord> >]' at /usr/include/c++/14.1.1/bits/stl_algo.h:4771:18, inlined from 'static void ghidra::PreferSplitManager::initialize(std::vector<ghidra::PreferSplitRecord>&)' at ../ghidra-native/src/decompiler/prefersplit.cc:555:7: /usr/include/c++/14.1.1/bits/stl_algo.h:1817:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 /usr/include/c++/14.1.1/bits/stl_algo.h:1822:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<ghidra::PreferSplitRecord*, std::vector<ghidra::PreferSplitRecord> >' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/blockaction.o ../ghidra-native/src/decompiler/blockaction.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/merge.o ../ghidra-native/src/decompiler/merge.cc In file included from /usr/include/c++/14.1.1/map:62, from ../ghidra-native/src/decompiler/error.hh:28, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/memstate.hh:22, from ../ghidra-native/src/decompiler/emulate.hh:22, from ../ghidra-native/src/decompiler/emulateutil.hh:22, from ../ghidra-native/src/decompiler/jumptable.hh:22, from ../ghidra-native/src/decompiler/block.hh:22, from ../ghidra-native/src/decompiler/heritage.hh:23, from ../ghidra-native/src/decompiler/heritage.cc:16: /usr/include/c++/14.1.1/bits/stl_tree.h: In function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<const ghidra::Address&>, std::tuple<>}; _Key = ghidra::Address; _Val = std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> >; _KeyOfValue = std::_Select1st<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> >, std::_Select1st<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > > >::const_iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = std::vector<ghidra::Varnode*>; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >]', inlined from 'void ghidra::Heritage::renameRecurse(ghidra::BlockBasic*, ghidra::VariableStack&)' at ../ghidra-native/src/decompiler/heritage.cc:2438:54: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> >, std::_Select1st<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > > >::const_iterator' changed in GCC 7.1 In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = std::vector<ghidra::Varnode*>; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >]', inlined from 'void ghidra::Heritage::renameRecurse(ghidra::BlockBasic*, ghidra::VariableStack&)' at ../ghidra-native/src/decompiler/heritage.cc:2468:32: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> >, std::_Select1st<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > > >::const_iterator' changed in GCC 7.1 In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = std::vector<ghidra::Varnode*>; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >]', inlined from 'void ghidra::Heritage::renameRecurse(ghidra::BlockBasic*, ghidra::VariableStack&)' at ../ghidra-native/src/decompiler/heritage.cc:2479:54: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> >, std::_Select1st<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > > >::const_iterator' changed in GCC 7.1 In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = ghidra::Address; _Tp = std::vector<ghidra::Varnode*>; _Compare = std::less<ghidra::Address>; _Alloc = std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >]', inlined from 'void ghidra::Heritage::renameRecurse(ghidra::BlockBasic*, ghidra::VariableStack&)' at ../ghidra-native/src/decompiler/heritage.cc:2500:30: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<ghidra::Address, std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> >, std::_Select1st<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > >, std::less<ghidra::Address>, std::allocator<std::pair<const ghidra::Address, std::vector<ghidra::Varnode*> > > >::const_iterator' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/double.o ../ghidra-native/src/decompiler/double.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/coreaction.o ../ghidra-native/src/decompiler/coreaction.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/condexe.o ../ghidra-native/src/decompiler/condexe.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/override.o ../ghidra-native/src/decompiler/override.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/dynamic.o ../ghidra-native/src/decompiler/dynamic.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/crc32.o ../ghidra-native/src/decompiler/crc32.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/prettyprint.o ../ghidra-native/src/decompiler/prettyprint.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/printlanguage.o ../ghidra-native/src/decompiler/printlanguage.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/printc.o ../ghidra-native/src/decompiler/printc.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/printjava.o ../ghidra-native/src/decompiler/printjava.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/memstate.o ../ghidra-native/src/decompiler/memstate.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/opbehavior.o ../ghidra-native/src/decompiler/opbehavior.cc In file included from /usr/include/c++/14.1.1/map:62, from ../ghidra-native/src/decompiler/error.hh:28, from ../ghidra-native/src/decompiler/space.hh:22, from ../ghidra-native/src/decompiler/address.hh:29, from ../ghidra-native/src/decompiler/pcoderaw.hh:21, from ../ghidra-native/src/decompiler/memstate.hh:22, from ../ghidra-native/src/decompiler/memstate.cc:16: /usr/include/c++/14.1.1/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple<const long long unsigned int&>, std::tuple<>}; _Key = long long unsigned int; _Val = std::pair<const long long unsigned int, unsigned char*>; _KeyOfValue = std::_Select1st<std::pair<const long long unsigned int, unsigned char*> >; _Compare = std::less<long long unsigned int>; _Alloc = std::allocator<std::pair<const long long unsigned int, unsigned char*> >]': /usr/include/c++/14.1.1/bits/stl_tree.h:2454:7: note: parameter passing for argument of type 'std::_Rb_tree<long long unsigned int, std::pair<const long long unsigned int, unsigned char*>, std::_Select1st<std::pair<const long long unsigned int, unsigned char*> >, std::less<long long unsigned int>, std::allocator<std::pair<const long long unsigned int, unsigned char*> > >::const_iterator' changed in GCC 7.1 In file included from /usr/include/c++/14.1.1/map:63: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = long long unsigned int; _Tp = unsigned char*; _Compare = std::less<long long unsigned int>; _Alloc = std::allocator<std::pair<const long long unsigned int, unsigned char*> >]', inlined from 'virtual void ghidra::MemoryPageOverlay::insert(ghidra::uintb, ghidra::uintb)' at ../ghidra-native/src/decompiler/memstate.cc:432:18: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<long long unsigned int, std::pair<const long long unsigned int, unsigned char*>, std::_Select1st<std::pair<const long long unsigned int, unsigned char*> >, std::less<long long unsigned int>, std::allocator<std::pair<const long long unsigned int, unsigned char*> > >::const_iterator' changed in GCC 7.1 In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = long long unsigned int; _Tp = unsigned char*; _Compare = std::less<long long unsigned int>; _Alloc = std::allocator<std::pair<const long long unsigned int, unsigned char*> >]', inlined from 'virtual void ghidra::MemoryPageOverlay::setPage(ghidra::uintb, const ghidra::uint1*, ghidra::int4, ghidra::int4)' at ../ghidra-native/src/decompiler/memstate.cc:511:14: /usr/include/c++/14.1.1/bits/stl_map.h:513:37: note: parameter passing for argument of type 'std::_Rb_tree<long long unsigned int, std::pair<const long long unsigned int, unsigned char*>, std::_Select1st<std::pair<const long long unsigned int, unsigned char*> >, std::less<long long unsigned int>, std::allocator<std::pair<const long long unsigned int, unsigned char*> > >::const_iterator' changed in GCC 7.1 c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/paramid.o ../ghidra-native/src/decompiler/paramid.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/transform.o ../ghidra-native/src/decompiler/transform.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/string_ghidra.o ../ghidra-native/src/decompiler/string_ghidra.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/stringmanage.o ../ghidra-native/src/decompiler/stringmanage.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/ghidra_arch.o ../ghidra-native/src/decompiler/ghidra_arch.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/loadimage_ghidra.o ../ghidra-native/src/decompiler/loadimage_ghidra.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/ghidra_context.o ../ghidra-native/src/decompiler/ghidra_context.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/inject_ghidra.o ../ghidra-native/src/decompiler/inject_ghidra.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/cpool_ghidra.o ../ghidra-native/src/decompiler/cpool_ghidra.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/comment_ghidra.o ../ghidra-native/src/decompiler/comment_ghidra.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/typegrp_ghidra.o ../ghidra-native/src/decompiler/typegrp_ghidra.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/ghidra_translate.o ../ghidra-native/src/decompiler/ghidra_translate.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/database_ghidra.o ../ghidra-native/src/decompiler/database_ghidra.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/libdecomp.o ../ghidra-native/src/decompiler/libdecomp.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/sleigh_arch.o ../ghidra-native/src/decompiler/sleigh_arch.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/sleigh.o ../ghidra-native/src/decompiler/sleigh.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/inject_sleigh.o ../ghidra-native/src/decompiler/inject_sleigh.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/filemanage.o ../ghidra-native/src/decompiler/filemanage.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/semantics.o ../ghidra-native/src/decompiler/semantics.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/slghsymbol.o ../ghidra-native/src/decompiler/slghsymbol.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/context.o ../ghidra-native/src/decompiler/context.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/sleighbase.o ../ghidra-native/src/decompiler/sleighbase.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/slghpatexpress.o ../ghidra-native/src/decompiler/slghpatexpress.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/slghpattern.o ../ghidra-native/src/decompiler/slghpattern.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/pcodecompile.o ../ghidra-native/src/decompiler/pcodecompile.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/grammar.o ../ghidra-native/src/decompiler/grammar.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/xml.o ../ghidra-native/src/decompiler/xml.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/pcodeparse.o ../ghidra-native/src/decompiler/pcodeparse.cc c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c anal_ghidra.cpp c++ -fPIC -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c core_ghidra.cpp cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o anal_ghidra_plugin.o anal_ghidra_plugin.c cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o core_ghidra_plugin.o core_ghidra_plugin.c c++ -c -lr_core -lr_config -lr_debug -lr_bin -lr_magic -lr_anal -lr_bp -lr_egg -lr_fs -lr_io -lr_lang -lr_asm -lr_flag -lr_arch -lr_esil -lr_crypto -lr_cons -lr_reg -lr_search -lr_socket -lr_syscall -lr_util -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -o ../third-party/pugixml/src//pugixml.o ../third-party/pugixml/src//pugixml.cpp c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/slgh_compile.o ../ghidra-native/src/decompiler/slgh_compile.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/slghscan.o ../ghidra-native/src/decompiler/slghscan.cc c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -c -o ../ghidra-native/src/decompiler/slghparse.o ../ghidra-native/src/decompiler/slghparse.cc anal_ghidra.cpp: In function 'uint32_t anal_type_MOV(RAnal*, RAnalOp*, const std::vector<Pcodeop>&, const std::unordered_set<std::__cxx11::basic_string<char> >&)': anal_ghidra.cpp:194:57: note: '#pragma message: anal srcs/dsts is disabled from now on' c++ -shared -o core_ghidra.so R2Architecture.o R2LoadImage.o R2Scope.o R2TypeFactory.o R2CommentDatabase.o CodeXMLParse.o ArchMap.o R2PrintC.o RCoreMutex.o SleighAnalValue.o SleighAsm.o SleighInstruction.o ../ghidra-native/src/decompiler/marshal.o ../ghidra-native/src/decompiler/space.o ../ghidra-native/src/decompiler/float.o ../ghidra-native/src/decompiler/address.o ../ghidra-native/src/decompiler/pcoderaw.o ../ghidra-native/src/decompiler/translate.o ../ghidra-native/src/decompiler/opcodes.o ../ghidra-native/src/decompiler/globalcontext.o ../ghidra-native/src/decompiler/capability.o ../ghidra-native/src/decompiler/architecture.o ../ghidra-native/src/decompiler/options.o ../ghidra-native/src/decompiler/graph.o ../ghidra-native/src/decompiler/cover.o ../ghidra-native/src/decompiler/block.o ../ghidra-native/src/decompiler/cast.o ../ghidra-native/src/decompiler/typeop.o ../ghidra-native/src/decompiler/database.o ../ghidra-native/src/decompiler/cpool.o ../ghidra-native/src/decompiler/comment.o ../ghidra-native/src/decompiler/fspec.o ../ghidra-native/src/decompiler/action.o ../ghidra-native/src/decompiler/loadimage.o ../ghidra-native/src/decompiler/varnode.o ../ghidra-native/src/decompiler/op.o ../ghidra-native/src/decompiler/type.o ../ghidra-native/src/decompiler/variable.o ../ghidra-native/src/decompiler/varmap.o ../ghidra-native/src/decompiler/jumptable.o ../ghidra-native/src/decompiler/emulate.o ../ghidra-native/src/decompiler/emulateutil.o ../ghidra-native/src/decompiler/flow.o ../ghidra-native/src/decompiler/userop.o ../ghidra-native/src/decompiler/funcdata.o ../ghidra-native/src/decompiler/funcdata_block.o ../ghidra-native/src/decompiler/funcdata_varnode.o ../ghidra-native/src/decompiler/funcdata_op.o ../ghidra-native/src/decompiler/unionresolve.o ../ghidra-native/src/decompiler/pcodeinject.o ../ghidra-native/src/decompiler/heritage.o ../ghidra-native/src/decompiler/prefersplit.o ../ghidra-native/src/decompiler/rangeutil.o ../ghidra-native/src/decompiler/ruleaction.o ../ghidra-native/src/decompiler/subflow.o ../ghidra-native/src/decompiler/blockaction.o ../ghidra-native/src/decompiler/merge.o ../ghidra-native/src/decompiler/double.o ../ghidra-native/src/decompiler/coreaction.o ../ghidra-native/src/decompiler/condexe.o ../ghidra-native/src/decompiler/override.o ../ghidra-native/src/decompiler/dynamic.o ../ghidra-native/src/decompiler/crc32.o ../ghidra-native/src/decompiler/prettyprint.o ../ghidra-native/src/decompiler/printlanguage.o ../ghidra-native/src/decompiler/printc.o ../ghidra-native/src/decompiler/printjava.o ../ghidra-native/src/decompiler/memstate.o ../ghidra-native/src/decompiler/opbehavior.o ../ghidra-native/src/decompiler/paramid.o ../ghidra-native/src/decompiler/transform.o ../ghidra-native/src/decompiler/string_ghidra.o ../ghidra-native/src/decompiler/stringmanage.o ../ghidra-native/src/decompiler/ghidra_arch.o ../ghidra-native/src/decompiler/loadimage_ghidra.o ../ghidra-native/src/decompiler/ghidra_context.o ../ghidra-native/src/decompiler/inject_ghidra.o ../ghidra-native/src/decompiler/cpool_ghidra.o ../ghidra-native/src/decompiler/comment_ghidra.o ../ghidra-native/src/decompiler/typegrp_ghidra.o ../ghidra-native/src/decompiler/ghidra_translate.o ../ghidra-native/src/decompiler/database_ghidra.o ../ghidra-native/src/decompiler/libdecomp.o ../ghidra-native/src/decompiler/sleigh_arch.o ../ghidra-native/src/decompiler/sleigh.o ../ghidra-native/src/decompiler/inject_sleigh.o ../ghidra-native/src/decompiler/filemanage.o ../ghidra-native/src/decompiler/semantics.o ../ghidra-native/src/decompiler/slghsymbol.o ../ghidra-native/src/decompiler/context.o ../ghidra-native/src/decompiler/sleighbase.o ../ghidra-native/src/decompiler/slghpatexpress.o ../ghidra-native/src/decompiler/slghpattern.o ../ghidra-native/src/decompiler/pcodecompile.o ../ghidra-native/src/decompiler/grammar.o ../ghidra-native/src/decompiler/xml.o ../ghidra-native/src/decompiler/pcodeparse.o ../third-party/pugixml/src//pugixml.o core_ghidra.o \ anal_ghidra.o core_ghidra_plugin.o anal_ghidra_plugin.o -lr_core -lr_config -lr_debug -lr_bin -lr_magic -lr_anal -lr_bp -lr_egg -lr_fs -lr_io -lr_lang -lr_asm -lr_flag -lr_arch -lr_esil -lr_crypto -lr_cons -lr_reg -lr_search -lr_socket -lr_syscall -lr_util -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I../third-party/pugixml/src/ -g -ggdb -std=c++11 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DR2GHIDRA_SLEIGHHOME_DEFAULT=\"/build/.local/share/radare2/plugins/r2ghidra_sleigh\" -w -fPIC -Wshadow -I../ghidra-native/src/decompiler -I. -g -ggdb -I/usr/include/libr -I/usr/include/capstone -I/usr/include/libr/sdb -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -g -ggdb -o sleighc ../ghidra-native/src/decompiler/slgh_compile.o ../ghidra-native/src/decompiler/slghscan.o ../ghidra-native/src/decompiler/slghparse.o ../ghidra-native/src/decompiler/marshal.o ../ghidra-native/src/decompiler/space.o ../ghidra-native/src/decompiler/float.o ../ghidra-native/src/decompiler/address.o ../ghidra-native/src/decompiler/pcoderaw.o ../ghidra-native/src/decompiler/translate.o ../ghidra-native/src/decompiler/opcodes.o ../ghidra-native/src/decompiler/globalcontext.o ../ghidra-native/src/decompiler/capability.o ../ghidra-native/src/decompiler/architecture.o ../ghidra-native/src/decompiler/options.o ../ghidra-native/src/decompiler/graph.o ../ghidra-native/src/decompiler/cover.o ../ghidra-native/src/decompiler/block.o ../ghidra-native/src/decompiler/cast.o ../ghidra-native/src/decompiler/typeop.o ../ghidra-native/src/decompiler/database.o ../ghidra-native/src/decompiler/cpool.o ../ghidra-native/src/decompiler/comment.o ../ghidra-native/src/decompiler/fspec.o ../ghidra-native/src/decompiler/action.o ../ghidra-native/src/decompiler/loadimage.o ../ghidra-native/src/decompiler/varnode.o ../ghidra-native/src/decompiler/op.o ../ghidra-native/src/decompiler/type.o ../ghidra-native/src/decompiler/variable.o ../ghidra-native/src/decompiler/varmap.o ../ghidra-native/src/decompiler/jumptable.o ../ghidra-native/src/decompiler/emulate.o ../ghidra-native/src/decompiler/emulateutil.o ../ghidra-native/src/decompiler/flow.o ../ghidra-native/src/decompiler/userop.o ../ghidra-native/src/decompiler/funcdata.o ../ghidra-native/src/decompiler/funcdata_block.o ../ghidra-native/src/decompiler/funcdata_varnode.o ../ghidra-native/src/decompiler/funcdata_op.o ../ghidra-native/src/decompiler/unionresolve.o ../ghidra-native/src/decompiler/pcodeinject.o ../ghidra-native/src/decompiler/heritage.o ../ghidra-native/src/decompiler/prefersplit.o ../ghidra-native/src/decompiler/rangeutil.o ../ghidra-native/src/decompiler/ruleaction.o ../ghidra-native/src/decompiler/subflow.o ../ghidra-native/src/decompiler/blockaction.o ../ghidra-native/src/decompiler/merge.o ../ghidra-native/src/decompiler/double.o ../ghidra-native/src/decompiler/coreaction.o ../ghidra-native/src/decompiler/condexe.o ../ghidra-native/src/decompiler/override.o ../ghidra-native/src/decompiler/dynamic.o ../ghidra-native/src/decompiler/crc32.o ../ghidra-native/src/decompiler/prettyprint.o ../ghidra-native/src/decompiler/printlanguage.o ../ghidra-native/src/decompiler/printc.o ../ghidra-native/src/decompiler/printjava.o ../ghidra-native/src/decompiler/memstate.o ../ghidra-native/src/decompiler/opbehavior.o ../ghidra-native/src/decompiler/paramid.o ../ghidra-native/src/decompiler/transform.o ../ghidra-native/src/decompiler/string_ghidra.o ../ghidra-native/src/decompiler/stringmanage.o ../ghidra-native/src/decompiler/ghidra_arch.o ../ghidra-native/src/decompiler/loadimage_ghidra.o ../ghidra-native/src/decompiler/ghidra_context.o ../ghidra-native/src/decompiler/inject_ghidra.o ../ghidra-native/src/decompiler/cpool_ghidra.o ../ghidra-native/src/decompiler/comment_ghidra.o ../ghidra-native/src/decompiler/typegrp_ghidra.o ../ghidra-native/src/decompiler/ghidra_translate.o ../ghidra-native/src/decompiler/database_ghidra.o ../ghidra-native/src/decompiler/libdecomp.o ../ghidra-native/src/decompiler/sleigh_arch.o ../ghidra-native/src/decompiler/sleigh.o ../ghidra-native/src/decompiler/inject_sleigh.o ../ghidra-native/src/decompiler/filemanage.o ../ghidra-native/src/decompiler/semantics.o ../ghidra-native/src/decompiler/slghsymbol.o ../ghidra-native/src/decompiler/context.o ../ghidra-native/src/decompiler/sleighbase.o ../ghidra-native/src/decompiler/slghpatexpress.o ../ghidra-native/src/decompiler/slghpattern.o ../ghidra-native/src/decompiler/pcodecompile.o ../ghidra-native/src/decompiler/grammar.o ../ghidra-native/src/decompiler/xml.o ../ghidra-native/src/decompiler/pcodeparse.o make sign make[2]: Entering directory '/build/r2ghidra/src/r2ghidra/src' make[2]: Nothing to be done for 'sign'. make[2]: Leaving directory '/build/r2ghidra/src/r2ghidra/src' make[1]: Leaving directory '/build/r2ghidra/src/r2ghidra/src' make -C ghidra make[1]: Entering directory '/build/r2ghidra/src/r2ghidra/ghidra' c++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o sleighc ../ghidra-native/src/decompiler/slgh_compile.o ../ghidra-native/src/decompiler/slghscan.o ../ghidra-native/src/decompiler/slghparse.o ../ghidra-native/src/decompiler/marshal.o ../ghidra-native/src/decompiler/space.o ../ghidra-native/src/decompiler/float.o ../ghidra-native/src/decompiler/address.o ../ghidra-native/src/decompiler/pcoderaw.o ../ghidra-native/src/decompiler/translate.o ../ghidra-native/src/decompiler/opcodes.o ../ghidra-native/src/decompiler/globalcontext.o ../ghidra-native/src/decompiler/capability.o ../ghidra-native/src/decompiler/architecture.o ../ghidra-native/src/decompiler/options.o ../ghidra-native/src/decompiler/graph.o ../ghidra-native/src/decompiler/cover.o ../ghidra-native/src/decompiler/block.o ../ghidra-native/src/decompiler/cast.o ../ghidra-native/src/decompiler/typeop.o ../ghidra-native/src/decompiler/database.o ../ghidra-native/src/decompiler/cpool.o ../ghidra-native/src/decompiler/comment.o ../ghidra-native/src/decompiler/fspec.o ../ghidra-native/src/decompiler/action.o ../ghidra-native/src/decompiler/loadimage.o ../ghidra-native/src/decompiler/varnode.o ../ghidra-native/src/decompiler/op.o ../ghidra-native/src/decompiler/type.o ../ghidra-native/src/decompiler/variable.o ../ghidra-native/src/decompiler/varmap.o ../ghidra-native/src/decompiler/jumptable.o ../ghidra-native/src/decompiler/emulate.o ../ghidra-native/src/decompiler/emulateutil.o ../ghidra-native/src/decompiler/flow.o ../ghidra-native/src/decompiler/userop.o ../ghidra-native/src/decompiler/funcdata.o ../ghidra-native/src/decompiler/funcdata_block.o ../ghidra-native/src/decompiler/funcdata_varnode.o ../ghidra-native/src/decompiler/funcdata_op.o ../ghidra-native/src/decompiler/unionresolve.o ../ghidra-native/src/decompiler/pcodeinject.o ../ghidra-native/src/decompiler/heritage.o ../ghidra-native/src/decompiler/prefersplit.o ../ghidra-native/src/decompiler/rangeutil.o ../ghidra-native/src/decompiler/ruleaction.o ../ghidra-native/src/decompiler/subflow.o ../ghidra-native/src/decompiler/blockaction.o ../ghidra-native/src/decompiler/merge.o ../ghidra-native/src/decompiler/double.o ../ghidra-native/src/decompiler/coreaction.o ../ghidra-native/src/decompiler/condexe.o ../ghidra-native/src/decompiler/override.o ../ghidra-native/src/decompiler/dynamic.o ../ghidra-native/src/decompiler/crc32.o ../ghidra-native/src/decompiler/prettyprint.o ../ghidra-native/src/decompiler/printlanguage.o ../ghidra-native/src/decompiler/printc.o ../ghidra-native/src/decompiler/printjava.o ../ghidra-native/src/decompiler/memstate.o ../ghidra-native/src/decompiler/opbehavior.o ../ghidra-native/src/decompiler/paramid.o ../ghidra-native/src/decompiler/transform.o ../ghidra-native/src/decompiler/string_ghidra.o ../ghidra-native/src/decompiler/stringmanage.o ../ghidra-native/src/decompiler/ghidra_arch.o ../ghidra-native/src/decompiler/loadimage_ghidra.o ../ghidra-native/src/decompiler/ghidra_context.o ../ghidra-native/src/decompiler/inject_ghidra.o ../ghidra-native/src/decompiler/cpool_ghidra.o ../ghidra-native/src/decompiler/comment_ghidra.o ../ghidra-native/src/decompiler/typegrp_ghidra.o ../ghidra-native/src/decompiler/ghidra_translate.o ../ghidra-native/src/decompiler/database_ghidra.o ../ghidra-native/src/decompiler/libdecomp.o ../ghidra-native/src/decompiler/sleigh_arch.o ../ghidra-native/src/decompiler/sleigh.o ../ghidra-native/src/decompiler/inject_sleigh.o ../ghidra-native/src/decompiler/filemanage.o ../ghidra-native/src/decompiler/semantics.o ../ghidra-native/src/decompiler/slghsymbol.o ../ghidra-native/src/decompiler/context.o ../ghidra-native/src/decompiler/sleighbase.o ../ghidra-native/src/decompiler/slghpatexpress.o ../ghidra-native/src/decompiler/slghpattern.o ../ghidra-native/src/decompiler/pcodecompile.o ../ghidra-native/src/decompiler/grammar.o ../ghidra-native/src/decompiler/xml.o ../ghidra-native/src/decompiler/pcodeparse.o for a in DATA 6502 8051 Atmel AARCH64 ARM MIPS MCS96 PowerPC hexagon tricore SuperH TI_MSP430 RISCV JVM Sparc STM8 V850 Z80 x86 ; do ./sleighc -a ../ghidra-native/src/Processors/$a ; done Compiling 2 slaspec files in ../ghidra-native/src/Processors/DATA Compiling (1 of 2) ../ghidra-native/src/Processors/DATA/data/languages/data-le-64.slaspec Compiling (2 of 2) ../ghidra-native/src/Processors/DATA/data/languages/data-be-64.slaspec Compiling 2 slaspec files in ../ghidra-native/src/Processors/6502 Compiling (1 of 2) ../ghidra-native/src/Processors/6502/data/languages/6502.slaspec WARN 1 NOP constructors found WARN Use -n switch to list each individually WARN 6502.slaspec:118: Unreferenced table 'ADDR8' Compiling (2 of 2) ../ghidra-native/src/Processors/6502/data/languages/65c02.slaspec WARN 1 NOP constructors found WARN Use -n switch to list each individually WARN 6502.slaspec:118: Unreferenced table 'ADDR8' Compiling 4 slaspec files in ../ghidra-native/src/Processors/8051 Compiling (1 of 4) ../ghidra-native/src/Processors/8051/data/languages/80251.slaspec WARN 3 NOP constructors found WARN Use -n switch to list each individually WARN 8051_main.sinc:641: Unreferenced table 'Rel16' Compiling (2 of 4) ../ghidra-native/src/Processors/8051/data/languages/8051.slaspec WARN 1 NOP constructors found WARN Use -n switch to list each individually WARN 1 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8051_main.sinc:641: Unreferenced table 'Rel16' Compiling (3 of 4) ../ghidra-native/src/Processors/8051/data/languages/80390.slaspec WARN 1 NOP constructors found WARN Use -n switch to list each individually WARN 2 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8051_main.sinc:554: Unreferenced table 'Data16' WARN 8051_main.sinc:641: Unreferenced table 'Rel16' Compiling (4 of 4) ../ghidra-native/src/Processors/8051/data/languages/mx51.slaspec WARN 1 NOP constructors found WARN Use -n switch to list each individually WARN 1 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8051_main.sinc:641: Unreferenced table 'Rel16' Compiling 5 slaspec files in ../ghidra-native/src/Processors/Atmel Compiling (1 of 5) ../ghidra-native/src/Processors/Atmel/data/languages/avr8xmega.slaspec WARN 4 NOP constructors found WARN Use -n switch to list each individually WARN 8 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN avr8.sinc:317: Unreferenced table 'op1RrPair' WARN avr8.sinc:501: Unreferenced table 'K7addr' Compiling (2 of 5) ../ghidra-native/src/Processors/Atmel/data/languages/avr32a.slaspec WARN 158 NOP constructors found WARN Use -n switch to list each individually avr32a.slaspec:714 - ERROR avr32a.slaspec:646: Table 'RX9A' has inconsistent export size; Constructor starting at line 646 is first conflict avr32a.slaspec:714 - ERROR avr32a.slaspec:649: Table 'RY0A' has inconsistent export size; Constructor starting at line 649 is first conflict avr32a.slaspec:714 - ERROR avr32a.slaspec:643: Table 'RS9A' has inconsistent export size; Constructor starting at line 643 is first conflict avr32a.slaspec:714 - ERROR avr32a.slaspec:652: Table 'RD0A' has inconsistent export size; Constructor starting at line 652 is first conflict avr32a.slaspec:714 - ERROR avr32a.slaspec:640: Table 'RS0A' has inconsistent export size; Constructor starting at line 640 is first conflict No output produced Compiling 3 slaspec files in ../ghidra-native/src/Processors/AARCH64 Compiling (1 of 3) ../ghidra-native/src/Processors/AARCH64/data/languages/AARCH64.slaspec WARN 149 NOP constructors found WARN Use -n switch to list each individually Compiling (2 of 3) ../ghidra-native/src/Processors/AARCH64/data/languages/AARCH64_AppleSilicon.slaspec WARN 149 NOP constructors found WARN Use -n switch to list each individually Compiling (3 of 3) ../ghidra-native/src/Processors/AARCH64/data/languages/AARCH64BE.slaspec WARN 149 NOP constructors found WARN Use -n switch to list each individually Compiling 14 slaspec files in ../ghidra-native/src/Processors/ARM Compiling (1 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM5_be.slaspec WARN 76 NOP constructors found WARN Use -n switch to list each individually Compiling (2 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM4t_le.slaspec WARN 150 NOP constructors found WARN Use -n switch to list each individually WARN 2 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling (3 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM4t_be.slaspec WARN 150 NOP constructors found WARN Use -n switch to list each individually WARN 2 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling (4 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM6_be.slaspec WARN 272 NOP constructors found WARN Use -n switch to list each individually WARN 5 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN ARMneon.sinc:72: Unreferenced table 'Dd2' WARN ARMneon.sinc:133: Unreferenced table 'Sreg2' WARN ARMneon.sinc:182: Unreferenced table 'Dreg2' WARN ARMneon.sinc:240: Unreferenced table 'VRm' WARN ARMneon.sinc:269: Unreferenced table 'Sd2' WARN ARMneon.sinc:273: Unreferenced table 'udt' WARN ARMneon.sinc:278: Unreferenced table 'udt7' WARN ARMneon.sinc:283: Unreferenced table 'fdt' WARN ARMneon.sinc:288: Unreferenced table 'esize2021' WARN ARMneon.sinc:297: Unreferenced table 'esize2021x2' WARN ARMneon.sinc:304: Unreferenced table 'esize1819' WARN ARMneon.sinc:313: Unreferenced table 'esize1819x2' WARN ARMneon.sinc:320: Unreferenced table 'esize1819x3' WARN ARMneon.sinc:327: Unreferenced table 'esize1011' WARN ARMneon.sinc:336: Unreferenced table 'esize0607' WARN ARMneon.sinc:345: Unreferenced table 'fesize2021' WARN ARMneon.sinc:355: Unreferenced table 'vfpExpImm_4' WARN ARMneon.sinc:366: Unreferenced table 'vfpExpImm_8' WARN ARMneon.sinc:377: Unreferenced table 'simdExpImm_8' WARN ARMneon.sinc:392: Unreferenced table 'simdExpImm_16' WARN ARMneon.sinc:411: Unreferenced table 'simdExpImmDT' Compiling (5 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM5t_be.slaspec WARN 150 NOP constructors found WARN Use -n switch to list each individually WARN 2 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling (6 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM5_le.slaspec WARN 76 NOP constructors found WARN Use -n switch to list each individually Compiling (7 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM8_le.slaspec WARN 528 NOP constructors found WARN Use -n switch to list each individually WARN 6 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN ARMneon.sinc:133: Unreferenced table 'Sreg2' Compiling (8 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM8_be.slaspec WARN 528 NOP constructors found WARN Use -n switch to list each individually WARN 6 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN ARMneon.sinc:133: Unreferenced table 'Sreg2' Compiling (9 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM4_be.slaspec WARN 76 NOP constructors found WARN Use -n switch to list each individually Compiling (10 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM7_be.slaspec WARN 494 NOP constructors found WARN Use -n switch to list each individually WARN 6 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN ARMneon.sinc:133: Unreferenced table 'Sreg2' Compiling (11 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM6_le.slaspec WARN 272 NOP constructors found WARN Use -n switch to list each individually WARN 5 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN ARMneon.sinc:72: Unreferenced table 'Dd2' WARN ARMneon.sinc:133: Unreferenced table 'Sreg2' WARN ARMneon.sinc:182: Unreferenced table 'Dreg2' WARN ARMneon.sinc:240: Unreferenced table 'VRm' WARN ARMneon.sinc:269: Unreferenced table 'Sd2' WARN ARMneon.sinc:273: Unreferenced table 'udt' WARN ARMneon.sinc:278: Unreferenced table 'udt7' WARN ARMneon.sinc:283: Unreferenced table 'fdt' WARN ARMneon.sinc:288: Unreferenced table 'esize2021' WARN ARMneon.sinc:297: Unreferenced table 'esize2021x2' WARN ARMneon.sinc:304: Unreferenced table 'esize1819' WARN ARMneon.sinc:313: Unreferenced table 'esize1819x2' WARN ARMneon.sinc:320: Unreferenced table 'esize1819x3' WARN ARMneon.sinc:327: Unreferenced table 'esize1011' WARN ARMneon.sinc:336: Unreferenced table 'esize0607' WARN ARMneon.sinc:345: Unreferenced table 'fesize2021' WARN ARMneon.sinc:355: Unreferenced table 'vfpExpImm_4' WARN ARMneon.sinc:366: Unreferenced table 'vfpExpImm_8' WARN ARMneon.sinc:377: Unreferenced table 'simdExpImm_8' WARN ARMneon.sinc:392: Unreferenced table 'simdExpImm_16' WARN ARMneon.sinc:411: Unreferenced table 'simdExpImmDT' Compiling (12 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM5t_le.slaspec WARN 150 NOP constructors found WARN Use -n switch to list each individually WARN 2 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling (13 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM4_le.slaspec WARN 76 NOP constructors found WARN Use -n switch to list each individually Compiling (14 of 14) ../ghidra-native/src/Processors/ARM/data/languages/ARM7_le.slaspec WARN 494 NOP constructors found WARN Use -n switch to list each individually WARN 6 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN ARMneon.sinc:133: Unreferenced table 'Sreg2' Compiling 6 slaspec files in ../ghidra-native/src/Processors/MIPS Compiling (1 of 6) ../ghidra-native/src/Processors/MIPS/data/languages/mips32R6be.slaspec WARN 94 NOP constructors found WARN Use -n switch to list each individually WARN 167 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN mips.sinc:734: Unreferenced table 'RDsrc' WARN mips.sinc:780: Unreferenced table 'S18L3' WARN mips.sinc:783: Unreferenced table 'S16L32' WARN mips.sinc:784: Unreferenced table 'S16L48' WARN mipsmicro.sinc:282: Unreferenced table 'RS0R5' WARN mipsmicro.sinc:297: Unreferenced table 'RT5RD5' WARN mipsmicro.sinc:366: Unreferenced table 'EXT_MS18' WARN mipsmicro.sinc:371: Unreferenced table 'EXT_MS48' WARN mipsmicro.sinc:372: Unreferenced table 'EXT_MS64' WARN mipsmicro.sinc:394: Unreferenced table 'SIZEPLG' WARN mipsmicro.sinc:396: Unreferenced table 'SIZEQLG' WARN mipsmicro.sinc:397: Unreferenced table 'POSHI' WARN mipsmicro.sinc:408: Unreferenced table 'SA32' Compiling (2 of 6) ../ghidra-native/src/Processors/MIPS/data/languages/mips32be.slaspec WARN 94 NOP constructors found WARN Use -n switch to list each individually WARN 205 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN mips.sinc:734: Unreferenced table 'RDsrc' WARN mips.sinc:780: Unreferenced table 'S18L3' WARN mips.sinc:783: Unreferenced table 'S16L32' WARN mips.sinc:784: Unreferenced table 'S16L48' WARN mipsmicro.sinc:282: Unreferenced table 'RS0R5' WARN mipsmicro.sinc:297: Unreferenced table 'RT5RD5' WARN mipsmicro.sinc:366: Unreferenced table 'EXT_MS18' WARN mipsmicro.sinc:371: Unreferenced table 'EXT_MS48' WARN mipsmicro.sinc:372: Unreferenced table 'EXT_MS64' WARN mipsmicro.sinc:394: Unreferenced table 'SIZEPLG' WARN mipsmicro.sinc:396: Unreferenced table 'SIZEQLG' WARN mipsmicro.sinc:397: Unreferenced table 'POSHI' WARN mipsmicro.sinc:408: Unreferenced table 'SA32' Compiling (3 of 6) ../ghidra-native/src/Processors/MIPS/data/languages/mips64le.slaspec WARN 95 NOP constructors found WARN Use -n switch to list each individually WARN 42 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN mips.sinc:734: Unreferenced table 'RDsrc' WARN mipsmicro.sinc:282: Unreferenced table 'RS0R5' WARN mipsmicro.sinc:297: Unreferenced table 'RT5RD5' Compiling (4 of 6) ../ghidra-native/src/Processors/MIPS/data/languages/mips32le.slaspec WARN 94 NOP constructors found WARN Use -n switch to list each individually WARN 205 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN mips.sinc:734: Unreferenced table 'RDsrc' WARN mips.sinc:780: Unreferenced table 'S18L3' WARN mips.sinc:783: Unreferenced table 'S16L32' WARN mips.sinc:784: Unreferenced table 'S16L48' WARN mipsmicro.sinc:282: Unreferenced table 'RS0R5' WARN mipsmicro.sinc:297: Unreferenced table 'RT5RD5' WARN mipsmicro.sinc:366: Unreferenced table 'EXT_MS18' WARN mipsmicro.sinc:371: Unreferenced table 'EXT_MS48' WARN mipsmicro.sinc:372: Unreferenced table 'EXT_MS64' WARN mipsmicro.sinc:394: Unreferenced table 'SIZEPLG' WARN mipsmicro.sinc:396: Unreferenced table 'SIZEQLG' WARN mipsmicro.sinc:397: Unreferenced table 'POSHI' WARN mipsmicro.sinc:408: Unreferenced table 'SA32' Compiling (5 of 6) ../ghidra-native/src/Processors/MIPS/data/languages/mips64be.slaspec WARN 95 NOP constructors found WARN Use -n switch to list each individually WARN 42 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN mips.sinc:734: Unreferenced table 'RDsrc' WARN mipsmicro.sinc:282: Unreferenced table 'RS0R5' WARN mipsmicro.sinc:297: Unreferenced table 'RT5RD5' Compiling (6 of 6) ../ghidra-native/src/Processors/MIPS/data/languages/mips32R6le.slaspec WARN 94 NOP constructors found WARN Use -n switch to list each individually WARN 167 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN mips.sinc:734: Unreferenced table 'RDsrc' WARN mips.sinc:780: Unreferenced table 'S18L3' WARN mips.sinc:783: Unreferenced table 'S16L32' WARN mips.sinc:784: Unreferenced table 'S16L48' WARN mipsmicro.sinc:282: Unreferenced table 'RS0R5' WARN mipsmicro.sinc:297: Unreferenced table 'RT5RD5' WARN mipsmicro.sinc:366: Unreferenced table 'EXT_MS18' WARN mipsmicro.sinc:371: Unreferenced table 'EXT_MS48' WARN mipsmicro.sinc:372: Unreferenced table 'EXT_MS64' WARN mipsmicro.sinc:394: Unreferenced table 'SIZEPLG' WARN mipsmicro.sinc:396: Unreferenced table 'SIZEQLG' WARN mipsmicro.sinc:397: Unreferenced table 'POSHI' WARN mipsmicro.sinc:408: Unreferenced table 'SA32' Compiling 1 slaspec files in ../ghidra-native/src/Processors/MCS96 Compiling (1 of 1) ../ghidra-native/src/Processors/MCS96/data/languages/MCS96.slaspec WARN 1 NOP constructors found WARN Use -n switch to list each individually WARN 15 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling 14 slaspec files in ../ghidra-native/src/Processors/PowerPC Compiling (1 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_be.slaspec WARN 88 NOP constructors found WARN Use -n switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' WARN ppc_common.sinc:1870: Unreferenced table 'CC_X_OP' WARN ppc_common.sinc:1879: Unreferenced table 'CC_X_OPm' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (2 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_isa_altivec_be.slaspec WARN 88 NOP constructors found WARN Use -n switch to list each individually WARN 5 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 9 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (3 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_32_4xx_be.slaspec WARN 86 NOP constructors found WARN Use -n switch to list each individually WARN 1 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1185: Unreferenced table 'vrD' WARN ppc_common.sinc:1186: Unreferenced table 'vrA' WARN ppc_common.sinc:1187: Unreferenced table 'vrB' WARN ppc_common.sinc:1188: Unreferenced table 'vrC' WARN ppc_common.sinc:1189: Unreferenced table 'vrS' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' WARN ppc_common.sinc:1870: Unreferenced table 'CC_X_OP' WARN ppc_common.sinc:1879: Unreferenced table 'CC_X_OPm' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (4 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_32_le.slaspec WARN 87 NOP constructors found WARN Use -n switch to list each individually WARN 1 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' WARN ppc_common.sinc:1870: Unreferenced table 'CC_X_OP' WARN ppc_common.sinc:1879: Unreferenced table 'CC_X_OPm' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (5 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_le.slaspec WARN 88 NOP constructors found WARN Use -n switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' WARN ppc_common.sinc:1870: Unreferenced table 'CC_X_OP' WARN ppc_common.sinc:1879: Unreferenced table 'CC_X_OPm' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (6 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_32_quicciii_le.slaspec WARN 86 NOP constructors found WARN Use -n switch to list each individually WARN 24 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1186: Unreferenced table 'vrA' WARN ppc_common.sinc:1187: Unreferenced table 'vrB' WARN ppc_common.sinc:1188: Unreferenced table 'vrC' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' Compiling (7 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_isa_altivec_le.slaspec WARN 88 NOP constructors found WARN Use -n switch to list each individually WARN 5 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 9 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (8 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_32_4xx_le.slaspec WARN 86 NOP constructors found WARN Use -n switch to list each individually WARN 1 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1185: Unreferenced table 'vrD' WARN ppc_common.sinc:1186: Unreferenced table 'vrA' WARN ppc_common.sinc:1187: Unreferenced table 'vrB' WARN ppc_common.sinc:1188: Unreferenced table 'vrC' WARN ppc_common.sinc:1189: Unreferenced table 'vrS' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' WARN ppc_common.sinc:1870: Unreferenced table 'CC_X_OP' WARN ppc_common.sinc:1879: Unreferenced table 'CC_X_OPm' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (9 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_32_be.slaspec WARN 87 NOP constructors found WARN Use -n switch to list each individually WARN 1 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' WARN ppc_common.sinc:1870: Unreferenced table 'CC_X_OP' WARN ppc_common.sinc:1879: Unreferenced table 'CC_X_OPm' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling (10 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_isa_le.slaspec WARN 87 NOP constructors found WARN Use -n switch to list each individually WARN 137 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 9 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1188: Unreferenced table 'vrC' Compiling (11 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_isa_vle_be.slaspec WARN 87 NOP constructors found WARN Use -n switch to list each individually WARN 145 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 9 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1188: Unreferenced table 'vrC' Compiling (12 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_isa_be.slaspec WARN 87 NOP constructors found WARN Use -n switch to list each individually WARN 137 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 9 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1188: Unreferenced table 'vrC' Compiling (13 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_32_quicciii_be.slaspec WARN 86 NOP constructors found WARN Use -n switch to list each individually WARN 24 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 8 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1186: Unreferenced table 'vrA' WARN ppc_common.sinc:1187: Unreferenced table 'vrB' WARN ppc_common.sinc:1188: Unreferenced table 'vrC' WARN ppc_common.sinc:1812: Unreferenced table 'OFF16SH' Compiling (14 of 14) ../ghidra-native/src/Processors/PowerPC/data/languages/ppc_64_isa_altivec_vle_be.slaspec WARN 88 NOP constructors found WARN Use -n switch to list each individually WARN 13 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 9 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ppc_common.sinc:1049: Unreferenced table 'EVUIMM_2_RAt' WARN ppc_common.sinc:1050: Unreferenced table 'EVUIMM_4_RAt' WARN ppc_common.sinc:1051: Unreferenced table 'EVUIMM_8_RAt' WARN ppc_common.sinc:1961: Unreferenced table 'dUI16PlusRAOrZeroAddress' Compiling 1 slaspec files in ../ghidra-native/src/Processors/hexagon Compiling (1 of 1) ../ghidra-native/src/Processors/hexagon/data/languages/hexagon.slaspec WARN 3 NOP constructors found WARN Use -n switch to list each individually WARN 50 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 61 operations wrote to temporaries that were not read WARN Use -t switch to list each individually Compiling 1 slaspec files in ../ghidra-native/src/Processors/tricore Compiling (1 of 1) ../ghidra-native/src/Processors/tricore/data/languages/tricore.slaspec WARN 17 NOP constructors found WARN Use -n switch to list each individually WARN 26 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling 3 slaspec files in ../ghidra-native/src/Processors/SuperH Compiling (1 of 3) ../ghidra-native/src/Processors/SuperH/data/languages/sh-2.slaspec Compiling (2 of 3) ../ghidra-native/src/Processors/SuperH/data/languages/sh-2a.slaspec Compiling (3 of 3) ../ghidra-native/src/Processors/SuperH/data/languages/sh-1.slaspec Compiling 2 slaspec files in ../ghidra-native/src/Processors/TI_MSP430 Compiling (1 of 2) ../ghidra-native/src/Processors/TI_MSP430/data/languages/TI_MSP430.slaspec WARN 20 NOP constructors found WARN Use -n switch to list each individually WARN 3 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling (2 of 2) ../ghidra-native/src/Processors/TI_MSP430/data/languages/TI_MSP430X.slaspec WARN 81 NOP constructors found WARN Use -n switch to list each individually WARN 1 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling 2 slaspec files in ../ghidra-native/src/Processors/RISCV Compiling (1 of 2) ../ghidra-native/src/Processors/RISCV/data/languages/riscv.lp64d.slaspec WARN 2 NOP constructors found WARN Use -n switch to list each individually WARN riscv.table.sinc:80: Unreferenced table 'frs1' WARN riscv.table.sinc:81: Unreferenced table 'frs2' WARN riscv.table.sinc:82: Unreferenced table 'frs3' WARN riscv.table.sinc:177: Unreferenced table 'crs1' WARN riscv.table.sinc:186: Unreferenced table 'cfrs1' WARN riscv.table.sinc:190: Unreferenced table 'cfrs2' Compiling (2 of 2) ../ghidra-native/src/Processors/RISCV/data/languages/riscv.ilp32d.slaspec WARN 2 NOP constructors found WARN Use -n switch to list each individually WARN riscv.table.sinc:80: Unreferenced table 'frs1' WARN riscv.table.sinc:81: Unreferenced table 'frs2' WARN riscv.table.sinc:82: Unreferenced table 'frs3' WARN riscv.table.sinc:177: Unreferenced table 'crs1' WARN riscv.table.sinc:186: Unreferenced table 'cfrs1' WARN riscv.table.sinc:190: Unreferenced table 'cfrs2' WARN riscv.table.sinc:373: Unreferenced table 'rcon' Compiling 1 slaspec files in ../ghidra-native/src/Processors/JVM Compiling (1 of 1) ../ghidra-native/src/Processors/JVM/data/languages/JVM.slaspec WARN 7 NOP constructors found WARN Use -n switch to list each individually WARN 42 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN JVM.slaspec:1741: Unreferenced table 'padSwitch' Compiling 2 slaspec files in ../ghidra-native/src/Processors/Sparc Compiling (1 of 2) ../ghidra-native/src/Processors/Sparc/data/languages/SparcV9_64.slaspec WARN 23 NOP constructors found WARN Use -n switch to list each individually SparcV9_64.slaspec:7 - ERROR SparcV9.sinc:945: Table 'rsASR' has inconsistent export size; Constructor starting at line 945 is first conflict WARN SparcV9.sinc:988: Table 'jmplreloff' exports size 0 No output produced Compiling 2 slaspec files in ../ghidra-native/src/Processors/STM8 Compiling (1 of 2) ../ghidra-native/src/Processors/STM8/data/languages/STM8_medium.slaspec WARN 10 NOP constructors found WARN Use -n switch to list each individually WARN 31 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling (2 of 2) ../ghidra-native/src/Processors/STM8/data/languages/STM8_large.slaspec WARN 10 NOP constructors found WARN Use -n switch to list each individually Compiling 1 slaspec files in ../ghidra-native/src/Processors/V850 Compiling (1 of 1) ../ghidra-native/src/Processors/V850/data/languages/V850.slaspec WARN 24 NOP constructors found WARN Use -n switch to list each individually Compiling 2 slaspec files in ../ghidra-native/src/Processors/Z80 Compiling (1 of 2) ../ghidra-native/src/Processors/Z80/data/languages/z80.slaspec WARN 1 NOP constructors found WARN Use -n switch to list each individually WARN 10 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling (2 of 2) ../ghidra-native/src/Processors/Z80/data/languages/z180.slaspec WARN 2 NOP constructors found WARN Use -n switch to list each individually WARN 10 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually Compiling 2 slaspec files in ../ghidra-native/src/Processors/x86 Compiling (1 of 2) ../ghidra-native/src/Processors/x86/data/languages/x86.slaspec WARN 221 NOP constructors found WARN Use -n switch to list each individually WARN 202 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 10 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ia.sinc:896: Unreferenced table 'mmxreg2_m64' Compiling (2 of 2) ../ghidra-native/src/Processors/x86/data/languages/x86-64.slaspec WARN 256 NOP constructors found WARN Use -n switch to list each individually WARN 205 unnecessary extensions/truncations were converted to copies WARN Use -u switch to list each individually WARN 13 operations wrote to temporaries that were not read WARN Use -t switch to list each individually WARN ia.sinc:896: Unreferenced table 'mmxreg2_m64' make[1]: Leaving directory '/build/r2ghidra/src/r2ghidra/ghidra' ==> Entering fakeroot environment... ==> Starting package()... make -C src install make[1]: Entering directory '/build/r2ghidra/src/r2ghidra/src' mkdir -p /build/r2ghidra/pkg/r2ghidra/usr/bin cp -f sleighc /build/r2ghidra/pkg/r2ghidra/usr/bin mkdir -p /build/r2ghidra/pkg/r2ghidra/usr/lib/radare2/5.9.8 for a in *.so ; do rm -f "/build/r2ghidra/pkg/r2ghidra//usr/lib/radare2/5.9.8/$a" ; done cp -f *.so /build/r2ghidra/pkg/r2ghidra/usr/lib/radare2/5.9.8 rm -f /build/r2ghidra/pkg/r2ghidra/usr/lib/radare2/5.9.8/asm*ghidra*.so rm -f /build/r2ghidra/pkg/r2ghidra/usr/lib/radare2/5.9.8/anal*ghidra*.so make[1]: Leaving directory '/build/r2ghidra/src/r2ghidra/src' make -C ghidra install make[1]: Entering directory '/build/r2ghidra/src/r2ghidra/ghidra' make sleigh-install D="/build/r2ghidra/pkg/r2ghidra//usr/lib/radare2/5.9.8/r2ghidra_sleigh" make[2]: Entering directory '/build/r2ghidra/src/r2ghidra/ghidra' mkdir -p "/build/r2ghidra/pkg/r2ghidra//usr/lib/radare2/5.9.8/r2ghidra_sleigh" for a in DATA 6502 8051 Atmel AARCH64 ARM MIPS MCS96 PowerPC hexagon tricore SuperH TI_MSP430 RISCV JVM Sparc STM8 V850 Z80 x86 ; do \ for b in cspec ldefs sla pspec ; do \ cp -f ../ghidra-native/src/Processors/$a/*/*/*.$b "/build/r2ghidra/pkg/r2ghidra//usr/lib/radare2/5.9.8/r2ghidra_sleigh"; \ done ;\ done cp: cannot stat '../ghidra-native/src/Processors/Sparc/*/*/*.sla': No such file or directory make[2]: Leaving directory '/build/r2ghidra/src/r2ghidra/ghidra' make[1]: Leaving directory '/build/r2ghidra/src/r2ghidra/ghidra' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... libfakeroot internal error: payload not recognized! ==> Creating package "r2ghidra"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: r2ghidra 5.9.4-2 (Wed Dec 25 07:14:35 2024) ==> Cleaning up...