Skip to content

Instantly share code, notes, and snippets.

@yuyichao
Created June 9, 2015 18:42
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 yuyichao/d0344df40b14a5adc9e6 to your computer and use it in GitHub Desktop.
Save yuyichao/d0344df40b14a5adc9e6 to your computer and use it in GitHub Desktop.
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=implement_7.c -o implement_7.s -S implement_7.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_astcompiler_asthelpers.c -o pypy_interpreter_astcompiler_asthelpers.s -S pypy_interpreter_astcompiler_asthelpers.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_astcompiler_codegen.c -o pypy_interpreter_astcompiler_codegen.s -S pypy_interpreter_astcompiler_codegen.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_astcompiler_misc.c -o pypy_interpreter_astcompiler_misc.s -S pypy_interpreter_astcompiler_misc.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_astcompiler_optimize.c -o pypy_interpreter_astcompiler_optimize.s -S pypy_interpreter_astcompiler_optimize.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_astcompiler_symtable.c -o pypy_interpreter_astcompiler_symtable.s -S pypy_interpreter_astcompiler_symtable.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_baseobjspace.c -o pypy_interpreter_baseobjspace.s -S pypy_interpreter_baseobjspace.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_astcompiler_optimize.s > pypy_interpreter_astcompiler_optimize.gctmp
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_astcompiler_asthelpers.s > pypy_interpreter_astcompiler_asthelpers.gctmp
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_astcompiler_misc.s > pypy_interpreter_astcompiler_misc.gctmp
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_astcompiler_asthelpers.o -c pypy_interpreter_astcompiler_asthelpers.lbl.s
mv pypy_interpreter_astcompiler_asthelpers.gctmp pypy_interpreter_astcompiler_asthelpers.gcmap
rm pypy_interpreter_astcompiler_asthelpers.s pypy_interpreter_astcompiler_asthelpers.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_error.c -o pypy_interpreter_error.s -S pypy_interpreter_error.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_astcompiler_misc.o -c pypy_interpreter_astcompiler_misc.lbl.s
mv pypy_interpreter_astcompiler_misc.gctmp pypy_interpreter_astcompiler_misc.gcmap
rm pypy_interpreter_astcompiler_misc.s pypy_interpreter_astcompiler_misc.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_eval.c -o pypy_interpreter_eval.s -S pypy_interpreter_eval.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_astcompiler_optimize.o -c pypy_interpreter_astcompiler_optimize.lbl.s
mv pypy_interpreter_astcompiler_optimize.gctmp pypy_interpreter_astcompiler_optimize.gcmap
rm pypy_interpreter_astcompiler_optimize.s pypy_interpreter_astcompiler_optimize.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_executioncontext.c -o pypy_interpreter_executioncontext.s -S pypy_interpreter_executioncontext.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_astcompiler_symtable.s > pypy_interpreter_astcompiler_symtable.gctmp
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_eval.s > pypy_interpreter_eval.gctmp
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_baseobjspace.s > pypy_interpreter_baseobjspace.gctmp
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_eval.o -c pypy_interpreter_eval.lbl.s
mv pypy_interpreter_eval.gctmp pypy_interpreter_eval.gcmap
rm pypy_interpreter_eval.s pypy_interpreter_eval.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_function.c -o pypy_interpreter_function.s -S pypy_interpreter_function.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t implement_7.s > implement_7.gctmp
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_astcompiler_codegen.s > pypy_interpreter_astcompiler_codegen.gctmp
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_executioncontext.s > pypy_interpreter_executioncontext.gctmp
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_error.s > pypy_interpreter_error.gctmp
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_astcompiler_symtable.o -c pypy_interpreter_astcompiler_symtable.lbl.s
mv pypy_interpreter_astcompiler_symtable.gctmp pypy_interpreter_astcompiler_symtable.gcmap
rm pypy_interpreter_astcompiler_symtable.s pypy_interpreter_astcompiler_symtable.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_gateway.c -o pypy_interpreter_gateway.s -S pypy_interpreter_gateway.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_function.s > pypy_interpreter_function.gctmp
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o implement_7.o -c implement_7.lbl.s
implement_7.lbl.s: Assembler messages:
implement_7.lbl.s:39: Error: file number 1 already allocated
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_executioncontext.o -c pypy_interpreter_executioncontext.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_baseobjspace.o -c pypy_interpreter_baseobjspace.lbl.s
mv pypy_interpreter_executioncontext.gctmp pypy_interpreter_executioncontext.gcmap
rm pypy_interpreter_executioncontext.s pypy_interpreter_executioncontext.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -DPy_BUILD_CORE -DPYPY_USE_ASMGCC -DPYPY_JIT_CODEMAP -DPYPY_CPU_HAS_STANDARD_PRECISION -DHAVE_SYS_SYSCALL_H -DHAVE_SETSID -DPy_BUILD_CORE -frandom-seed=pypy_interpreter_generator.c -o pypy_interpreter_generator.s -S pypy_interpreter_generator.c -I"/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/cpyext/include -I.. -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_codecs -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_vmprof/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_cffi_backend/src -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_posixsubprocess -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/_multibytecodec -I/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/pypy/module/operator -I/usr/lib/libffi-3.2.1/include
Makefile:1095: recipe for target 'implement_7.gcmap' failed
make: *** [implement_7.gcmap] Error 1
make: *** 正在等待未完成的任务....
mv pypy_interpreter_baseobjspace.gctmp pypy_interpreter_baseobjspace.gcmap
rm pypy_interpreter_baseobjspace.s pypy_interpreter_baseobjspace.lbl.s
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_gateway.s > pypy_interpreter_gateway.gctmp
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_function.o -c pypy_interpreter_function.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_error.o -c pypy_interpreter_error.lbl.s
mv pypy_interpreter_function.gctmp pypy_interpreter_function.gcmap
rm pypy_interpreter_function.s pypy_interpreter_function.lbl.s
mv pypy_interpreter_error.gctmp pypy_interpreter_error.gcmap
rm pypy_interpreter_error.s pypy_interpreter_error.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_gateway.o -c pypy_interpreter_gateway.lbl.s
mv pypy_interpreter_gateway.gctmp pypy_interpreter_gateway.gcmap
rm pypy_interpreter_gateway.s pypy_interpreter_gateway.lbl.s
/usr/bin/pypy "/home/yuyichao/projects/archcn/repo/pypy3-hg/src/pypy/rpython"/translator/c/gcc/trackgcroot.py -t pypy_interpreter_generator.s > pypy_interpreter_generator.gctmp
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_astcompiler_codegen.o -c pypy_interpreter_astcompiler_codegen.lbl.s
mv pypy_interpreter_astcompiler_codegen.gctmp pypy_interpreter_astcompiler_codegen.gcmap
rm pypy_interpreter_astcompiler_codegen.s pypy_interpreter_astcompiler_codegen.lbl.s
gcc -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -g -fvar-tracking-assignments -O3 -g -fPIC -fvisibility=hidden -o pypy_interpreter_generator.o -c pypy_interpreter_generator.lbl.s
mv pypy_interpreter_generator.gctmp pypy_interpreter_generator.gcmap
rm pypy_interpreter_generator.s pypy_interpreter_generator.lbl.s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment