QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1801|回复: 4

ubuntu6.06编译skyeye1.0以上版本问题

[复制链接]
发表于 2007-5-1 22:14:04 | 显示全部楼层 |阅读模式
请教各位高手,小弟在ubuntu6.06(内核2.6.15)配置skyeye网络模拟时,使用skyeye-insight-0.9.4-binary-in-debian3.tar.bz2,可以通过一切正常没有问题。但是新下载skyeye1.0/1.2/1.22版本重新编译后运行时总是提示
ethmod num=1, mac addr=0:4:3:2:1:f, hostip=192.168.1.1
can't find device modulenull)
SKYEYE:use arm7100 mmu ops
不知道问题出现在那里。
在编译1.0版本以上的skyeye,要支持网络需要注意哪些地方?
发表于 2007-5-2 12:36:08 | 显示全部楼层
有可能网络选项有变化,需要用比较新的skyeye.conf,你可以从testsuite2.1中去复制一个过来。
回复

使用道具 举报

 楼主| 发表于 2007-5-2 16:56:16 | 显示全部楼层
版主,安您的说法在testsuite2.1拷贝了skyeye.conf
#skyeye config file sample
cpu: arm7tdmi

mach: at91

mem_bank: map=M, type=RW, addr=0x00000000, size=0x00004000
mem_bank: map=M, type=RW, addr=0x01000000, size=0x00400000
mem_bank: map=M, type=R,  addr=0x01400000, size=0x00400000, file=images/romfs.img
mem_bank: map=M, type=RW, addr=0x02000000, size=0x00400000
mem_bank: map=M, type=RW, addr=0x02400000, size=0x00008000
mem_bank: map=M, type=RW, addr=0x04000000, size=0x00400000
mem_bank: map=I, type=RW, addr=0xf0000000, size=0x10000000
net: type=rtl8019(换过NET), mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1
#dbct: state=on

现在没有上面的错误了,但是网络就是ping不通?

我先安装的deb包如下:
sudo apt-get install binutils-dev
sudo apt-get install build-essential
sudo apt-get install gcc-3.4
sudo apt-get install g++-3.4

README说的包:
gtk+-2.0-dev(没有)
pkg-config(ok)
atk-dev(没有)
pango-dev(没有)
freetype2-dev(没有,自动选择libttf-dev)
glib-dev(没有)
x11-dev(没有)
binutils-dev(ok)

我选择安装的包:
libgtk2.0-dev,
pkg-config,
libatk1.0-dev,
libpango1.0-dev,
libfreetype6-dev,
libglib2.0-dev,
libx11-dev,
binutils-dev

