linux编译glibc,一直报错

发布于 2022-09-15 21:43:15 字数 2124 浏览 15 评论 9

make版本号    GNU Make 3.81
gcc版本号     gcc version 4.4.2 20091027 (Red Hat 4.4.2-7) (GCC)
glibc版本号   #define RELEASE "stable"
              #define VERSION "2.11.1"
kernal版本号  2.6.31.5-127.fc12.i686.PAE

源码unpack到 /usr/local/src/glibc-2.11.1
创建对象文件 ../glibc-2.11.1/configure --prefix=/usr
出现这个提示:config.status: creating config.make
              config.status: creating Makefile
              config.status: creating config.h
              config.status: config.h is unchanged
              config.status: executing default commands
然后编译的时候出现这个错误:
make[2]: *** [/usr/local/src/glibc-build/math   /s_frexp.os] Error 1
make[2]: Leaving directory `/usr/local/src/glibc-2.11.1/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/usr/local/src/glibc-2.11.1'
make: *** [all] Error 2

../sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for ".ifdef"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `.'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: expected comma after name `' in .size directive
../sysdeps/i386/fpu/s_frexp.S:66: Error: ".endif" without ".if"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk `.get_pc_thunk.dx' after expression

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

℡寂寞咖啡 2022-09-20 14:21:55

回复 9# nashty

    会,一般都是低版本编译高版本,高版本编译低版本会有问题。

鹿港巷口少年归 2022-09-20 14:21:09

回复 2# qtdszws

    我在编译glibc之前。在安装光盘内装了glibc-2.11-2(i686)的rpm包/。版本比现在的高。这个会有影响吗?

断桥再见 2022-09-20 14:16:16

math的时候出错,libgcc和math有关系,但是是不是as的问题我不知道。是谁的问题我也不知道,lz保重。

千鲤 2022-09-20 14:13:55

我已经有binutils这个软件了,是默认安装的

优雅的叶子 2022-09-20 13:50:07

回复 4# qtdszws

    ../glibc-2.11.1/configure --prefix=/usr
语法错误是指什么。。我就打了这条命令

ゝ杯具 2022-09-20 13:44:58

回复 2# qtdszws

GNU ld version 2.19.51.0.14-34.fc12 20090722
binutils是默认安装的吗?我自己没有装过

银河中√捞星星 2022-09-20 09:01:09

这是as在报错,说语法有问题,出现了非法字符

葵雨 2022-09-19 08:47:28

Error: junk at end of line, first unrecognized character is `1'

这些是什么语言?

三寸金莲 2022-09-18 00:10:46

你的binutils版本是多少?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文