嵌入式爱好者

查看: 11994|回复: 1

[Linux] OKT3_C开发板 ERROR: build kernel Failed

[复制链接]

1

主题

3

帖子

24

积分

A40i/T3/T507/T527通行证i.MX6Q通行证

扫一扫,手机访问本帖
发表于 2019-12-30 16:29:23 | 显示全部楼层 |阅读模式
我在执行build.sh脚本后,出现了如下ERROR,请问如何解决?谢谢!
  1. root@t3-vm:~/workspace/allwinner/A40i/bsp/lichee# ./build.sh
  2. build buidroot-201611...
  3. xgnueabihf
  4. sun8iw11p1_hf_defconfig
  5. INFO: ----------------------------------------
  6. INFO: build lichee ...
  7. INFO: chip: sun8iw11p1
  8. INFO: platform: linux
  9. INFO: kernel: linux-3.10
  10. INFO: board: OKT3_C
  11. INFO: output: out/sun8iw11p1/linux/OKT3_C
  12. INFO: ----------------------------------------
  13. INFO: build buildroot ...
  14. make: Entering directory `/root/workspace/allwinner/A40i/bsp/lichee/buildroot-201611'
  15. >>>   Finalizing target directory
  16. rm -f /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/glib-2.0/schemas/*.xml /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/glib-2.0/schemas/*.dtd
  17. /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/host/usr/bin/glib-compile-schemas /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/glib-2.0/schemas
  18. PYTHONPATH="/root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/python2.7/sysconfigdata/:/root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/python2.7/site-packages/" /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/host/usr/bin/python2.7 support/scripts/pycompile.py /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/python2.7
  19. find /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/python2.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f
  20. find /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/python2.7 -name '*.pyo' -print0 | xargs -0 --no-run-if-empty rm -f
  21. mkdir -p /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc
  22. echo "A40i" > /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/hostname
  23. /bin/sed -i -e '$a \127.0.1.1\tA40i' -e '/^127.0.1.1/d' /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/hosts
  24. mkdir -p /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc
  25. echo "Welcome to Allwinner A40i Linux Platform V1.3" > /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/issue
  26. mkdir -p /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/network/
  27. ( echo "# inte**ce file auto-generated by buildroot"; echo ; echo "auto lo"; echo "iface lo inet loopback"; echo ; echo "allow-hotplug eth0"; echo "iface eth0 inet dhcp"; ) > /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/network/inte**ces
  28. /bin/sed -i -e s,^root:[^:]*:,root::, /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/shadow
  29. ln -sf bash /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/bin/sh
  30. /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~ttyS0::respawn:/sbin/getty -L  ttyS0 115200 vt100 #~' /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/inittab
  31. /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/inittab
  32. rm -f /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/build/locales.nopurge
  33. for i in C en_US locale-archive; do echo $i >> /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/build/locales.nopurge; done
  34. for dir in /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/build/locales.nopurge || rm -rf $langdir; fi done; done
  35. if [ -d /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/X11/locale/locale.dir; fi
  36. rm -rf /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/include /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/aclocal \
  37.                 /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/pkgconfig /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/pkgconfig \
  38.                 /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/cmake /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/cmake
  39. find /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
  40. find /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/lib/ /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/lib/ /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/libexec/ \
  41.                 \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f
  42. rm -rf /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/zsh
  43. rm -rf /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/man /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/man
  44. rm -rf /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/info /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/info
  45. rm -rf /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/doc /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/doc
  46. rm -rf /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share/gtk-doc
  47. rmdir /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/usr/share 2>/dev/null
  48. make: [target-finalize] Error 1 (ignored)
  49. find /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/host/usr/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
  50. find /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/lib/ -type f -name 'libpthread*.so*' | \
  51.                 xargs -r /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/host/usr/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug
  52. find /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/lib/ -type f -name 'ld-*.so*' | \
  53.                 xargs -r /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/host/usr/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug
  54. test -f /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/ld.so.conf && \
  55.                 { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true
  56. test -d /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/ld.so.conf.d && \
  57.                 { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true
  58. mkdir -p /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc
  59. ( \
  60.                 echo "NAME=Buildroot"; \
  61.                 echo "VERSION=2016.11"; \
  62.                 echo "ID=buildroot"; \
  63.                 echo "VERSION_ID=2016.11"; \
  64.                 echo "PRETTY_NAME="Buildroot 2016.11"" \
  65.         ) >  /root/workspace/allwinner/A40i/bsp/lichee/out/sun8iw11p1/linux/common/buildroot/target/etc/os-release
  66. >>>   Executing post-build script target/user_rootfs_build.sh
  67. run user rootfs build script------------genrootfs =
  68. not genrootfs DO NOT compile sdk lib
  69. make: Leaving directory `/root/workspace/allwinner/A40i/bsp/lichee/buildroot-201611'
  70. INFO: build buildroot OK.
  71. INFO: build kernel ...
  72. INFO: prepare toolchain of sun8iw11p1...
  73. error format,file shoule end with gz or xz or none
  74. Building kernel
  75. /root/workspace/allwinner/A40i/bsp/lichee/linux-3.10/output/lib/modules/3.10.65
  76. Copy rootfs for arm
  77. rootfs_32bit.cpio_buildroot_201611.gz
  78.   CHK     include/generated/uapi/linux/version.h
  79.   CHK     include/generated/utsrelease.h
  80. make[1]: `include/generated/mach-types.h' is up to date.
  81.   CC      scripts/mod/devicetable-offsets.s
  82.   CALL    scripts/checksyscalls.sh
  83.   GEN     scripts/mod/devicetable-offsets.h
  84.   HOSTCC  scripts/mod/file2alias.o
  85.   HOSTLD  scripts/mod/modpost
  86.   CHK     include/generated/compile.h
  87.   SKIPPED include/generated/compile.h
  88.   CHK     kernel/config_data.h
  89.   CC      drivers/soc/allwinner/pm/standby/common.o
  90.   CC      drivers/soc/allwinner/pm/standby/standby_twi.o
  91.   CC      drivers/soc/allwinner/pm/standby/power/axp_power.o
  92.   CC      drivers/soc/allwinner/pm/standby/power/axp15_power.o
  93.   CC      drivers/soc/allwinner/pm/standby/power/axp22_power.o
  94.   CC      drivers/soc/allwinner/pm/standby/power/axp20_power.o
  95.   CC      drivers/soc/allwinner/pm/standby/power/standby_power.o
  96. drivers/soc/allwinner/pm/standby/power/standby_power.c: In function 'pmu_get_voltage':
  97. drivers/soc/allwinner/pm/standby/power/standby_power.c:41:9: warning: implicit declaration of function 'axp20_get_volt' [-Wimplicit-function-declaration]
  98.    ret = axp20_get_volt(tree);
  99.          ^
  100. drivers/soc/allwinner/pm/standby/power/standby_power.c:44:9: warning: implicit declaration of function 'axp22_get_volt' [-Wimplicit-function-declaration]
  101.    ret = axp22_get_volt(tree);
  102.          ^
  103. drivers/soc/allwinner/pm/standby/power/standby_power.c:57:9: warning: implicit declaration of function 'axp15_get_volt' [-Wimplicit-function-declaration]
  104.    ret = axp15_get_volt(tree);
  105.          ^
  106. drivers/soc/allwinner/pm/standby/power/standby_power.c: In function 'pmu_set_voltage':
  107. drivers/soc/allwinner/pm/standby/power/standby_power.c:82:9: warning: implicit declaration of function 'axp20_set_volt' [-Wimplicit-function-declaration]
  108.    ret = axp20_set_volt(tree, voltage);
  109.          ^
  110. drivers/soc/allwinner/pm/standby/power/standby_power.c:85:9: warning: implicit declaration of function 'axp22_set_volt' [-Wimplicit-function-declaration]
  111.    ret = axp22_set_volt(tree, voltage);
  112.          ^
  113. drivers/soc/allwinner/pm/standby/power/standby_power.c:98:9: warning: implicit declaration of function 'axp15_set_volt' [-Wimplicit-function-declaration]
  114.    ret = axp15_set_volt(tree, voltage);
  115.          ^
  116. drivers/soc/allwinner/pm/standby/power/standby_power.c: In function 'pmu_get_state':
  117. drivers/soc/allwinner/pm/standby/power/standby_power.c:126:9: warning: implicit declaration of function 'axp20_get_state' [-Wimplicit-function-declaration]
  118.    ret = axp20_get_state(tree);
  119.          ^
  120. drivers/soc/allwinner/pm/standby/power/standby_power.c:129:9: warning: implicit declaration of function 'axp22_get_state' [-Wimplicit-function-declaration]
  121.    ret = axp22_get_state(tree);
  122.          ^
  123. drivers/soc/allwinner/pm/standby/power/standby_power.c:142:9: warning: implicit declaration of function 'axp15_get_state' [-Wimplicit-function-declaration]
  124.    ret = axp15_get_state(tree);
  125.          ^
  126. drivers/soc/allwinner/pm/standby/power/standby_power.c: In function 'pmu_set_state':
  127. drivers/soc/allwinner/pm/standby/power/standby_power.c:170:9: warning: implicit declaration of function 'axp20_set_state' [-Wimplicit-function-declaration]
  128.    ret = axp20_set_state(tree, state);
  129.          ^
  130. drivers/soc/allwinner/pm/standby/power/standby_power.c:173:9: warning: implicit declaration of function 'axp22_set_state' [-Wimplicit-function-declaration]
  131.    ret = axp22_set_state(tree, state);
  132.          ^
  133. drivers/soc/allwinner/pm/standby/power/standby_power.c:186:9: warning: implicit declaration of function 'axp15_set_state' [-Wimplicit-function-declaration]
  134.    ret = axp15_set_state(tree, state);
  135.          ^
  136. drivers/soc/allwinner/pm/standby/power/standby_power.c: In function 'pmu_suspend_calc':
  137. drivers/soc/allwinner/pm/standby/power/standby_power.c:215:9: warning: implicit declaration of function 'axp20_suspend_calc' [-Wimplicit-function-declaration]
  138.    ret = axp20_suspend_calc(mask, func);
  139.          ^
  140. drivers/soc/allwinner/pm/standby/power/standby_power.c:219:9: warning: implicit declaration of function 'axp22_suspend_calc' [-Wimplicit-function-declaration]
  141.    ret = axp22_suspend_calc(mask, func);
  142.          ^
  143. drivers/soc/allwinner/pm/standby/power/standby_power.c:232:9: warning: implicit declaration of function 'axp15_suspend_calc' [-Wimplicit-function-declaration]
  144.    ret = axp15_suspend_calc(mask, func);
  145.          ^
  146.   CC      drivers/soc/allwinner/pm/standby/standby_clock.o
  147.   CC      drivers/soc/allwinner/pm/standby/standby_debug.o
  148.   AS      drivers/soc/allwinner/pm/standby/standby_divlib.o
  149.   CC      drivers/soc/allwinner/pm/standby/standby_dram.o
  150.   LD      drivers/video/sunxi/disp2/hdmi/hdmi.o
  151.   LD      drivers/video/sunxi/disp2/hdmi/built-in.o
  152.   AS      drivers/soc/allwinner/pm/standby/./../mem_mmu_pc_asm.o
  153.   LD      drivers/video/sunxi/built-in.o
  154.   CC      drivers/soc/allwinner/pm/standby/./../mem_divlibc.o
  155.   LD      drivers/video/built-in.o
  156.   CC      drivers/soc/allwinner/pm/standby/./../mem_clk.o
  157.   CC      drivers/soc/allwinner/pm/pm_debug.o
  158.   CC      drivers/soc/allwinner/pm/standby/./../mem_timing.o
  159.   CC      drivers/soc/allwinner/pm/standby/./../mem_serial.o
  160.   CC      drivers/soc/allwinner/pm/standby/./../mem_printk.o
  161.   CC      drivers/soc/allwinner/pm/standby/./../pm_debug.o
  162.   CC      drivers/soc/allwinner/pm/standby/main.o
  163. drivers/soc/allwinner/pm/standby/main.c: In function 'standby_main':
  164. drivers/soc/allwinner/pm/standby/main.c:135:3: warning: implicit declaration of function 'power_enter_super_calc' [-Wimplicit-function-declaration]
  165.    power_enter_super_calc(&pm_info, &extended_standby_para_info,
  166.    ^
  167. drivers/soc/allwinner/pm/standby/main.c:144:3: warning: implicit declaration of function 'standby_twi_init_losc' [-Wimplicit-function-declaration]
  168.    standby_twi_init_losc(pm_info.pmu_arg.twi_port);
  169.    ^
  170. drivers/soc/allwinner/pm/standby/main.c: In function 'bus_enter_lowfreq':
  171. drivers/soc/allwinner/pm/standby/main.c:332:3: warning: implicit declaration of function 'standby_clk_ldodisable' [-Wimplicit-function-declaration]
  172.    standby_clk_ldodisable();
  173.    ^
  174. drivers/soc/allwinner/pm/standby/main.c: In function 'bus_freq_resume':
  175. drivers/soc/allwinner/pm/standby/main.c:342:3: warning: implicit declaration of function 'standby_clk_ldoenable' [-Wimplicit-function-declaration]
  176.    standby_clk_ldoenable();
  177.    ^
  178.   CC      drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_standby-sun8iw11.o
  179. drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_standby-sun8iw11.c: In function 'dram_udelay':
  180. drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_standby-sun8iw11.c:30:2: warning: implicit declaration of function 'change_runtime_env' [-Wimplicit-function-declaration]
  181.   change_runtime_env();
  182.   ^
  183. drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_standby-sun8iw11.c:31:2: warning: implicit declaration of function 'delay_us' [-Wimplicit-function-declaration]
  184.   delay_us(n);
  185.   ^
  186. In file included from drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_standby-sun8iw11.c:18:0:
  187. drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_standby-sun8iw11.c: In function 'mctl_channel_init_standby':
  188. drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_hal-sun8iw11.h:77:35: warning: implicit declaration of function 'printk' [-Wimplicit-function-declaration]
  189. #define dram_dbg_0(fmt, args...)  printk(fmt, ##args)
  190.                                    ^
  191. drivers/soc/allwinner/pm/standby/dram/sun8iw11p1/mctl_standby-sun8iw11.c:713:2: note: in expansion of macro 'dram_dbg_0'
  192.   dram_dbg_0("mctl_channel_init_standby\n");
  193.   ^
  194.   AS      drivers/soc/allwinner/pm/mem_mmu_pc_asm.o
  195. rm -rf *.o drivers/soc/allwinner/pm/standby/./*.o
  196.   CC      drivers/soc/allwinner/pm/mem_int.o
  197.   CC      drivers/soc/allwinner/pm/mem_divlibc.o
  198.   CC      drivers/soc/allwinner/pm/mem_clk.o
  199.   CC      drivers/soc/allwinner/pm/mem_gpio.o
  200.   CC      drivers/soc/allwinner/pm/mem_timing.o
  201.   CC      drivers/soc/allwinner/pm/mem_serial.o
  202.   AS      drivers/soc/allwinner/pm/standby.o
  203.   LD      drivers/soc/allwinner/pm/pm_tmp.o
  204. arm-linux-gnueabihf-ld: error: drivers/soc/allwinner/pm/pm_debug.o uses VFP register arguments, drivers/soc/allwinner/pm/pm_tmp.o does not
  205. arm-linux-gnueabihf-ld: failed to merge target specific data of file drivers/soc/allwinner/pm/pm_debug.o
  206. make[4]: *** [drivers/soc/allwinner/pm/pm_tmp.o] Error 1
  207. make[3]: *** [drivers/soc/allwinner/pm] Error 2
  208. make[2]: *** [drivers/soc/allwinner] Error 2
  209. make[1]: *** [drivers/soc] Error 2
  210. make: *** [drivers] Error 2
  211. ERROR: build kernel Failed
复制代码


回复

使用道具 举报

1

主题

3

帖子

24

积分

A40i/T3/T507/T527通行证i.MX6Q通行证

 楼主| 发表于 2019-12-30 17:25:33 | 显示全部楼层
参考《A40i-LinuxSDK使用手册.pdf》,处理方法如下:
  1. cd linux-3.10
  2. make distclean
  3. cd ..
  4. ./build.sh
复制代码
点评回复 支持 反对

使用道具 举报

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

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-4-23 17:49

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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