按照文档,系统定制make menuconfig,出现一下错误,请问需要怎么处理
10.1 Tina procd-init与busybox-init切换.
tina默认为procd-init:
make menuconfig进行配置:
1.System init 选择procd-init
ding@ubuntu:~/work/tina/tina-v853-open$ make menuconfig
===There is tina environment.===
Note: make is the shell functon in envsetup.sh.
== action: menuconfig, action_args: ==
========ACTION List: config_openwrt_menuconfig ;========
options :
==mkcmd.sh: mk_openwrt_menuconfig==
make: Entering directory '/home/ding/work/tina/tina-v853-open/openwrt/openwrt'
[ -n "/home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt" -a ! -e "/home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt" ] && mkdir -p /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt ;\
exit 0
[ ! -e /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir/host/bin/ ] && mkdir -p /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir/host/bin/ ; [ -e "/home/ding/work/tina/tina-v853-open/tools/pack/pctools/linux/android/mkbootimg" ] && cp /home/ding/work/tina/tina-v853-open/tools/pack/pctools/linux/android/mkbootimg /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir/host/bin/
if [ -e "/home/ding/work/tina/tina-v853-open/openwrt/target/v851s" ]; then \
rm -rf /home/ding/work/tina/tina-v853-open/openwrt/openwrt/target/linux ; \
ln -s /home/ding/work/tina/tina-v853-open/openwrt/target/v851s /home/ding/work/tina/tina-v853-open/openwrt/openwrt/target/linux ; \
fi
mkdir -p /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp ; echo "CreateSoftLink /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp link to /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp" ; [ ! -e /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp ] && ln -sf /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp || ([ ! -L /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp ] && (echo "Warnning: /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp is not softlink, recreate it" && (rm -rf /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp && ln -sf /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp) ) || ( [ x"/home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp" = x"/home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp" ] || (echo "Warnning: /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp is incorrect, recreate it" && (rm -rf /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp && ln -sf /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp) )))
CreateSoftLink /home/ding/work/tina/tina-v853-open/openwrt/openwrt/tmp link to /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/tmp
mkdir -p /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir ; echo "CreateSoftLink /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir link to /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir" ; [ ! -e /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir ] && ln -sf /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir || ([ ! -L /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir ] && (echo "Warnning: /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir is not softlink, recreate it" && (rm -rf /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir && ln -sf /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir) ) || ( [ x"/home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir" = x"/home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir" ] || (echo "Warnning: /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir is incorrect, recreate it" && (rm -rf /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir && ln -sf /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir) )))
CreateSoftLink /home/ding/work/tina/tina-v853-open/openwrt/openwrt/staging_dir link to /home/ding/work/tina/tina-v853-open/out/v851s/lizard/openwrt/staging_dir
make[1]: Entering directory '/home/ding/work/tina/tina-v853-open/openwrt/openwrt'
make[1]: Leaving directory '/home/ding/work/tina/tina-v853-open/openwrt/openwrt'
Check Vendor Package...
CreateSoftLink /home/ding/work/tina/tina-v853-open/openwrt/openwrt/package/subpackage link to /home/ding/work/tina/tina-v853-open/openwrt/package
end
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/decodertest/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/encoderStressTest/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/encodertest/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-libav/Makefile' has a build dependency on 'libgstreamer1', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-libav/Makefile' has a build dependency on 'gstreamer1-plugins-base', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-omx/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-omx/Makefile' has a dependency on 'libgst1gl', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-aw/Makefile' has a build dependency on 'libgstreamer1', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-aw/Makefile' has a build dependency on 'gstreamer1-plugins-base', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-aw/Makefile' has a build dependency on 'gstreamer1-plugins-good', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-bad/Makefile' has a dependency on 'wayland', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-bad/Makefile' has a dependency on 'wayland-protocols', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-bad/Makefile' has a dependency on 'opencv', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-bad/Makefile' has a dependency on 'libgst1badvideo', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-bad/Makefile' has a dependency on 'libgst1gl', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-bad/Makefile' has a build dependency on 'libgstreamer1', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-bad/Makefile' has a build dependency on 'gstreamer1-plugins-base', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-base/Makefile' has a build dependency on 'libgstreamer1', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-good/Makefile' has a build dependency on 'libgstreamer1', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-good/Makefile' has a build dependency on 'gstreamer1-plugins-base', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-ugly/Makefile' has a build dependency on 'libgstreamer1', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/multimedia/gstreamer/gst1-plugins-ugly/Makefile' has a build dependency on 'gstreamer1-plugins-base', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/jpegdecodedemo/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/kernel/linux/Makefile' has a dependency on 'kmod-sunxi-rf-wlan', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/lvgl-8/lv_monitor/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/moduledemo/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/minigui/multimedia-test/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/qt/qt5/Makefile' has a dependency on 'weston', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/qt/qt5/Makefile' has a dependency on 'wayland', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/qt/qt5/Makefile' has a dependency on 'qt5-multimediawidgets', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/qt/qt5/Makefile' has a build dependency on 'libstdcpp', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/minigui/smart-music-player/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/tmetadataretrieverdemo/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/tplayerdemo/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/trecorderdemo/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/thirdparty/gui/minigui/washing-machine/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/multimedia/tina_multimedia_demo/xplayerdemo/Makefile' has a dependency on 'libcedarx', which does not exist
WARNING: Makefile 'package/subpackage/allwinner/testtools/testapk/__trecordertest/Makefile' has a dependency on 'libcedarx', which does not exist
copy from /home/ding/work/tina/tina-v853-open/openwrt/target/v851s/v851s-lizard/defconfig
scripts/config/mconf: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
/home/ding/work/tina/tina-v853-open/openwrt/openwrt/include/toplevel.mk:138: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 127
make: Leaving directory '/home/ding/work/tina/tina-v853-open/openwrt/openwrt'