出现的调试错误信息如下
# make >txt.txt
arch/arm/common/arm_arch_interface.c:141: warning: initialization makes integer from pointer without a cast
arch/arm/common/arm_arch_interface.c:141: warning: initialization makes integer from pointer without a cast
arch/arm/common/mmu/wb.c: In function `mmu_wb_init':
arch/arm/common/mmu/wb.c:26: warning: assignment from incompatible pointer type
arch/arm/common/mmu/sa_mmu.c:814: warning: initialization from incompatible poin ter type
arch/arm/common/mmu/arm7100_mmu.c:500: warning: initialization from incompatible  pointer type
arch/arm/dbct/arm2x86_coproc.c: In function `get_op_miaph_T0_T1':
arch/arm/dbct/arm2x86_coproc.c:261: warning: integer constant is too large for "long" type
arch/arm/dbct/arm2x86_coproc.c:267: warning: integer constant is too large for "long" type
arch/arm/dbct/arm2x86_coproc.c: In function `get_op_miaxy_T0_T1':
arch/arm/dbct/arm2x86_coproc.c:284: warning: integer constant is too large for "long" type
arch/arm/mach/skyeye_mach_at91.c: In function `at91_mach_init':
arch/arm/mach/skyeye_mach_at91.c:606: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91.c:607: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91.c:608: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91.c:609: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91.c:610: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91.c:611: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91.c:613: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c: In function `s3c4510b_mach_init':
arch/arm/mach/skyeye_mach_s3c4510b.c:459: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:460: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:461: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:462: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:463: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:464: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:465: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:466: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c4510b.c:467: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c: In function `s3c44b0_mach_init':
arch/arm/mach/skyeye_mach_s3c44b0.c:631: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:632: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:633: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:634: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:635: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:636: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:637: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:638: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c44b0.c:639: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c: In function `ep7312_mach_init':
arch/arm/mach/skyeye_mach_ep7312.c:454: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:455: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:456: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:457: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:458: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:459: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:460: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:461: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep7312.c:463: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sa.c: In function `sa1100_mach_init':
arch/arm/mach/skyeye_mach_sa.c:395: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sa.c:397: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sa.c:398: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sa.c:399: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sa.c:400: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sa.c:401: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sa.c:402: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c: In function `cs89712_mach_init':
arch/arm/mach/skyeye_mach_cs89712.c:325: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:326: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:327: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:328: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:329: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:330: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:331: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:332: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_cs89712.c:334: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c: In function `ep9312_mach_init':
arch/arm/mach/skyeye_mach_ep9312.c:477: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:478: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:479: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:480: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:481: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:482: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:483: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:484: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ep9312.c:486: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c: In function `at91rm92_mach_init':
arch/arm/mach/skyeye_mach_at91rm92.c:462: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:463: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:464: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:465: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:466: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:467: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:468: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:469: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_at91rm92.c:471: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c: In function `lh79520_mach_init':
arch/arm/mach/skyeye_mach_lh79520.c:365: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:366: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:367: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:368: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:369: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:370: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:371: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:372: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lh79520.c:374: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c: In function `ps7500_mach_init':
arch/arm/mach/skyeye_mach_ps7500.c:739: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:740: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:741: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:742: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:743: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:744: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:745: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:746: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ps7500.c:748: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c: In function `s3c2410x_mach_init':
arch/arm/mach/skyeye_mach_s3c2410x.c:612: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:613: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:614: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:615: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:616: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:617: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:618: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:619: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2410x.c:621: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c: In function `s3c2440_mach_init':
arch/arm/mach/skyeye_mach_s3c2440.c:519: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:520: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:521: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:522: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:523: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:524: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:525: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:526: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_s3c2440.c:528: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sharp.c: In function `shp_mach_init':
arch/arm/mach/skyeye_mach_sharp.c:366: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sharp.c:368: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sharp.c:369: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sharp.c:370: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sharp.c:371: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sharp.c:372: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_sharp.c:373: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c: In function `lpc_mach_init':
arch/arm/mach/skyeye_mach_lpc.c:619: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:620: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:621: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:622: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:623: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:624: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:625: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:626: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc.c:628: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c: In function `pxa250_mach_init':
arch/arm/mach/skyeye_mach_pxa250.c:601: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c:603: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c:604: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c:605: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c:606: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c:607: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c:608: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa250.c:610: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c: In function `pxa270_mach_init':
arch/arm/mach/skyeye_mach_pxa270.c:670: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c:672: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c:673: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c:674: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c:675: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c:676: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c:677: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_pxa270.c:679: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c: In function `ns9750_mach_init':
arch/arm/mach/skyeye_mach_ns9750.c:464: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:465: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:466: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:467: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:468: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:469: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:470: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:471: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_ns9750.c:473: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c: In function `lpc2210_mach_init':
arch/arm/mach/skyeye_mach_lpc2210.c:833: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:834: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:835: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:836: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:837: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:838: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:839: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:840: warning: assignment from incompatible pointer type
arch/arm/mach/skyeye_mach_lpc2210.c:842: warning: assignment from incompatible pointer type
arch/bfin/common/bfin_arch_interface.c: In function `init_bfin_arch':
arch/bfin/common/bfin_arch_interface.c:304: warning: assignment from incompatible pointer type
arch/bfin/common/bfin-dis.c: In function `decode_PushPopReg_0':
arch/bfin/common/bfin-dis.c:1448: warning: comparison of distinct pointer types lacks a cast
arch/bfin/common/bfin-dis.c:1452: warning: comparison of distinct pointer types lacks a cast
arch/bfin/common/bfin-dis.c:1467: warning: comparison of distinct pointer types lacks a cast
arch/bfin/common/bfin-dis.c:1471: warning: comparison of distinct pointer types lacks a cast
arch/bfin/mach/bf533_io.c: In function `bf533_mach_init':
arch/bfin/mach/bf533_io.c:1551: warning: assignment from incompatible pointer type
arch/bfin/mach/bf533_io.c:1552: warning: assignment from incompatible pointer type
arch/bfin/mach/bf533_io.c:1554: warning: assignment from incompatible pointer type
arch/bfin/mach/bf533_io.c:1555: warning: assignment from incompatible pointer type
arch/bfin/mach/bf533_io.c:1558: warning: assignment from incompatible pointer type
arch/bfin/mach/bf537_io.c: In function `bf537_mach_init':
arch/bfin/mach/bf537_io.c:1604: warning: assignment from incompatible pointer type
arch/bfin/mach/bf537_io.c:1605: warning: assignment from incompatible pointer type
arch/bfin/mach/bf537_io.c:1607: warning: assignment from incompatible pointer type
arch/bfin/mach/bf537_io.c:1608: warning: assignment from incompatible pointer type
arch/bfin/mach/bf537_io.c:1611: warning: assignment from incompatible pointer type
device/net/dev_net_s3c4510b.c: In function `mac_read':
device/net/dev_net_s3c4510b.c:239: warning: `return' with a value, in function returning void
device/net/dev_net_s3c4510b.c:249: warning: `return' with a value, in function returning void
device/net/dev_net_s3c4510b.c:297: warning: `return' with a value, in function returning void
utils/debugger/arm_regdefs.c: In function `init_arm_register_defs':
utils/debugger/arm_regdefs.c:84: warning: assignment from incompatible pointer type
arch/coldfire/common//cf_arch_interface.c: In function `init_coldfire_arch':
arch/coldfire/common//cf_arch_interface.c:179: warning: assignment from incompatible pointer type
i_asx.c: 在函数 ‘disassemble’ 中:
i_asx.c:105: 警告: format ‘%02ld’ expects type ‘long int’, but argument 3 has type ‘int’
i_bcc.c: 在函数 ‘disassemble’ 中:
i_bcc.c:223: 警告: format ‘%08lX’ expects type ‘long unsigned int’, but argument 3 has type ‘unsigned int’
i_dc.c: 在函数 ‘disassemble’ 中:
i_dc.c:41: 警告: format ‘%04lx’ expects type ‘long unsigned int’, but argument 3 has type ‘unsigned int’
i_lsx.c: 在函数 ‘disassemble’ 中:
i_lsx.c:121: 警告: format ‘%02lX’ expects type ‘long unsigned int’, but argument 3 has type ‘int’
i_stop.c: 在函数 ‘disassemble’ 中:
i_stop.c:59: 警告: format ‘%08lx’ expects type ‘long unsigned int’, but argument 3 has type ‘unsigned int’
memory.c: 在函数 ‘memory_module_setup_segment’ 中:
memory.c:91: 警告: 赋值时将整数赋给指针,未作类型转换
arch/ppc/common//ppc_arch_interface.c: In function `init_ppc_arch':
arch/ppc/common//ppc_arch_interface.c:131: warning: assignment from incompatible pointer type
arch/mips/common/decoder.c: In function `decode':
arch/mips/common/decoder.c:185: warning: left shift count is negative
arch/mips/common/decoder.c:193: warning: left shift count is negative
arch/mips/common/multiply.c: In function `multiply_UInt64':
arch/mips/common/multiply.c:10: warning: left shift count is negative
arch/mips/common/multiply.c:13: warning: left shift count is negative
arch/mips/common/multiply.c:27: warning: left shift count is negative
arch/mips/common/multiply.c:32: warning: left shift count is negative
arch/mips/common/multiply.c:40: warning: left shift count is negative
arch/mips/common/multiply.c:45: warning: left shift count is negative
arch/mips/common/emul.c: In function `sign_extend_Int64':
arch/mips/common/emul.c:290: warning: right shift count >= width of type
arch/mips/common/emul.c:292: warning: right shift count >= width of type
arch/mips/common/emul.c: In function `sign_extend_UInt64':
arch/mips/common/emul.c:306: warning: right shift count >= width of type
arch/mips/common/emul.c:308: warning: right shift count >= width of type
arch/mips/mach/skyeye_mach_nedved.c: In function `nedved_mach_init':
arch/mips/mach/skyeye_mach_nedved.c:451: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_nedved.c:452: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_nedved.c:453: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_nedved.c:454: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_nedved.c:455: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_nedved.c:456: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c: In function `au1100_io_read_byte':
arch/mips/mach/skyeye_mach_au1100.c:111: warning: passing arg 1 of `fprintf' from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c: In function `au1100_io_read_halfword':
arch/mips/mach/skyeye_mach_au1100.c:125: warning: passing arg 1 of `fprintf' from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c: In function `au1100_io_read_word':
arch/mips/mach/skyeye_mach_au1100.c:139: warning: passing arg 1 of `fprintf' from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c: In function `au1100_io_write_byte':
arch/mips/mach/skyeye_mach_au1100.c:153: warning: passing arg 1 of `fprintf' from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c: In function `au1100_io_write_halfword':
arch/mips/mach/skyeye_mach_au1100.c:164: warning: passing arg 1 of `fprintf' from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c: In function `au1100_io_write_word':
arch/mips/mach/skyeye_mach_au1100.c:175: warning: passing arg 1 of `fprintf' from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c: In function `au1100_mach_init':
arch/mips/mach/skyeye_mach_au1100.c:226: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c:227: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c:228: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c:229: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c:230: warning: assignment from incompatible pointer type
arch/mips/mach/skyeye_mach_au1100.c:231: warning: assignment from incompatible pointer type
#

请问这些信息正常吗?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 2007-6-10 16:38:14 | 显示全部楼层
我的也是这样,设备都有了,但是ping不通
回复

使用道具 举报

发表于 2007-6-13 15:57:56 | 显示全部楼层
me too ,but do not know the reason,who can tell me ?
if it must change the "makefile"?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 14:34 , Processed in 0.055184 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表