分页: 1 / 1

编译skyeye是的怪问题!!

发表于 : 2007-08-20 9:25
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

发表于 : 2007-08-20 9:38
aitilang
*** It seems that the compiler don't support inline x86 AT&T ASM codes.
*** Run "make NO_DBCT=1" instead to ignore it.
.
照做试一下。。

发表于 : 2007-08-20 23:16
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,安装一下必要的包!

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