==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: r2ghidra 5.9.4-2 (Wed Dec 25 07:10:29 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 25 Dec 2024 07:10:45 AM MST) ==> 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.24 MiB Total Installed Size: 58.08 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... radare2-5.9.8-1-aarch64 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: 44.21 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... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -fPIC -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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 c++ -march=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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=armv8-a -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/65c02.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/6502.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/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 (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/80251.slaspec WARN 3 NOP constructors found WARN Use -n switch to list each individually 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/avr8.slaspec WARN 3 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 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/avr8eind.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 (3 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 (4 of 5) ../ghidra-native/src/Processors/Atmel/data/languages/avr8e.slaspec WARN 3 NOP constructors found WARN Use -n switch to list each individually WARN 17 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 (5 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/AARCH64BE.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.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/AARCH64_AppleSilicon.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/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 (2 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 (3 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 (4 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 (5 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 (6 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 (7 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 (8 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 (9 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 (10 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 (11 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 (12 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 (13 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 (14 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 6 slaspec files in ../ghidra-native/src/Processors/MIPS Compiling (1 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 (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/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 (4 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 (5 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 (6 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 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_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 (2 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 (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_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 (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_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 (7 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 (8 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 (9 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 (10 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 (11 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 (12 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 (13 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 (14 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 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-1.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-2.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.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 (2 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 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_32.slaspec WARN 23 NOP constructors found WARN Use -n switch to list each individually SparcV9_32.slaspec:5 - 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_large.slaspec WARN 10 NOP constructors found WARN Use -n switch to list each individually Compiling (2 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 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/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 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 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... ==> 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 25 Dec 2024 07:13:27 AM MST) ==> Cleaning up...