交叉编译glib,configure和make错误
请帮忙看看是什么原因?
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/vfstab.h usability... no
checking sys/vfstab.h presence... no
checking for sys/vfstab.h... no
checking sys/mntctl.h usability... no
checking sys/mntctl.h presence... no
checking for sys/mntctl.h... no
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct stat.st_atimensec... no
checking for struct stat.st_atim.tv_nsec... yes
checking for struct stat.st_ctimensec... no
checking for struct stat.st_ctim.tv_nsec... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct statfs.f_fstypename... no
checking for struct statfs.f_bavail... yes
checking for struct statvfs.f_basetype... no
-------------------------------------
/tmp/cc1qZuwV.s: Assembler messages:
/tmp/cc1qZuwV.s:155: Error: no such instruction: `swp %eax,%edx,[%esi]'
/tmp/cc1qZuwV.s:174: Error: no such instruction: `swp %eax,%edx,[%esi]'
[ 本帖最后由 源方 于 2009-4-14 09:01 编辑 ]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这是软件在.configure检测当前系统是否支持此驱动。
看来你的cpu不支持啊
试着升级内核看一下
同时需要的包 要确保安装全了
不知道这些头文件属于哪个软件包