isolator 发表于 2007-11-3 17:24:57

FC7 上编译skyeye123失败!

我在fedaro 7上编译skyeye_1_2_3_Rel,出现如下情况:

# make
--------------------------- NOTICE ------------------------------
If you always get error, please run "make NO_CHECK=1" instead.
-----------------------------------------------------------------
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: *** 错误 1
#

用make NO_CHECK=1也不能编译成功。
有没有人遇到过类似的情况?

ksh 发表于 2007-11-3 17:28:10

I guess you are using x86_64 machine. You need to run make NO_DBCT=1 to build skyeye on x86_64 arch.

isolator 发表于 2007-11-4 11:51:00

thanks!

levelzhao 发表于 2007-12-13 09:22:34

Thanks very much! I successed.
页: [1]
查看完整版本: FC7 上编译skyeye123失败!