QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 625|回复: 1

求救 编译glibc时候出现这种错误怎么解决?

[复制链接]
发表于 2005-12-15 17:48:37 | 显示全部楼层 |阅读模式
编译 glibc时候出现这个
[code:1]
/mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/4.2.0/include/mmintrin.h:382: error: can't convert between vector values of different size
make[2]: *** [/mnt/lfs/sources/glibc-build/elf/tst-alignmod.os] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/cvs/libc/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/cvs/libc'
make: *** [all] Error 2
[/code:1]


[code:1]
/* Add the 64-bit values in M1 to the 64-bit values in M2.  */
static __inline __m64 __attribute__((__always_inline__))
_mm_sub_si64 (__m64 __m1, __m64 __m2)
{
  return (__m64) __builtin_ia32_psubq ((long long)__m1, (long long)__m2);
}
[/code:1]

请问这个问题怎么解决
这个是那个文件中相关行数
 楼主| 发表于 2005-12-15 23:27:37 | 显示全部楼层
答案已经找到,不用各位费心了
:)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-14 03:43 , Processed in 0.038669 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表