小弟,近日从网站上新下载一个cygwin,在winxp下面安装后,安装skyeye软件。步骤如下:
tar jxfv skyeye-0.8.6.tar.bz2
cd skyeye
./configure --target=arm-elf --prefix=/usr/local
这些都没有问题,一切都OK,运行 make命令时出现下面错误,请各位大侠不吝赐教,给小弟指条明路,小弟在这叩谢了。
skyeye_lcd.c: In function `expose_event':
skyeye_lcd.c:139: warning: passing arg 10 of `gdk_draw_indexed_image' from incom
patible pointer type
skyeye_lcd.c:145: warning: passing arg 10 of `gdk_draw_indexed_image' from incom
patible pointer type
skyeye_lcd.c: In function `callback_button_press':
skyeye_lcd.c:252: warning: passing arg 1 of `skPenEvent' from incompatible point
er type
skyeye_lcd.c: In function `callback_button_release':
skyeye_lcd.c:259: warning: passing arg 1 of `skPenEvent' from incompatible point
er type
skyeye_lcd.c: In function `callback_motion_notify':
skyeye_lcd.c:268: warning: passing arg 1 of `skPenEvent' from incompatible point
er type
skyeye_lcd.c: In function `lcd_enable':
skyeye_lcd.c:419: warning: passing arg 1 of `gtk_window_set_title' from incompat
ible pointer type
skyeye_lcd.c:431: warning: passing arg 1 of `gtk_widget_set_events' from incompa
tible pointer type
skyeye_lcd.c:468: warning: assignment from incompatible pointer type
skyeye_lcd.c:473: warning: assignment from incompatible pointer type
skyeye_lcd.c:476: warning: assignment from incompatible pointer type
skyeye_lcd.c: In function `lcd_disable':
skyeye_lcd.c:523: warning: passing arg 1 of `gdk_rgb_cmap_free' from incompatibl
e pointer type
gcc -c -DHAVE_CONFIG_H -DDEFAULT_INLINE=0 -DMODET `pkg-c
onfig gtk+-2.0 --cflags` -I. -I. -I../common -I./../common -I../../include -I.
/../../include -I../../bfd -I./../../bfd -I../../opcodes -I./../../opcodes -I../
../intl -I./../../intl -I../../include/gdb -g -O2 skyeye-ne2k.c
skyeye-ne2k.c:30:26: linux/if_tun.h: No such file or directory
make[2]: *** [skyeye-ne2k.o] Error 1
make[2]: Leaving directory `/usr/src/skyeye/sim/arm'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/skyeye/sim'
make: *** [all-sim] Error 2