linux编译glibc,一直报错
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
回复 9# nashty
会,一般都是低版本编译高版本,高版本编译低版本会有问题。
回复 2# qtdszws
我在编译glibc之前。在安装光盘内装了glibc-2.11-2(i686)的rpm包/。版本比现在的高。这个会有影响吗?
math的时候出错,libgcc和math有关系,但是是不是as的问题我不知道。是谁的问题我也不知道,lz保重。
我已经有binutils这个软件了,是默认安装的
回复 4# qtdszws
../glibc-2.11.1/configure --prefix=/usr
语法错误是指什么。。我就打了这条命令
回复 2# qtdszws
GNU ld version 2.19.51.0.14-34.fc12 20090722
binutils是默认安装的吗?我自己没有装过
这是as在报错,说语法有问题,出现了非法字符
Error: junk at end of line, first unrecognized character is `1'
这些是什么语言?
你的binutils版本是多少?