编译skyeye是的怪问题!!

内核编译和嵌入式产品的设计与开发
回复
pkfoo
帖子: 7
注册时间: 2006-10-31 12:19

编译skyeye是的怪问题!!

#1

帖子 pkfoo »

我在编译skyeye 时,出现了个怪问题。找了很久都没能找到答案。
好像是compiler 的错误。但是我编译其他的程序就没有问题。
请大虾们帮帮忙

错误提示如下:
Checking whether host is big endian ... no
Checking gcc ... OK ( gcc version: 4.1.2 )
Checking whether the compiler supports x86 asm ... FAILED

*** It seems that the compiler don't support inline x86 AT&T ASM codes.
*** Run "make NO_DBCT=1" instead to ignore it.

make: *** [check] 错误 1
头像
aitilang
帖子: 1026
注册时间: 2007-04-28 21:38

#2

帖子 aitilang »

*** It seems that the compiler don't support inline x86 AT&T ASM codes.
*** Run "make NO_DBCT=1" instead to ignore it.
.
照做试一下。。
thinkpad x61 2G DDR no cdrom
--------------------------------------------
ABS学习中
sed学习中
awk学习中
perl学习中
新手描述不清,老手猜测不到,胡乱指挥一通,后果难以预料
keendawn
帖子: 16
注册时间: 2007-07-02 21:48

#3

帖子 keendawn »

4 required packages:
4.1 on Linux
- If you don't run "make NO_BFD=1" to compile SkyEye:
binutils-dev(bfd)
- LCD simulation by GTK+ implementation required:
gtk+-2.0-dev pkg-config atk-dev pango-dev freetype2-dev glib-dev x11-dev


看readme,安装一下必要的包!
asdfbbs
帖子: 13
注册时间: 2008-05-07 17:22

#4

帖子 asdfbbs »

我也遇到同样的问题,看了README里写的必要的包,binutils-dev我已经安装了,而且是最新的,下面的包只有pkg-config提示已经是最新的,其他的都提示无法找到软件包。
我是ubuntu8.04,请前辈们帮忙啊
回复