Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manouchehri/ee9ae1c61e89dbcd7514 to your computer and use it in GitHub Desktop.
Save Manouchehri/ee9ae1c61e89dbcd7514 to your computer and use it in GitHub Desktop.
configure-plugins: Loading ./plugins.cfg ..
configure-plugins: Generating libr/config.h ..
configure-plugins: Generating libr/config.mk ..
SHARED: io.shm
STATIC: anal.6502 anal.8051 anal.arc anal.arm_cs anal.arm_gnu anal.avr anal.bf anal.cr16 anal.cris anal.csr anal.dalvik anal.ebc anal.gb anal.h8300 anal.i8080 anal.java anal.m68k anal.malbolge anal.mips_cs anal.mips_gnu anal.msp430 anal.nios2 anal.null anal.ppc_cs anal.ppc_gnu anal.sh anal.snes anal.sparc_cs anal.sparc_gnu anal.sysz anal.tms320 anal.v810 anal.v850 anal.ws anal.x86_cs anal.x86_udis anal.xcore_cs anal.z80 asm.6502 asm.8051 asm.arc asm.arm_as asm.arm_cs asm.arm_gnu asm.arm_winedbg asm.avr asm.bf asm.cr16 asm.cris_gnu asm.csr asm.dalvik asm.dcpu16 asm.ebc asm.gb asm.h8300 asm.hppa_gnu asm.i4004 asm.i8080 asm.java asm.lh5801 asm.lm32 asm.m68k asm.malbolge asm.mcs96 asm.mips_cs asm.mips_gnu asm.msil asm.msp430 asm.nios2 asm.ppc_cs asm.ppc_gnu asm.rar asm.sh asm.snes asm.sparc_cs asm.sparc_gnu asm.spc700 asm.sysz asm.tms320 asm.v810 asm.v850 asm.ws asm.x86_as asm.x86_cs asm.x86_nz asm.x86_olly asm.x86_tab asm.x86_udis asm.xcore_cs asm.z80 asm.z80_cr bin.any bin.art bin.bf bin.bios bin.cgc bin.coff bin.dex bin.dol bin.elf bin.elf64 bin.fs bin.java bin.mach0 bin.mach064 bin.mbn bin.mz bin.nes bin.ninds bin.ningb bin.ningba bin.omf bin.p9 bin.pe bin.pe64 bin.pebble bin.rar bin.te bin.xbe bin.zimg bin_xtr.dyldcache bin_xtr.fatmach0 bp.arm bp.bf bp.mips bp.ppc bp.x86 core.anal core.java crypto.aes debug.bf debug.esil debug.gdb debug.native debug.rap debug.wind egg.exec egg.xor fs.cpio fs.ext2 fs.fat fs.fb fs.hfs fs.hfsplus fs.iso9660 fs.jfs fs.minix fs.ntfs fs.posix fs.reiserfs fs.sfs fs.tar fs.udf fs.ufs fs.xfs io.bfdbg io.debug io.default io.gdb io.gzip io.http io.ihex io.mach io.malloc io.mmap io.procpid io.ptrace io.r2pipe io.r2web io.rap io.self io.shm io.sparse io.w32 io.w32dbg io.windbg io.zip lang.vala parse.6502_pseudo parse.arm_pseudo parse.att2intel parse.dalvik_pseudo parse.mips_pseudo parse.mreplace parse.ppc_pseudo parse.x86_pseudo
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for working directories... current
using prefix '/usr'
checking for c compiler... gcc
checking for dynamic library... required
checking host endianness... little
checking for libmagic ... yes
Using PKGCONFIG: pkg-config
checking pkg-config flags for capstone... yes
checking for libz ... yes
checking for libzip ... yes
checking for libssl ... yes
Using PKGCONFIG: pkg-config
checking pkg-config flags for openssl... yes
checking for liblua5.1 ... no
creating ./config-user.mk
creating libr/include/r_userconf.h
creating pkgcfg/r_io.pc
creating pkgcfg/r_db.pc
creating pkgcfg/r_magic.pc
creating pkgcfg/r_asm.pc
creating pkgcfg/r_bin.pc
creating pkgcfg/r_anal.pc
creating pkgcfg/r_hash.pc
creating pkgcfg/r_cons.pc
creating pkgcfg/r_core.pc
creating pkgcfg/r_lang.pc
creating pkgcfg/r_socket.pc
creating pkgcfg/r_debug.pc
creating pkgcfg/r_reg.pc
creating pkgcfg/r_config.pc
creating pkgcfg/r_flags.pc
creating pkgcfg/r_syscall.pc
creating pkgcfg/r_util.pc
creating pkgcfg/r_search.pc
creating pkgcfg/r_bp.pc
creating pkgcfg/r_parse.pc
creating pkgcfg/r_fs.pc
cleaning temporally files... done
Final report:
- PREFIX = /usr
- HAVE_LIB_GMP = 0
- HAVE_OPENSSL = 1
- USE_CAPSTONE = 1
- HAVE_FORK = 1
- VERSION = 0.10.0-git
- USE_LIB_ZIP = 0
- USE_LIB_MAGIC = 0
- DEBUGGER = 1
- CC = gcc
- USERCC = gcc
- USEROSTYPE = gnulinux
- LIL_ENDIAN = 1
- LIBVERSION = 0.10.0-git
echo "#ifndef R_VERSION_H" > libr/include/r_version.h
echo "#define R_VERSION_H 1" >> libr/include/r_version.h
echo "#define R2_VERSION_COMMIT 9184" >> libr/include/r_version.h
echo '#define R2_GITTAP "0.9.9-1078-g8f8bb3f"' >> libr/include/r_version.h
echo '#define R2_GITTIP "8f8bb3f253e41d7b16e1fce63a85ebdc4bcd5d66"' >> libr/include/r_version.h
echo '#define R2_BIRTH "2015-10-04"' >> libr/include/r_version.h
echo '#endif' >> libr/include/r_version.h
make -C shlr/zip
make[1]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/zip'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/zip'
make -C libr/util
make[1]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/util'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mem.o mem.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pool.o pool.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o num.o num.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o str.o str.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o hex.o hex.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o file.o file.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o range.o range.c
file.c: In function ‘r_file_truncate’:
file.c:29:2: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
ftruncate (fd, newsize);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o prof.o prof.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o cache.o cache.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o sys.o sys.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o buf.o buf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o w32-sys.o w32-sys.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o base64.o base64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o base85.o base85.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o list.o list.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o flist.o flist.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o ht.o ht.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o ht64.o ht64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mixed.o mixed.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o btree.o btree.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o chmod.o chmod.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o graph.o graph.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o regex/regcomp.o regex/regcomp.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o regex/regerror.o regex/regerror.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o regex/regexec.o regex/regexec.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o uleb128.o uleb128.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o sandbox.o sandbox.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o calc.o calc.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o thread.o thread.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o thread_lock.o thread_lock.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o thread_msg.o thread_msg.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o strpool.o strpool.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o bitmap.o bitmap.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o strht.o strht.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p_date.o p_date.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p_format.o p_format.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o print.o print.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p_seven.o p_seven.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o slist.o slist.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o randomart.o randomart.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o log.o log.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o zip.o zip.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o debruijn.o debruijn.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o utf8.o utf8.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o strbuf.o strbuf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o lib.o lib.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o name.o name.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o spaces.o spaces.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o diff.o diff.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o bdiff.o bdiff.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o stack.o stack.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o queue.o queue.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o tree.o tree.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lpthread -ldl -shared -o libr_util.so -Wl,-soname=libr_util.so mem.o pool.o num.o str.o hex.o file.o range.o prof.o cache.o sys.o buf.o w32-sys.o base64.o base85.o list.o flist.o ht.o ht64.o mixed.o btree.o chmod.o graph.o regex/regcomp.o regex/regerror.o regex/regexec.o uleb128.o sandbox.o calc.o thread.o thread_lock.o thread_msg.o strpool.o bitmap.o strht.o p_date.o p_format.o print.o p_seven.o slist.o randomart.o log.o zip.o debruijn.o utf8.o strbuf.o lib.o name.o spaces.o diff.o bdiff.o stack.o queue.o tree.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/librz.a -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lpthread -ldl
make[1]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/util'
make -C libr/socket
make[1]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/socket'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o socket.o socket.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o proc.o proc.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o http.o http.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o http_server.o http_server.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o rap_server.o rap_server.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o run.o run.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o r2pipe.o r2pipe.c
run.c: In function ‘r_run_parseline’:
run.c:357:4: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets (buf, sizeof (buf)-1, fd);
^
run.c: In function ‘r_run_start’:
run.c:548:3: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
chdir("/");
^
run.c:571:3: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe (f2);
^
run.c:576:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (f2[1], inp, strlen (inp));
^
run.c: In function ‘setASLR’:
run.c:182:3: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system ("echo 2 > "RVAS);
^
run.c:190:4: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
system ("echo 0 > "RVAS);
^
r2pipe.c: In function ‘r2p_open’:
r2pipe.c:124:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe (r2p->input);
^
r2pipe.c:125:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe (r2p->output);
^
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lutil -lssl -lcrypto -shared -o libr_socket.so -Wl,-soname=libr_socket.so socket.o proc.o http.o http_server.o rap_server.o run.o r2pipe.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lutil -lssl -lcrypto
make[1]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/socket'
make -C shlr
make[1]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr'
for a in sdb/sdb ; do make $a ; done
cd wind ; make all
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/wind'
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/wind'
make[2]: 'sdb/sdb' is up to date.
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr'
make -C sdb
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb'
[ -d pkgconfig ] && make -C pkgconfig || true
make -C src
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o cdb_make.o cdb_make.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o sdb.o sdb.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o num.o num.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o base64.o base64.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o match.o match.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o json.o json.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o ns.o ns.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o lock.o lock.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o util.o util.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o disk.o disk.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o query.o query.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o array.o array.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o fmt.o fmt.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o journal.o journal.c
journal.c: In function ‘sdb_journal_log’:
journal.c:87:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (s->journal, str, strlen (str));
^
journal.c: In function ‘sdb_journal_clear’:
journal.c:96:3: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
ftruncate (s->journal, 0);
^
rm -f libsdb.a
ar q libsdb.a cdb.o buffer.o cdb_make.o ls.o ht.o sdb.o num.o base64.o match.o json.o ns.o lock.o util.o disk.o query.o array.o fmt.o journal.o
ar: creating libsdb.a
ranlib libsdb.a
gcc -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -g -g -o sdb main.o cdb.o buffer.o cdb_make.o ls.o ht.o sdb.o num.o base64.o match.o json.o ns.o lock.o util.o disk.o query.o array.o fmt.o journal.o
make static
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make libsdb.a
make[5]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make[5]: 'libsdb.a' is up to date.
make[5]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make shared
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make libsdb.so.0.9.8
make[5]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o cdb_make._o cdb_make.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o sdb._o sdb.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o num._o num.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o base64._o base64.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o match._o match.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o json._o json.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o ns._o ns.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o lock._o lock.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o util._o util.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o disk._o disk.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o query._o query.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o array._o array.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o fmt._o fmt.c
gcc -c -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -o journal._o journal.c
journal.c: In function ‘sdb_journal_log’:
journal.c:87:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (s->journal, str, strlen (str));
^
journal.c: In function ‘sdb_journal_clear’:
journal.c:96:3: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
ftruncate (s->journal, 0);
^
ln -fs libsdb.so.0.9.8 libsdb.so
gcc -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -MD -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -std=gnu99 -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wall -Wsign-compare -g -MMD -fPIC -g -ggdb -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -g -g -g -g -shared -Wl,-soname,libsdb.so.0 -o libsdb.so.0.9.8 cdb._o buffer._o cdb_make._o ls._o ht._o sdb._o num._o base64._o match._o json._o ns._o lock._o util._o disk._o query._o array._o fmt._o journal._o
make[5]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb/src'
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/sdb'
make -C zip
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/zip'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/zip'
make -C udis86
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/udis86'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/udis86'
make -C java
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/java'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/java'
make -C tcc
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/tcc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/tcc'
make -C grub
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/grub'
make libgrubfs.a
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/grub'
make[3]: 'libgrubfs.a' is up to date.
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/grub'
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/grub'
make -C gdb
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/gdb'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr/gdb'
make[1]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/shlr'
make -C libr
make[1]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
make util hash
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
DIR hash
DIR util
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/hash'
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/util'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o state.o state.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o md5c.o md5c.c
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/util'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o crc16.o crc16.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o crc32.o crc32.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o sha1.o sha1.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o hash.o hash.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o md4.o md4.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o hamdist.o hamdist.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o entropy.o entropy.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o sha2.o sha2.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o calc.o calc.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o xxhash.o xxhash.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o adler32.o adler32.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -shared -o libr_hash.so -Wl,-soname=libr_hash.so state.o md5c.o crc16.o crc32.o sha1.o hash.o md4.o hamdist.o entropy.o sha2.o calc.o xxhash.o adler32.o -lm -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lm
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/hash'
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
make reg cons db magic bp search config socket
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
DIR reg
DIR cons
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/reg'
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/cons'
DIR db
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/db'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o reg.o reg.c
make all
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/db'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o cons.o cons.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I../../shlr/sdb/src//src -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I../../shlr/sdb/src//src -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o db.o db.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o arena.o arena.c
cons.c: In function ‘r_cons_enable_mouse’:
cons.c:185:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (2, code, strlen (code));
^
cons.c:189:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (2, code, strlen (code));
^
cons.c: In function ‘r_cons_memcat’:
cons.c:605:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (2, str, len);
^
cons.c: In function ‘r_cons_show_cursor’:
cons.c:737:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
if (cursor) write (1, "\x1b[?25h", 6);
^
cons.c:738:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
else write (1, "\x1b[?25l", 6);
^
cons.c: In function ‘r_cons_set_cup’:
cons.c:792:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (2, code, strlen (code));
^
cons.c:797:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (2, code, strlen (code));
^
cons.c: In function ‘r_cons_zero’:
cons.c:832:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (1, "", 1);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I../../shlr/sdb/src//src -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I../../shlr/sdb/src//src -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o table.o table.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o value.o value.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_db.so -Wl,-soname=libr_db.so db.o table.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC ../../shlr/sdb/src//*.o -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/db'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/db'
DIR magic
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/magic'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pipe.o pipe.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o apprentice.o apprentice.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o cond.o cond.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o output.o output.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o double.o double.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o grep.o grep.c
grep.c: In function ‘r_cons_html_print’:
grep.c:472:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (1, str, ptr - str);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o profile.o profile.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_reg.so -Wl,-soname=libr_reg.so reg.o arena.o value.o cond.o double.o profile.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/reg'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o ascmagic.o ascmagic.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o less.o less.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o fsmagic.o fsmagic.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o utf8.o utf8.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o funcs.o funcs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o is_tar.o is_tar.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o line.o line.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o magic.o magic.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o print.o print.c
In file included from line.c:44:0:
dietline.c: In function ‘r_line_readchar’:
dietline.c:178:4: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
read (0, buf+1, 1);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I. -DHAVE_CONFIG_H -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o softmagic.o softmagic.c
DIR bp
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bp'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o bp.o bp.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o hud.o hud.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o watch.o watch.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o rgb.o rgb.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o io.o io.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o input.o input.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_magic.so -Wl,-soname=libr_magic.so apprentice.o ascmagic.o fsmagic.o funcs.o is_tar.o magic.o print.o softmagic.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/magic'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pal.o pal.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o plugin.o plugin.c
input.c: In function ‘r_cons_yesno’:
input.c:470:2: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
(void)read (0, &key, 1);
^
input.c:471:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (2, "\n", 1);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o editor.o editor.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o traptrace.o traptrace.c
editor.c: In function ‘filesave’:
editor.c:55:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets (buf, sizeof(buf)-1, stdin);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o 2048.o 2048.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o canvas.o canvas.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/bp_arm.o p/bp_arm.c
canvas.c: In function ‘r_cons_canvas_write’:
canvas.c:213:8: warning: ‘left’ may be used uninitialized in this function [-Wmaybe-uninitialized]
slen = R_MIN (left, piece_len);
^
canvas.c:225:6: warning: ‘ch’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (ch == '\n') {
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o canvas_line.o canvas_line.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/bp_bf.o p/bp_bf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/bp_mips.o p/bp_mips.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/bp_ppc.o p/bp_ppc.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_cons.so -Wl,-soname=libr_cons.so cons.o pipe.o output.o grep.o less.o utf8.o line.o hud.o rgb.o input.o pal.o editor.o 2048.o canvas.o canvas_line.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/bp_x86.o p/bp_x86.c
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/cons'
DIR search
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/search'
DIR config
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/config'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o search.o search.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_bp.so -Wl,-soname=libr_bp.so bp.o watch.o io.o plugin.o traptrace.o p/bp_arm.o p/bp_bf.o p/bp_mips.o p/bp_ppc.o p/bp_x86.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
make -C p
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bp/p'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o config.o config.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o lib.so -shared -o bp_x86.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I../../include -I../arch/ -I../arch/include -Wall -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -DLIL_ENDIAN=1 -D__UNIX__ -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -o bp_x86.so bp_x86.o
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o lib.so -shared -o bp_arm.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I../../include -I../arch/ -I../arch/include -Wall -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -DLIL_ENDIAN=1 -D__UNIX__ -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -o bp_arm.so bp_arm.o
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bp/p'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bp'
DIR socket
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/socket'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/socket'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o bytepat.o bytepat.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o strings.o strings.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o callback.o callback.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o aes-find.o aes-find.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_config.so -Wl,-soname=libr_config.so config.o callback.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o rsa-find.o rsa-find.c
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/config'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o regexp.o regexp.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o xrefs.o xrefs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -g -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o keyword.o keyword.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_search.so -Wl,-soname=libr_search.so search.o bytepat.o strings.o aes-find.o rsa-find.o regexp.o xrefs.o keyword.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/search'
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
make syscall lang io crypto flags
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
DIR syscall
DIR lang
DIR io
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/syscall'
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/lang'
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/io'
make -C d
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o lang.o lang.c
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/syscall/d'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_bfdbg.o p/io_bfdbg.c
In file included from lang.c:8:0:
p/pipe.c: In function ‘lang_pipe_run’:
p/pipe.c:49:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe (input);
^
p/pipe.c:50:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
pipe (output);
^
p/pipe.c:61:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (input[1], "", 1);
^
p/pipe.c:90:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (input[1], res, strlen (res)+1);
^
p/pipe.c:94:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (input[1], "", 1); // NULL byte
^
make[5]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/syscall/d'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_debug.o p/io_debug.c
make[5]: Nothing to be done for 'compile'.
make[5]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/syscall/d'
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/syscall/d'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DLIL_ENDIAN=1 -D__UNIX__ -Wall -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o syscall.o syscall.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_default.o p/io_default.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_lang.so -Wl,-soname=libr_lang.so lang.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/cons -lr_util -lr_cons -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
DIR r_lang/p
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/lang/p'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/lang/p'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/lang'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DLIL_ENDIAN=1 -D__UNIX__ -Wall -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o ioports.o ioports.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_gdb.o p/io_gdb.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_syscall.so -Wl,-soname=libr_syscall.so syscall.o ioports.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/db -lr_util -lr_db -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
p/io_default.c: In function ‘r_io_def_mmap_write’:
p/io_default.c:228:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
(void)read (mmo->fd, a_buf+i, aligned);
^
p/io_default.c:233:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
(void)write (mmo->fd, a_buf+i, aligned);
^
p/io_default.c: In function ‘r_io_def_mmap_read’:
p/io_default.c:182:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
(void)read (mmo->fd, a_buf+i, aligned);//a_count);
^
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/syscall'
DIR crypto
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
DIR flags
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/flags'
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_gzip.o p/io_gzip.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/crypto_aes.o p/crypto_aes.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o flags.o flags.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/crypto_aes_algo.o p/crypto_aes_algo.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_http.o p/io_http.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_ihex.o p/io_ihex.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o crypto.o crypto.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o sort.o sort.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o spaces.o spaces.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_crypto.so -Wl,-soname=libr_crypto.so p/crypto_aes.o p/crypto_aes_algo.o crypto.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -lr_util -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
make[4]: 'libr_crypto.a' is up to date.
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_mach.o p/io_mach.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_flags.so -Wl,-soname=libr_flags.so flags.o sort.o spaces.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/cons -lr_util -lr_cons -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
cd p && make all
make[5]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto/p'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/flags'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_malloc.o p/io_malloc.c
gcc -shared -o crypto_aes.so -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -fPIC -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I../../include -I../arch/ -I../arch/include -Wall -shared -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -fPIC -shared -L.. -o crypto_aes.so crypto_aes.o crypto_aes_algo.o
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_mmap.o p/io_mmap.c
make[5]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto/p'
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/crypto'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_procpid.o p/io_procpid.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_ptrace.o p/io_ptrace.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_r2pipe.o p/io_r2pipe.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_r2web.o p/io_r2web.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_rap.o p/io_rap.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_self.o p/io_self.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_shm.o p/io_shm.c
p/io_self.c: In function ‘update_self_regions’:
p/io_self.c:80:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets (line, sizeof (line)-1, fd);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_sparse.o p/io_sparse.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_w32.o p/io_w32.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_w32dbg.o p/io_w32dbg.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_windbg.o p/io_windbg.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/io_zip.o p/io_zip.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o io.o io.c
p/io_windbg.c: In function ‘__write’:
p/io_windbg.c:59:42: warning: passing argument 3 of ‘wind_va_to_pa’ from incompatible pointer type [-Wincompatible-pointer-types]
if (!wind_va_to_pa (fd->data, io->off, &va))
^
In file included from p/io_windbg.c:21:0:
/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/wind.h:54:6: note: expected ‘long long unsigned int *’ but argument is of type ‘uint64_t * {aka long unsigned int *}’
bool wind_va_to_pa (WindCtx *ctx, ut64 va, ut64 *pa);
^
p/io_windbg.c: In function ‘__read’:
p/io_windbg.c:77:42: warning: passing argument 3 of ‘wind_va_to_pa’ from incompatible pointer type [-Wincompatible-pointer-types]
if (!wind_va_to_pa (fd->data, io->off, &va))
^
In file included from p/io_windbg.c:21:0:
/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/wind.h:54:6: note: expected ‘long long unsigned int *’ but argument is of type ‘uint64_t * {aka long unsigned int *}’
bool wind_va_to_pa (WindCtx *ctx, ut64 va, ut64 *pa);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o plugin.o plugin.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o map.o map.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o section.o section.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o desc.o desc.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o cache.o cache.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o undo.o undo.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o buffer.o buffer.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o vio.o vio.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -o libr_io.so -Wl,-soname=libr_io.so p/io_bfdbg.o p/io_debug.o p/io_default.o p/io_gdb.o p/io_gzip.o p/io_http.o p/io_ihex.o p/io_mach.o p/io_malloc.o p/io_mmap.o p/io_procpid.o p/io_ptrace.o p/io_r2pipe.o p/io_r2web.o p/io_rap.o p/io_self.o p/io_shm.o p/io_sparse.o p/io_w32.o p/io_w32dbg.o p/io_windbg.o p/io_zip.o io.o plugin.o map.o section.o desc.o cache.o undo.o buffer.o vio.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/socket -L/home/dave/tmp/radare2-git/src/radare2-git/libr/cons -lr_util -lr_socket -lr_cons -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/librz.a ../../shlr/gdb/lib/libgdbr.a -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/io/p'
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -o lib.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -o io_ptrace.so -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared \
-shared -o io_ptrace.so -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a \
-L../../util -L../../util -lr_util \
-L.. -L.. -lr_io io_ptrace.o
gcc -shared -o io_debug.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a \
-L../../socket -lr_socket -L../../util -lr_util -L.. -lr_io -lssl -lcrypto -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L.. io_debug.o -L.. -lr_io
gcc -shared -o io_gdb.so io_gdb.o -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind \
-L../../socket -lr_socket -L../../util -lr_util -L.. -lr_io -lssl -lcrypto -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -o lib.so -shared -o io_malloc.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -o io_malloc.so \
-Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a io_malloc.o -L../../socket -lr_socket -L../../util -lr_util -L.. -lr_io -lssl -lcrypto -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -o lib.so -shared -o io_shm.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a \
-o io_shm.so io_shm.o -L../../socket -lr_socket -L../../util -lr_util -L.. -lr_io -lssl -lcrypto -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -o lib.so -shared -o io_mach.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a \
-o io_mach.so io_mach.o -L../../socket -lr_socket -L../../util -lr_util -L.. -lr_io -lssl -lcrypto -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -o lib.so -shared -o io_w32dbg.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind \
-L../../util -lr_util -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a \
-o io_w32dbg.so io_w32dbg.o
gcc -shared -o io_procpid.so \
-march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a \
-L../../util -L../../util -lr_util \
-L.. -L.. -lr_io io_procpid.o
gcc -shared -o io_windbg.so io_windbg.o -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -Wall -DCORELIB -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind -I../../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -I../../include -Wall -DWORDSIZE=64 -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -L.. -DCORELIB -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/include/ -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind \
-L../../socket -lr_socket -L../../util -lr_util -L.. -lr_io -lssl -lcrypto -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -L../../util -lr_util -L.. -lr_io -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/gdb/lib/libgdbr.a -lssl -lcrypto /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/wind/libr_wind.a
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/io/p'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/io'
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
make fs anal bin
make[2]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
DIR anal
DIR fs
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/anal'
DIR bin
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
make[3]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bin'
for a in pre plugins libr_fs.so libr_fs.a ; do make $a ; done
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o bin.o bin.c
cd d && make
make[5]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs/d'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_6502.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_6502.c
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs/d'
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
#cd p/grub && make libgrubfs.a CC="gcc"
cd p && make all
make[5]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs/p'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs/p'
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_8051.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_8051.c
#cd p/grub && make libgrubfs.a CC="gcc"
cd p && make all
make[5]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs/p'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs/p'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_cpio.o p/fs_cpio.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_ext2.o p/fs_ext2.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/8051/8051.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/8051/8051.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_arc.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_arc.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_fat.o p/fs_fat.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o dbginfo.o dbginfo.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_fb.o p/fs_fb.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_arm_cs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_arm_cs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o bin_write.o bin_write.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_hfs.o p/fs_hfs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o demangle.o demangle.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_hfsplus.o p/fs_hfsplus.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_iso9660.o p/fs_iso9660.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o dwarf.o dwarf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_jfs.o p/fs_jfs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_arm_gnu.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_arm_gnu.c
dwarf.c: In function ‘r_bin_dwarf_parse_line_raw2.part.5’:
dwarf.c:552:17: warning: ‘hdr.file_names_count’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (fnidx>=0 && fnidx<hdr->file_names_count) {
^
dwarf.c:694:21: note: ‘hdr.file_names_count’ was declared here
RBinDwarfLNPHeader hdr;
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_minix.o p/fs_minix.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/arm/winedbg/be_arm.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/arm/winedbg/be_arm.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_ntfs.o p/fs_ntfs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_posix.o p/fs_posix.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_reiserfs.o p/fs_reiserfs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o filter.o filter.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_avr.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_avr.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_sfs.o p/fs_sfs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_any.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_any.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_bf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_bf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_tar.o p/fs_tar.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_art.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_art.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_cr16.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_cr16.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_udf.o p/fs_udf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_bf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_bf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/cr16/cr16_disas.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/cr16/cr16_disas.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_ufs.o p/fs_ufs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_bios.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_bios.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o p/fs_xfs.o p/fs_xfs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o fs.o fs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_cgc.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_cgc.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_cris.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_cris.c
fs.c: In function ‘r_fs_prompt’:
fs.c:588:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets (buf, sizeof (buf)-1, stdin);
^
fs.c:656:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write (1, file->data, file->size);
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_csr.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_csr.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_coff.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_coff.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -DCORELIB -Iarch/include -Iarch -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -Igrub/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o file.o file.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_dalvik.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_dalvik.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/libgrubfs.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/libgrubfs.a -shared -o libr_fs.so -Wl,-soname=libr_fs.so p/fs_cpio.o p/fs_ext2.o p/fs_fat.o p/fs_fb.o p/fs_hfs.o p/fs_hfsplus.o p/fs_iso9660.o p/fs_jfs.o p/fs_minix.o p/fs_ntfs.o p/fs_posix.o p/fs_reiserfs.o p/fs_sfs.o p/fs_tar.o p/fs_udf.o p/fs_ufs.o p/fs_xfs.o fs.o file.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/io -lr_util -lr_io -fPIC -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/libgrubfs.a -Wl,-O1,--sort-common,--as-needed,-z,relro /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/grub/libgrubfs.a
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/coff/coff.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/coff/coff.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ebc.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ebc.c
make[4]: 'libr_fs.a' is up to date.
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/fs'
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/ebc/ebc_disas.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/ebc/ebc_disas.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dex.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dex.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_gb.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_gb.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_h8300.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_h8300.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/dex/dex.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/dex/dex.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dol.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dol.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/h8300/h8300_disas.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/h8300/h8300_disas.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_i8080.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_i8080.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_elf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_java.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_java.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_m68k.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_m68k.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dbginfo_elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dbginfo_elf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_write_elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_write_elf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf_write.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf_write.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_elf64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dbginfo_elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dbginfo_elf64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_write_elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_write_elf64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf64_write.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf64_write.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_fs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_fs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_malbolge.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_malbolge.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_java.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_java.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_mips_cs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_mips_cs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mach0.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mach0.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_mips_gnu.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_mips_gnu.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/mach0.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/mach0.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/objc/mach0_classes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/objc/mach0_classes.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_msp430.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_msp430.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/msp430/msp430_disas.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/msp430/msp430_disas.c
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/msp430/msp430_disas.c: In function ‘get_src’:
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/msp430/msp430_disas.c:62:12: warning: type of ‘instr’ defaults to ‘int’ [-Wimplicit-int]
static int get_src(instr) {
^
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/msp430/msp430_disas.c: In function ‘get_dst’:
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/msp430/msp430_disas.c:66:12: warning: type of ‘instr’ defaults to ‘int’ [-Wimplicit-int]
static int get_dst(instr) {
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_nios2.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_nios2.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_null.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_null.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/objc/mach064_classes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/objc/mach064_classes.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ppc_cs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ppc_cs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mach064.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mach064.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ppc_gnu.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ppc_gnu.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/mach064.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/mach064.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sh.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sh.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mbn.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mbn.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mz.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mz.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_snes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_snes.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mz/mz.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mz/mz.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sparc_cs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sparc_cs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_nes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_nes.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sparc_gnu.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sparc_gnu.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ninds.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ninds.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ningb.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ningb.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sysz.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_sysz.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ningba.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ningba.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_tms320.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_tms320.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_omf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_omf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/omf/omf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/omf/omf.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_tms320_c55x_plus.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_tms320_c55x_plus.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_p9.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_p9.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/p9/p9bin.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/p9/p9bin.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/tms320_dasm.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/tms320_dasm.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pe.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pe.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/pe/pe.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/pe/pe.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pe64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pe64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/ins.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/ins.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/c55plus.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/c55plus.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/pe/pe64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/pe/pe64.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/c55plus_decode.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/c55plus_decode.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/decode_funcs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/decode_funcs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/utils.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/utils.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pebble.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pebble.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/hashtable.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/hashtable.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_rar.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_rar.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_te.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_te.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/hashvector.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/hashvector.c
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/hashvector.c:97:25: warning: ‘ins_hash’ defined but not used [-Wunused-variable]
static HASHCODE_ENTRY_T ins_hash[] = {
^
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_v810.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_v810.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/te/te.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/te/te.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xbe.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xbe.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/v810/v810_disas.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/v810/v810_disas.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_v850.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_v850.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_zimg.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_zimg.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/zimg/zimg.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/zimg/zimg.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/v850/v850_disas.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/../../asm/arch/v850/v850_disas.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xtr_dyldcache.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xtr_dyldcache.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/dyldcache.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/dyldcache.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ws.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_ws.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xtr_fatmach0.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xtr_fatmach0.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/fatmach0.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/fatmach0.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mangling/demangler.o mangling/demangler.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mangling/microsoft_demangle.o mangling/microsoft_demangle.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mangling/objc.o mangling/objc.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mangling/cxx.o mangling/cxx.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iarch -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//shlr -I/usr/include/capstone -I../asm/arch/8051 -I../asm/arch/include -I../asm/arch/cr16/ -I../asm/arch/ebc/ -I arch/gb/ -I../asm/arch/h8300/ -I../asm/arch/msp430/ -I../asm/arch/v810/ -I../asm/arch/v850/ -I../asm/arch/x86/udis86 -I../../asm/arch/x86/udis86 -DHAVE_STRING_H=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mangling/msvc.o mangling/msvc.c
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.c: In function ‘analop’:
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.c:378:8: error: ‘X86_INS_CLWB’ undeclared (first use in this function)
case X86_INS_CLWB:
^
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.c:378:8: note: each undeclared identifier is reported only once for each function it appears in
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.c: In function ‘x86_int_0x80’:
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.c:1260:4: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
(void)read ((ut32)ebx, dst, (size_t)edx);
^
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.c:1269:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write ((ut32)ebx, src, (size_t)edx);
^
/home/dave/tmp/radare2-git/src/radare2-git/libr/../global.mk:46: recipe for target '/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.o' failed
make[3]: *** [/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/anal/p/anal_x86_cs.o] Error 1
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/anal'
Makefile:62: recipe for target 'anal' failed
make[2]: *** [anal] Error 2
make[2]: *** Waiting for unfinished jobs....
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mangling/swift.o mangling/swift.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o mangling/dlang.o mangling/dlang.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/pdb_downloader.o pdb/pdb_downloader.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/omap.o pdb/omap.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/pe.o pdb/pe.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/gdata.o pdb/gdata.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/fpo.o pdb/fpo.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/dbi.o pdb/dbi.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/tpi.o pdb/tpi.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/stream_file.o pdb/stream_file.c
gcc -c -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -o pdb/pdb.o pdb/pdb.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -shared -o libr_bin.so -Wl,-soname=libr_bin.so bin.o dbginfo.o bin_write.o demangle.o dwarf.o filter.o mangling/cxx/cp-demangle.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_any.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_art.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_bf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_bios.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_cgc.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_coff.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/coff/coff.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dex.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/dex/dex.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dol.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dbginfo_elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_write_elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf_write.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_dbginfo_elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_write_elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/elf/elf64_write.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_fs.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_java.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mach0.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/mach0.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/objc/mach0_classes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/objc/mach064_classes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mach064.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/mach064.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mbn.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_mz.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mz/mz.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_nes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ninds.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ningb.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_ningba.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_omf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/omf/omf.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_p9.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/p9/p9bin.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pe.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/pe/pe.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pe64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/pe/pe64.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_pebble.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_rar.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_te.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/te/te.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xbe.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_zimg.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/zimg/zimg.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xtr_dyldcache.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/dyldcache.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/bin_xtr_fatmach0.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/p/../format/mach0/fatmach0.o mangling/demangler.o mangling/microsoft_demangle.o mangling/objc.o mangling/cxx.o mangling/msvc.o mangling/swift.o mangling/swift-sd.o mangling/dlang.o pdb/pdb_downloader.o pdb/omap.o pdb/pe.o pdb/gdata.o pdb/fpo.o pdb/dbi.o pdb/tpi.o pdb/stream_file.o pdb/pdb.o -L/home/dave/tmp/radare2-git/src/radare2-git/libr/util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/db -L/home/dave/tmp/radare2-git/src/radare2-git/libr/io -L/home/dave/tmp/radare2-git/src/radare2-git/libr/magic -lr_util -lr_db -lr_io -lr_magic -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/sdb/src/libsdb.a /home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/java/libr_java.a -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro
make -C p
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bin/p'
gcc -shared -o bin_any.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include bin_any.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin \
-L../../magic -lr_magic
gcc -shared -o bin_elf.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include bin_elf.o bin_dbginfo_elf.o bin_write_elf.o ../format/elf/elf.o ../format/elf/elf_write.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_elf64.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_elf64.o bin_dbginfo_elf64.o bin_write_elf64.o ../format/elf/elf64.o ../format/elf/elf64_write.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_pe.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_pe.o ../format/pe/pe.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_pe64.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_pe64.o ../format/pe/pe64.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_te.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_te.o ../format/te/te.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
/home/dave/tmp/radare2-git/src/radare2-git/libr/bin/p
SHLR=/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr
gcc -shared -o bin_mach0.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_mach0.o ../format/mach0/mach0.o ../format/objc/mach0_classes.o ../format/objc/mach064_classes.o /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a \
-fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_bios.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_bios.so bin_bios.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_mach064.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include -o bin_mach064.so\
bin_mach064.o ../format/mach0/mach064.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a
gcc -shared -o bin_xtr_fatmach0.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_xtr_fatmach0.so bin_xtr_fatmach0.o ../format/mach0/fatmach0.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_xtr_dyldcache.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_xtr_dyldcache.so bin_xtr_dyldcache.o ../format/mach0/dyldcache.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_java.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include bin_java.o \
-fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin \
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/java/libr_java.a \
/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a
gcc -shared -o bin_dex.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_dex.so bin_dex.o ../format/dex/dex.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_fs.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_fs.so bin_fs.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_ningb.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_ningb.o \
-fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_coff.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_coff.o ../format/coff/coff.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_ningba.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_ningba.so bin_ningba.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_xbe.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_xbe.so bin_xbe.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_zimg.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_zimg.so bin_zimg.o ../format/zimg/zimg.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_omf.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
bin_omf.o ../format/omf/omf.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_cgc.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include bin_cgc.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_dol.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include bin_dol.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin \
-L../../magic -lr_magic
gcc -shared -o bin_nes.so -shared -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include \
-o bin_nes.so bin_nes.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
gcc -shared -o bin_mbn.so -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -DCORELIB -Iformat -Imangling -I/home/dave/tmp/radare2-git/src/radare2-git/libr/../shlr/zip/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/include -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MD -D_FORTIFY_SOURCE=2 -fPIC -g -Wall -D__UNIX__=1 -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/include -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin/format/ -Wall -fPIC -I/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/include bin_mbn.o -fPIC /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/zip/librz.a -L../../db -lr_db -L../../db -lr_db /home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/../shlr/sdb/src/libsdb.a -L../../db -lr_db -L../../db -lr_db -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/util -lr_util -L/home/dave/tmp/radare2-git/src/radare2-git/libr/..//libr/bin -lr_bin
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bin/p'
make -C d
make[4]: Entering directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bin/d'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bin/d'
make[3]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr/bin'
make[2]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
Makefile:27: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/dave/tmp/radare2-git/src/radare2-git/libr'
Makefile:31: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR:(B A failure occurred in build().(B
 Aborting...(B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment