你好.我需要一些帮助,我第一次开始试用skyeye,并且版本是skyeye-1.2.9_rc1,但是很遗憾的是我无法成功安装,我使用的是
fedora 11 在编译的时候提示如下:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
utils/uart_console/uart_console.c:27: 警告:忽略 #pragma ident
utils/uart_console/uart_console.c:45:25: 错误:sys/stropts.h:没有那个文件或目录
utils/uart_console/uart_console.c:66: 警告:函数声明不是一个原型
utils/uart_console/uart_console.c: 在函数‘main’中:
utils/uart_console/uart_console.c:116: 警告:未使用的变量‘count’
utils/uart_console/uart_console.c: 在文件层:
utils/uart_console/uart_console.c:170: 警告:函数声明不是一个原型
make[2]: *** [uart_console.o] 错误 1
make[2]: Leaving directory `/root/skyeye-1.2.9_rc1'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/skyeye-1.2.9_rc1'
make: *** [all] 错误 2
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
然后使用rpm安装,在测试hello的时候依然发生错误.对于我来说,这些错误我无从下手.希望可以得到帮助.已经查阅资料与自学两天了.拜托帮忙.
谢谢.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[root@Test arm_hello]# /opt/skyeye/bin/skyeye -e arm_hello
SkyEye is an Open Source project under GPL. All rights of different
parts or modules are reserved by their author. Any modification or
redistributions of SkyEye should note remove or modify the annoucement
of SkyEye copyright.
Get more information about it, please visit the homepage
http://www.skyeye.org.
Type "help" to get command list.
pen_buffer not implemented.
(skyeye)
(skyeye)start
arch: arm
cpu info: armv3, arm7tdmi, 41007700, fff8ff00, 0
In do_mach_option, mach info: name at91, mach_init addr 0x19c950
uart_mod:3, desc_in:, desc_out:, converter:
In create_uart_console
Child:: No such file or directory
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
By:Yayi