编译GCC时出错,出错部分为mpfr.
时间:2010-06-12
来源:互联网
我将mprf和gmp都解压到gcc目录打算一起编译,但是出错了,单独编译mprf其出错示意和一起编译是一样的,已排除时间问题。
NAS 02:45:09 build # make
make: Warning: File `Makefile' has modification time 2.7e+04 s in the future
[ -f stage_final ] || echo stage3 > stage_final
make[1]: Entering directory `/mnt/xg/tmp/xgstage0/build'
make[1]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[2]: Entering directory `/mnt/xg/tmp/xgstage0/build'
make[2]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[3]: Entering directory `/mnt/xg/tmp/xgstage0/build'
make[3]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
rm -f stage_current
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/mnt/xg/tmp/xgstage0/build'
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/mnt/xg/tmp/xgstage0/build'
make[2]: Entering directory `/mnt/xg/tmp/xgstage0/build'
make[2]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[3]: Entering directory `/mnt/xg/tmp/xgstage0/build/libiberty'
make[3]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[4]: Entering directory `/mnt/xg/tmp/xgstage0/build/libiberty/testsuite'
make[4]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[4]: Nothing to be done for `all'.
make[4]: warning: Clock skew detected. Your build may be incomplete.
make[4]: Leaving directory `/mnt/xg/tmp/xgstage0/build/libiberty/testsuite'
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/mnt/xg/tmp/xgstage0/build/libiberty'
make[3]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp'
make[3]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make all-recursive
make[4]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp'
make[4]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
Making all in tests
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
Making all in .
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all-am'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests'
Making all in devel
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/devel'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/devel'
Making all in mpn
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpn'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpn'
Making all in mpz
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpz'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpz'
Making all in mpq
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpq'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpq'
Making all in mpf
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpf'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpf'
Making all in rand
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/rand'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/rand'
Making all in misc
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/misc'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/misc'
Making all in cxx
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/cxx'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/cxx'
Making all in mpbsd
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpbsd'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests/mpbsd'
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tests'
Making all in mpn
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/mpn'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/mpn'
Making all in mpz
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/mpz'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/mpz'
Making all in mpq
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/mpq'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/mpq'
Making all in mpf
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/mpf'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/mpf'
Making all in printf
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/printf'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/printf'
Making all in scanf
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/scanf'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/scanf'
Making all in cxx
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/cxx'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/cxx'
Making all in mpbsd
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/mpbsd'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/mpbsd'
Making all in demos
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/demos'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
Making all in calc
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/demos/calc'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make all-am
make[7]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/demos/calc'
make[7]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[7]: Nothing to be done for `all-am'.
make[7]: warning: Clock skew detected. Your build may be incomplete.
make[7]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/demos/calc'
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/demos/calc'
Making all in expr
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/demos/expr'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/demos/expr'
make[6]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/demos'
make[6]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[6]: Nothing to be done for `all-am'.
make[6]: warning: Clock skew detected. Your build may be incomplete.
make[6]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/demos'
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/demos'
Making all in tune
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/tune'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/tune'
Making all in doc
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp/doc'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp/doc'
make[5]: Entering directory `/mnt/xg/tmp/xgstage0/build/gmp'
make[5]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[5]: Nothing to be done for `all-am'.
make[5]: warning: Clock skew detected. Your build may be incomplete.
make[5]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp'
make[4]: warning: Clock skew detected. Your build may be incomplete.
make[4]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp'
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/mnt/xg/tmp/xgstage0/build/gmp'
make[3]: Entering directory `/mnt/xg/tmp/xgstage0/build/intl'
make[3]: Warning: File `Makefile' has modification time 2.7e+04 s in the future
make[3]: Nothing to be done for `all'.
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/mnt/xg/tmp/xgstage0/build/intl'
make[3]: Entering directory `/mnt/xg/tmp/xgstage0/build/mpfr'
make[3]: Warning: File `.deps/zeta_ui.Plo' has modification time 2.8e+04 s in the future
Making all in tests
make[4]: Entering directory `/mnt/xg/tmp/xgstage0/build/mpfr/tests'
make[4]: Warning: File `.deps/tzeta_ui.Po' has modification time 2.8e+04 s in the future
make[4]: Nothing to be done for `all'.
make[4]: warning: Clock skew detected. Your build may be incomplete.
make[4]: Leaving directory `/mnt/xg/tmp/xgstage0/build/mpfr/tests'
make[4]: Entering directory `/mnt/xg/tmp/xgstage0/build/mpfr'
make[4]: Warning: File `.deps/zeta_ui.Plo' has modification time 2.8e+04 s in the future
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE_ALLOCA_H=1 -I. -I../../gcc-4.4.0/mpfr -I/mnt/xg/tmp/xgstage0/build/./gmp -I/mnt/xg/tmp/xgstage0/build/./gmp/tune -g -fkeep-inline-functions -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo ../../gcc-4.4.0/mpfr/mul.c
libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ATTRIBUTE_MODE=1 -DHAVE_ALLOCA_H=1 -I. -I../../gcc-4.4.0/mpfr -I/mnt/xg/tmp/xgstage0/build/./gmp -I/mnt/xg/tmp/xgstage0/build/./gmp/tune -g -fkeep-inline-functions -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../gcc-4.4.0/mpfr/mul.c -o mul.o
../../gcc-4.4.0/mpfr/mul.c: In function 'mpfr_mul':
../../gcc-4.4.0/mpfr/mul.c:315: error: impossible constraint in 'asm'
../../gcc-4.4.0/mpfr/mul.c:322: error: impossible constraint in 'asm'
../../gcc-4.4.0/mpfr/mul.c:323: error: impossible constraint in 'asm'
../../gcc-4.4.0/mpfr/mul.c:332: error: impossible constraint in 'asm'
../../gcc-4.4.0/mpfr/mul.c:333: error: impossible constraint in 'asm'
../../gcc-4.4.0/mpfr/mul.c:336: error: impossible constraint in 'asm'
../../gcc-4.4.0/mpfr/mul.c:337: error: impossible constraint in 'asm'
make[4]: *** [mul.lo] Error 1
make[4]: Leaving directory `/mnt/xg/tmp/xgstage0/build/mpfr'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/xg/tmp/xgstage0/build/mpfr'
make[2]: *** [all-stage1-mpfr] Error 2
make[2]: Leaving directory `/mnt/xg/tmp/xgstage0/build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/mnt/xg/tmp/xgstage0/build'
make: *** [all] Error 2
作者: echo 发布时间: 2010-06-12
作者: 博客教主 发布时间: 2010-06-12
作者: xinglp 发布时间: 2010-06-12
作者: echo 发布时间: 2010-06-12
网络文件系统,两机机时间可能不同步。
也可能是使用了 ntp 一类东东引起。
龙机机性能差,可能的话还是在其他机机做系统,或配合其他机机交叉编译器使用 distcc。
这里有补丁
http://comments.gmane.org/gmane.comp...fr.general/389
http://gmplib.org:8000/gmp/rev/12a1d0bf21f0
作者: 聚焦深空 发布时间: 2010-06-13
作者: 聚焦深空
编译过程中,在龙机机上,使用本地文件系统还是网络文件系统?
网络文件系统,两机机时间可能不同步。 也可能是使用了 ntp 一类东东引起。 龙机机性能差,可能的话还是在其他机机做系统,或配合其他机机交叉编译器使用 distcc。 这里有补丁 http://comments.gmane.org/gmane.comp...fr.general/389 http://gmplib.org:8000/gmp/rev/12a1d0bf21f0 |
作者: echo 发布时间: 2010-06-13
硕大补丁视而不见。
第二个是什么。
作者: 聚焦深空 发布时间: 2010-06-13
作者: echo 发布时间: 2010-06-14
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28