导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页

    D1 SDK V1.01 固件在编译的过程中遇到的问题

    MR Series
    2
    11
    3546
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • BedRock
      BedRock LV 6 最后由 编辑

      编译D1 V1.01 固件的时候遇到了这个问题 说是由多个warning引起的errors
      查看上面的 warning 提示感觉都没什么大问题, 主要还是在glib库中的问题
      bdcbac4f-dc3a-4561-8999-4ac771827322-image.png
      a8392db6-fd1d-4eaf-a76d-d28334df9d3e-image.png
      之前编译 使用多线程编译 会出现
      a12c1ee0-27e2-4cd8-a918-4dc60b82db38-image.png
      02c5fa44-7c6a-44fc-828d-abfa541de7ee-image.png

      这两个问题 那个动态库缺少不知道,下面这个问题与上面出错的文件也不一样,现在没有头绪。。。

      xiaowenge 1 条回复 最后回复 回复 引用 分享 0
      • xiaowenge
        DOT小文哥 LV 8 @BedRock 最后由 xiaowenge 编辑

        @bedrock

        • 编个min固件试试环境是不是配好的;

        • make -j1试试是不是有的依赖没写好;

        • 编不过又不知道干嘛用的包,直接make kernel_menuconfig/menuconfig反选掉试试;(世上无难事 只要肯放弃)

        xiaowenge BedRock 2 条回复 最后回复 回复 引用 分享 0
        • xiaowenge
          DOT小文哥 LV 8 @xiaowenge 最后由 编辑

          @xiaowenge ec1021c8-4169-44aa-9e05-c30aaaf31bd8-image.png
          编好了 嘻嘻嘻

          1 条回复 最后回复 回复 引用 分享 0
          • BedRock
            BedRock LV 6 @xiaowenge 最后由 编辑

            @xiaowenge min固件 我去下载看看 😀

            1 条回复 最后回复 回复 引用 分享 0
            • BedRock
              BedRock LV 6 最后由 编辑

              @xiaowenge 在 D1 SDK V1.01 固件在编译的过程中遇到的问题 中说:

              事 只要肯

              min 版的固件的下载连接是什么,我在 客户服务平台上没有看到

              xiaowenge 1 条回复 最后回复 回复 引用 分享 0
              • BedRock
                BedRock LV 6 最后由 编辑

                正在尝试编译 mini SDK 原来需要 lauch 配置一下

                1 条回复 最后回复 回复 引用 分享 0
                • BedRock
                  BedRock LV 6 最后由 编辑

                  编译迷你固件出现了g++错误引起的这个问题导致后面的一系列文件找不到的问题,仔细看了一下下面的checking日志,是因为我的系统中关于X86_64_gnu 的一些 文件没有找到,这些需要安装吗还是过程中需要的工具。

                  g++: fatal error: Killed signal terminated program cc1plus
                  compilation terminated.
                  make[6]: *** [Source/CMakeFiles/CMakeLib.dir/build.make:2367: Source/CMakeFiles/CMakeLib.dir/cmQtAutoGeneratorInitializer.cxx.o] Error 1
                  make[6]: *** Waiting for unfinished jobs....
                  cc -L/home/jie/allwinner/tina-d1-open/out/host/lib -L/home/jie/allwinner/tina-d1-open/out/host/usr/lib   fatlabel.o boot.o check.o common.o fat.o file.o io.o lfn.o charconv.o   -o fatlabel
                  cc  -O2 -fomit-frame-pointer -D_GNU_SOURCE  -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -g   -c -o fsck.fat.o src/fsck.fat.c
                  autoreconf: configure.ac: tracing
                  cc -L/home/jie/allwinner/tina-d1-open/out/host/lib -L/home/jie/allwinner/tina-d1-open/out/host/usr/lib   fsck.fat.o boot.o check.o common.o fat.o file.o io.o lfn.o charconv.o   -o fsck.fat
                  cc  -O2 -fomit-frame-pointer -D_GNU_SOURCE  -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -g   -c -o mkfs.fat.o src/mkfs.fat.c
                  src/mkfs.fat.c: In function 'get_list_blocks':
                  src/mkfs.fat.c:468:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
                    468 |  fscanf(listfile, "%ld\n", &blockno);
                        |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force --ltdl
                  libtoolize: Bootstrap detected, no files installed.
                  cc -L/home/jie/allwinner/tina-d1-open/out/host/lib -L/home/jie/allwinner/tina-d1-open/out/host/usr/lib   mkfs.fat.o   -o mkfs.fat
                  make[4]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/dosfstools-3.0.27'
                  touch /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/dosfstools-3.0.27/.built
                  make[3]: Leaving directory '/home/jie/allwinner/tina-d1-open/tools/dosfstools'
                  make[3]: Entering directory '/home/jie/allwinner/tina-d1-open/tools/dosfstools'
                  install -m0755 /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/dosfstools-3.0.27/mkfs.fat /home/jie/allwinner/tina-d1-open/out/host/bin/
                  ln -sf mkfs.fat /home/jie/allwinner/tina-d1-open/out/host/bin/mkdosfs
                  mkdir -p /home/jie/allwinner/tina-d1-open/out/host/stamp
                  touch /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/dosfstools-3.0.27/.built
                  touch /home/jie/allwinner/tina-d1-open/out/host/stamp/.dosfstools_installed
                  make[3]: Leaving directory '/home/jie/allwinner/tina-d1-open/tools/dosfstools'
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoheader --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  make[6]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/cmake-3.4.3'
                  make[5]: *** [CMakeFiles/Makefile2:1969: Source/CMakeFiles/CMakeLib.dir/all] Error 2
                  make[5]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/cmake-3.4.3'
                  make[4]: *** [Makefile:161: all] Error 2
                  make[4]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/cmake-3.4.3'
                  make[3]: *** [Makefile:29: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/cmake-3.4.3/.built] Error 2
                  make[3]: Leaving directory '/home/jie/allwinner/tina-d1-open/tools/cmake'
                  make[2]: *** [tools/Makefile:135: tools/cmake/compile] Error 2
                  make[2]: *** Waiting for unfinished jobs....
                  parallel-tests: installing 'libltdl/config/test-driver'
                  autoreconf: Leaving directory `.'
                  autoreconf: Entering directory `libltdl'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force --ltdl
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoheader --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  Makefile.am:113: warning: source file 'loaders/dld_link.c' is in a subdirectory,
                  Makefile.am:113: but option 'subdir-objects' is disabled
                  automake: warning: possible forward-incompatibility.
                  automake: At least a source file is in a subdirectory, but the 'subdir-objects'
                  automake: automake option hasn't been enabled.  For now, the corresponding output
                  automake: object file(s) will be placed in the top-level directory.  However,
                  automake: this behaviour will change in future Automake versions: they will
                  automake: unconditionally cause object files to be placed in the same subdirectory
                  automake: of the corresponding sources.
                  automake: You are advised to start using 'subdir-objects' option throughout your
                  automake: project, to avoid future incompatibilities.
                  Makefile.am:109: warning: source file 'loaders/dlopen.c' is in a subdirectory,
                  Makefile.am:109: but option 'subdir-objects' is disabled
                  Makefile.am:117: warning: source file 'loaders/dyld.c' is in a subdirectory,
                  Makefile.am:117: but option 'subdir-objects' is disabled
                  Makefile.am:67: warning: source file 'loaders/preopen.c' is in a subdirectory,
                  Makefile.am:67: but option 'subdir-objects' is disabled
                  Makefile.am:120: warning: source file 'loaders/load_add_on.c' is in a subdirectory,
                  Makefile.am:120: but option 'subdir-objects' is disabled
                  Makefile.am:123: warning: source file 'loaders/loadlibrary.c' is in a subdirectory,
                  Makefile.am:123: but option 'subdir-objects' is disabled
                  Makefile.am:126: warning: source file 'loaders/shl_load.c' is in a subdirectory,
                  Makefile.am:126: but option 'subdir-objects' is disabled
                  autoreconf: Leaving directory `libltdl'
                  autoreconf: Entering directory `tests/cdemo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: configure.ac: not using Autoheader
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/cdemo'
                  autoreconf: Entering directory `tests/demo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: configure.ac: not using Autoheader
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/demo'
                  autoreconf: Entering directory `tests/depdemo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: configure.ac: not using Autoheader
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/depdemo'
                  autoreconf: Entering directory `tests/f77demo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoheader --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/f77demo'
                  autoreconf: Entering directory `tests/fcdemo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoheader --force
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/fcdemo'
                  autoreconf: Entering directory `tests/mdemo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: configure.ac: not using Autoheader
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/mdemo'
                  autoreconf: Entering directory `tests/mdemo2'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: configure.ac: not using Autoheader
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/mdemo2'
                  autoreconf: Entering directory `tests/pdemo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: configure.ac: not using Autoheader
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/pdemo'
                  autoreconf: Entering directory `tests/tagdemo'
                  autoreconf: configure.ac: not using Gettext
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/aclocal --force -I ../../libltdl/m4
                  autoreconf: configure.ac: tracing
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/libtoolize --copy --force
                  libtoolize: Bootstrap detected, no files installed.
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/autoconf --force
                  autoreconf: configure.ac: not using Autoheader
                  autoreconf: running: /home/jie/allwinner/tina-d1-open/out/host/bin/automake --add-missing --copy --force-missing
                  autoreconf: Leaving directory `tests/tagdemo'
                  touch /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/.prepared7bf4eb5be4d59121ff49d9dae74bea63
                  (cd /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/; if [ -x configure ]; then cp -fpR /home/jie/allwinner/tina-d1-open/scripts/config.{guess,sub} /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4// &&  bash ./configure CC="gcc" CFLAGS="-O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include " CPPFLAGS="-I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include " LDFLAGS="-L/home/jie/allwinner/tina-d1-open/out/host/lib -L/home/jie/allwinner/tina-d1-open/out/host/usr/lib " SHELL="/usr/bin/env bash" lt_cv_sys_dlsearch_path="" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/home/jie/allwinner/tina-d1-open/out/host --exec-prefix=/home/jie/allwinner/tina-d1-open/out/host --sysconfdir=/home/jie/allwinner/tina-d1-open/out/host/etc --localstatedir=/home/jie/allwinner/tina-d1-open/out/host/var --sbindir=/home/jie/allwinner/tina-d1-open/out/host/bin ; fi )
                  ## ----------------------- ##
                  ## Configuring libtool 2.4 ##
                  ## ----------------------- ##
                  
                  checking for a BSD-compatible install... /usr/bin/install -c
                  checking whether build environment is sane... yes
                  checking for a thread-safe mkdir -p... /bin/mkdir -p
                  checking for gawk... gawk
                  checking whether make sets $(MAKE)... yes
                  checking whether make supports nested variables... yes
                  checking build system type... x86_64-pc-linux-gnu
                  checking host system type... x86_64-pc-linux-gnu
                  configure: autobuild project... GNU Libtool
                  configure: autobuild revision... 2.4 ()
                  configure: autobuild hostname... jie-US-YYDS
                  configure: autobuild mode... default
                  configure: autobuild timestamp... 20210528T050916Z
                  checking for x86_64-linux-gnu-gcc... gcc
                  checking whether the C compiler works... yes
                  checking for C compiler default output file name... a.out
                  checking for suffix of executables...
                  checking whether we are cross compiling... no
                  checking for suffix of object files... o
                  checking whether we are using the GNU C compiler... yes
                  checking whether gcc accepts -g... yes
                  checking for gcc option to accept ISO C89... none needed
                  checking whether gcc understands -c and -o together... yes
                  checking for style of include used by make... GNU
                  checking dependency style of gcc... gcc3
                  checking how to run the C preprocessor... gcc -E
                  checking how to print strings... printf
                  checking for a sed that does not truncate output... /home/jie/allwinner/tina-d1-open/out/host/bin/sed
                  checking for grep that handles long lines and -e... /home/jie/allwinner/tina-d1-open/out/host/bin/grep
                  checking for egrep... /home/jie/allwinner/tina-d1-open/out/host/bin/grep -E
                  checking for fgrep... /home/jie/allwinner/tina-d1-open/out/host/bin/grep -F
                  checking for ld used by gcc... /usr/bin/ld
                  checking if the linker (/usr/bin/ld) is GNU ld... yes
                  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
                  
                  
                  
                  1 条回复 最后回复 回复 引用 分享 0
                  • BedRock
                    BedRock LV 6 最后由 编辑

                    checking the name lister (/usr/bin/nm -B) interface... BSD nm
                    checking whether ln -s works... yes
                    checking the maximum length of command line arguments... 1572864
                    checking whether the shell understands some XSI constructs... yes
                    checking whether the shell understands "+="... yes
                    checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
                    checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
                    checking for /usr/bin/ld option to reload object files... -r
                    checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
                    checking how to recognize dependent libraries... pass_all
                    checking for x86_64-linux-gnu-dlltool... no
                    checking for dlltool... no
                    checking how to associate runtime and link libraries... printf %s\n
                    checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
                    checking for archiver @FILE support... @
                    checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
                    checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
                    checking command to parse /usr/bin/nm -B output from gcc object... ok
                    checking for sysroot... no
                    checking for x86_64-linux-gnu-mt... no
                    checking for mt... mt
                    checking if mt is a manifest tool... no
                    checking for ANSI C header files... yes
                    checking for sys/types.h... yes
                    checking for sys/stat.h... yes
                    checking for stdlib.h... yes
                    checking for string.h... yes
                    checking for memory.h... yes
                    checking for strings.h... yes
                    checking for inttypes.h... yes
                    checking for stdint.h... yes
                    checking for unistd.h... yes
                    checking for dlfcn.h... yes
                    checking for objdir... .libs
                    checking if gcc supports -fno-rtti -fno-exceptions... no
                    checking for gcc option to produce PIC... -fPIC -DPIC
                    checking if gcc PIC flag -fPIC -DPIC works... yes
                    checking if gcc static flag -static works... yes
                    checking if gcc supports -c -o file.o... yes
                    checking if gcc supports -c -o file.o... (cached) yes
                    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
                    checking whether -lc should be explicitly linked in... no
                    checking dynamic linker characteristics... GNU/Linux ld.so
                    checking how to hardcode library paths into programs... immediate
                    checking for shl_load... no
                    checking for shl_load in -ldld... no
                    checking for dlopen... no
                    checking for dlopen in -ldl... yes
                    checking whether a program can dlopen itself... yes
                    checking whether a statically linked program can dlopen itself... no
                    checking whether stripping libraries is possible... yes
                    checking if libtool supports shared libraries... yes
                    checking whether to build shared libraries... yes
                    checking whether to build static libraries... yes
                    checking which extension is used for runtime loadable modules... .so
                    checking which variable specifies run-time module search path... LD_LIBRARY_PATH
                    checking for the default library search path... (cached)
                    checking for library containing dlopen... -ldl
                    checking for dlerror... yes
                    checking for shl_load... (cached) no
                    checking for shl_load in -ldld... (cached) no
                    checking for dld_link in -ldld... no
                    checking for _ prefix in compiled symbols... no
                    checking whether deplibs are loaded by dlopen... yes
                    checking for argz.h... yes
                    checking for error_t... yes
                    checking for argz_add... yes
                    checking for argz_append... yes
                    checking for argz_count... yes
                    checking for argz_create_sep... yes
                    checking for argz_insert... yes
                    checking for argz_next... yes
                    checking for argz_stringify... yes
                    checking if argz actually works... yes
                    checking whether libtool supports -dlopen/-dlpreopen... yes
                    checking for unistd.h... (cached) yes
                    checking for dl.h... no
                    checking for sys/dl.h... no
                    checking for dld.h... no
                    checking for mach-o/dyld.h... no
                    checking for dirent.h... yes
                    checking for closedir... yes
                    checking for opendir... yes
                    checking for readdir... yes
                    checking for strlcat... no
                    checking for strlcpy... no
                    checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
                    checking whether we are using the GNU C++ compiler... yes
                    checking whether x86_64-linux-gnu-g++ accepts -g... yes
                    checking dependency style of x86_64-linux-gnu-g++... gcc3
                    checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
                    checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
                    checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
                    checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
                    checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
                    checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
                    checking if x86_64-linux-gnu-g++ static flag -static works... yes
                    checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
                    checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
                    checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
                    checking dynamic linker characteristics... (cached) GNU/Linux ld.so
                    checking how to hardcode library paths into programs... immediate
                    checking for x86_64-linux-gnu-g77... no
                    checking for x86_64-linux-gnu-xlf... no
                    checking for x86_64-linux-gnu-f77... no
                    checking for x86_64-linux-gnu-frt... no
                    checking for x86_64-linux-gnu-pgf77... no
                    checking for x86_64-linux-gnu-cf77... no
                    checking for x86_64-linux-gnu-fort77... no
                    checking for x86_64-linux-gnu-fl32... no
                    checking for x86_64-linux-gnu-af77... no
                    checking for x86_64-linux-gnu-xlf90... no
                    checking for x86_64-linux-gnu-f90... no
                    checking for x86_64-linux-gnu-pgf90... no
                    checking for x86_64-linux-gnu-pghpf... no
                    checking for x86_64-linux-gnu-epcf90... no
                    checking for x86_64-linux-gnu-gfortran... x86_64-linux-gnu-gfortran
                    checking whether we are using the GNU Fortran 77 compiler... yes
                    checking whether x86_64-linux-gnu-gfortran accepts -g... yes
                    checking if libtool supports shared libraries... yes
                    checking whether to build shared libraries... yes
                    checking whether to build static libraries... yes
                    checking for x86_64-linux-gnu-gfortran option to produce PIC... -fPIC
                    checking if x86_64-linux-gnu-gfortran PIC flag -fPIC works... yes
                    checking if x86_64-linux-gnu-gfortran static flag -static works... yes
                    checking if x86_64-linux-gnu-gfortran supports -c -o file.o... yes
                    checking if x86_64-linux-gnu-gfortran supports -c -o file.o... (cached) yes
                    checking whether the x86_64-linux-gnu-gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
                    checking dynamic linker characteristics... (cached) GNU/Linux ld.so
                    checking how to hardcode library paths into programs... immediate
                    checking for x86_64-linux-gnu-gfortran... x86_64-linux-gnu-gfortran
                    checking whether we are using the GNU Fortran compiler... yes
                    checking whether x86_64-linux-gnu-gfortran accepts -g... yes
                    checking if libtool supports shared libraries... yes
                    checking whether to build shared libraries... yes
                    checking whether to build static libraries... yes
                    checking for x86_64-linux-gnu-gfortran option to produce PIC... -fPIC
                    checking if x86_64-linux-gnu-gfortran PIC flag -fPIC works... yes
                    checking if x86_64-linux-gnu-gfortran static flag -static works... yes
                    checking if x86_64-linux-gnu-gfortran supports -c -o file.o... yes
                    checking if x86_64-linux-gnu-gfortran supports -c -o file.o... (cached) yes
                    checking whether the x86_64-linux-gnu-gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
                    checking dynamic linker characteristics... (cached) GNU/Linux ld.so
                    checking how to hardcode library paths into programs... immediate
                    checking for x86_64-linux-gnu-gcj... no
                    checking for gcj... no
                    checking for x86_64-linux-gnu-windres... no
                    checking for windres... no
                    checking whether make supports order-only prerequisites... yes
                    checking that generated files are newer than configure... done
                    configure: creating ./config.status
                    config.status: creating Makefile
                    config.status: creating config.h
                    config.status: executing tests/atconfig commands
                    config.status: executing depfiles commands
                    config.status: executing libtool commands
                    touch /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/.configured
                    make  --jobserver-auth=3,4 -j -C /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4
                    make[4]: warning: -j0 forced in submake: resetting jobserver mode.
                    make[4]: Entering directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    rm -f libtoolize.tmp libtoolize
                    set dummy `/usr/bin/env bash ./libltdl/config/mkstamp .`; shift; case 2.4 in *[acegikmoqsuwy]) TIMESTAMP=" $1 $2" ;; *) TIMESTAMP="" ;; esac; \
                    sed -e 's,@EGREP\@,/home/jie/allwinner/tina-d1-open/out/host/bin/grep -E,g' -e 's,@FGREP\@,/home/jie/allwinner/tina-d1-open/out/host/bin/grep -F,g' -e 's,@GREP\@,/home/jie/allwinner/tina-d1-open/out/host/bin/grep,g' -e 's,@LN_S\@,ln -s,g' -e 's,@MACRO_VERSION\@,2.4,g' -e 's,@PACKAGE\@,libtool,g' -e 's,@PACKAGE_BUGREPORT\@,bug-libtool@gnu.org,g' -e 's,@PACKAGE_URL\@,http://www.gnu.org/software/libtool/,g' -e 's,@PACKAGE_NAME\@,GNU Libtool,g' -e 's,@PACKAGE_STRING\@,GNU Libtool 2.4,g' -e 's,@PACKAGE_TARNAME\@,libtool,g' -e 's,@PACKAGE_VERSION\@,2.4,g' -e 's,@SED\@,/home/jie/allwinner/tina-d1-open/out/host/bin/sed,g' -e 's,@VERSION\@,2.4,g' -e 's,@aclocaldir\@,/home/jie/allwinner/tina-d1-open/out/host/share/aclocal,g' -e 's,@datadir\@,/home/jie/allwinner/tina-d1-open/out/host/share,g' -e 's,@pkgdatadir\@,/home/jie/allwinner/tina-d1-open/out/host/share/libtool,g' -e 's,@host_triplet\@,x86_64-pc-linux-gnu,g' -e 's,@prefix\@,/home/jie/allwinner/tina-d1-open/out/host,g' -e "s,@TIMESTAMP\@,$TIMESTAMP,g" \
                            -e 's,@aclocal_DATA\@,m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4,g' \
                            -e "s,@pkgltdl_files\@,libltdl/COPYING.LIB libltdl/README libltdl/Makefile.inc libltdl/Makefile.am libltdl/configure.ac libltdl/aclocal.m4 libltdl/Makefile.in libltdl/config-h.in libltdl/configure libltdl/argz_.h libltdl/argz.c libltdl/loaders/dld_link.c libltdl/loaders/dlopen.c libltdl/loaders/dyld.c libltdl/loaders/load_add_on.c libltdl/loaders/loadlibrary.c libltdl/loaders/shl_load.c libltdl/lt__dirent.c libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h libltdl/libltdl/lt__dirent.h libltdl/libltdl/lt__glibc.h libltdl/libltdl/lt__private.h libltdl/libltdl/lt__strl.h libltdl/libltdl/lt_dlloader.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h libltdl/loaders/preopen.c libltdl/lt__alloc.c libltdl/lt_dlloader.c libltdl/lt_error.c libltdl/ltdl.c libltdl/ltdl.h libltdl/slist.c,g" \
                            -e "s,@pkgconfig_files\@,config/compile config/config.guess config/config.sub config/depcomp config/install-sh config/missing config/ltmain.sh,g" \
                            ./libtoolize.in > libtoolize.tmp
                    autom4te --language=m4sh -B libltdl/config libltdl/config/ltmain.m4sh > libltdl/config/ltmain.in
                    chmod a+x libtoolize.tmp
                    chmod a-w libtoolize.tmp
                    mv -f libtoolize.tmp libtoolize
                    sed -e s,@EGREP\@,/home/jie/allwinner/tina-d1-open/out/host/bin/grep -E,g -e s,@FGREP\@,/home/jie/allwinner/tina-d1-open/out/host/bin/grep -F,g -e s,@GREP\@,/home/jie/allwinner/tina-d1-open/out/host/bin/grep,g -e s,@LN_S\@,ln -s,g -e s,@MACRO_VERSION\@,2.4,g -e s,@PACKAGE\@,libtool,g -e s,@PACKAGE_BUGREPORT\@,bug-libtool@gnu.org,g -e s,@PACKAGE_URL\@,http://www.gnu.org/software/libtool/,g -e s,@PACKAGE_NAME\@,GNU Libtool,g -e s,@PACKAGE_STRING\@,GNU Libtool 2.4,g -e s,@PACKAGE_TARNAME\@,libtool,g -e s,@PACKAGE_VERSION\@,2.4,g -e s,@SED\@,/home/jie/allwinner/tina-d1-open/out/host/bin/sed,g -e s,@VERSION\@,2.4,g -e s,@aclocaldir\@,/home/jie/allwinner/tina-d1-open/out/host/share/aclocal,g -e s,@datadir\@,/home/jie/allwinner/tina-d1-open/out/host/share,g -e s,@pkgdatadir\@,/home/jie/allwinner/tina-d1-open/out/host/share/libtool,g -e s,@host_triplet\@,x86_64-pc-linux-gnu,g -e s,@prefix\@,/home/jie/allwinner/tina-d1-open/out/host,g -e s,@TIMESTAMP\@,,g -e s,@package_revision\@,1.3293, ./libltdl/config/ltmain.in > ./libltdl/config/ltmain.sh
                    /usr/bin/env bash ./config.status libtool
                    config.status: executing libtool commands
                    make  all-recursive
                    make[5]: Entering directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    make[6]: Entering directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    depbase=`echo libltdl/lt__strl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/lt__strl.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/lt__strl.lo libltdl/lt__strl.c &&\
                    mv -f $depbase.Tpo $depbase.Plo
                    PATH=.:$PATH; export PATH; /usr/bin/env bash /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/missing help2man --output=doc/libtool.1 --help-option=--help-all libtool
                    PATH=.:$PATH; export PATH; /usr/bin/env bash /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/config/missing help2man --output=doc/libtoolize.1 libtoolize
                    make[7]: Entering directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    cd ./libltdl && \
                    sed -e 's,config/mdate-sh,,' -e 's,config/texinfo.tex,,' \
                        -e 's,config/mkinstalldirs,,' \
                        < Makefile.in > Makefile.inT && \
                    mv -f Makefile.inT Makefile.in
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c -o libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c -o libltdl/libltdl_libltdl_la-lt__alloc.lo `test -f 'libltdl/lt__alloc.c' || echo './'`libltdl/lt__alloc.c
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c -o libltdl/libltdl_libltdl_la-lt_dlloader.lo `test -f 'libltdl/lt_dlloader.c' || echo './'`libltdl/lt_dlloader.c
                    make[7]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c -o libltdl/libltdl_libltdl_la-lt_error.lo `test -f 'libltdl/lt_error.c' || echo './'`libltdl/lt_error.c
                    echo stamp > libltdl/stamp-mk
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c -o libltdl/libltdl_libltdl_la-ltdl.lo `test -f 'libltdl/ltdl.c' || echo './'`libltdl/ltdl.c
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c -o libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo './'`libltdl/slist.c
                    depbase=`echo libltdl/loaders/dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include   -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -MT libltdl/loaders/dlopen.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/loaders/dlopen.lo libltdl/loaders/dlopen.c &&\
                    mv -f $depbase.Tpo $depbase.Plo
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/lt__strl.lo -MD -MP -MF libltdl/.deps/lt__strl.Tpo -c libltdl/lt__strl.c  -fPIC -DPIC -o libltdl/.libs/lt__strl.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c libltdl/lt__alloc.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c libltdl/lt_error.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_error.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c libltdl/lt_dlloader.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c libltdl/slist.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-slist.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c libltdl/loaders/preopen.c  -fPIC -DPIC -o libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c libltdl/ltdl.c  -fPIC -DPIC -o libltdl/.libs/libltdl_libltdl_la-ltdl.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/loaders/dlopen.lo -MD -MP -MF libltdl/loaders/.deps/dlopen.Tpo -c libltdl/loaders/dlopen.c  -fPIC -DPIC -o libltdl/loaders/.libs/dlopen.o
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/lt__strl.lo -MD -MP -MF libltdl/.deps/lt__strl.Tpo -c libltdl/lt__strl.c -o libltdl/lt__strl.o >/dev/null 2>&1
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c libltdl/lt__alloc.c -o libltdl/libltdl_libltdl_la-lt__alloc.o >/dev/null 2>&1
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c libltdl/slist.c -o libltdl/libltdl_libltdl_la-slist.o >/dev/null 2>&1
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c libltdl/loaders/preopen.c -o libltdl/loaders/libltdl_libltdl_la-preopen.o >/dev/null 2>&1
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c libltdl/lt_error.c -o libltdl/libltdl_libltdl_la-lt_error.o >/dev/null 2>&1
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c libltdl/lt_dlloader.c -o libltdl/libltdl_libltdl_la-lt_dlloader.o >/dev/null 2>&1
                    mv -f libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo libltdl/.deps/libltdl_libltdl_la-lt__alloc.Plo
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/loaders/dlopen.lo -MD -MP -MF libltdl/loaders/.deps/dlopen.Tpo -c libltdl/loaders/dlopen.c -o libltdl/loaders/dlopen.o >/dev/null 2>&1
                    mv -f libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Plo
                    mv -f libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Plo
                    mv -f libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo libltdl/.deps/libltdl_libltdl_la-lt_error.Plo
                    mv -f libltdl/.deps/libltdl_libltdl_la-slist.Tpo libltdl/.deps/libltdl_libltdl_la-slist.Plo
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=link gcc  -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -module -avoid-version -L/home/jie/allwinner/tina-d1-open/out/host/lib -L/home/jie/allwinner/tina-d1-open/out/host/usr/lib  -o libltdl/dlopen.la  libltdl/loaders/dlopen.lo -ldl -ldl
                    OpenWrt-libtool: link: x86_64-linux-gnu-ar cru libltdl/.libs/dlopen.a libltdl/loaders/.libs/dlopen.o
                    x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
                    OpenWrt-libtool: link: x86_64-linux-gnu-ranlib libltdl/.libs/dlopen.a
                    OpenWrt-libtool: link: ( cd "libltdl/.libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" )
                    OpenWrt-libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c libltdl/ltdl.c -o libltdl/libltdl_libltdl_la-ltdl.o >/dev/null 2>&1
                    mv -f libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo libltdl/.deps/libltdl_libltdl_la-ltdl.Plo
                    /usr/bin/env bash ./libtool  --tag=CC   --mode=link gcc  -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -I/home/jie/allwinner/tina-d1-open/out/host/usr/include  -no-undefined -version-info 10:0:3 -dlpreopen libltdl/dlopen.la  -L/home/jie/allwinner/tina-d1-open/out/host/lib -L/home/jie/allwinner/tina-d1-open/out/host/usr/lib  -o libltdl/libltdl.la -rpath /home/jie/allwinner/tina-d1-open/out/host/lib libltdl/loaders/libltdl_libltdl_la-preopen.lo libltdl/libltdl_libltdl_la-lt__alloc.lo libltdl/libltdl_libltdl_la-lt_dlloader.lo libltdl/libltdl_libltdl_la-lt_error.lo libltdl/libltdl_libltdl_la-ltdl.lo libltdl/libltdl_libltdl_la-slist.lo libltdl/lt__strl.lo -ldl
                    OpenWrt-libtool: link: rm -f libltdl/.libs/libltdl.nm libltdl/.libs/libltdl.nmS libltdl/.libs/libltdl.nmT
                    OpenWrt-libtool: link: (cd libltdl/.libs && gcc -O2 -I/home/jie/allwinner/tina-d1-open/out/host/include -c -fno-builtin  -fPIC -DPIC "libltdlS.c")
                    OpenWrt-libtool: link: rm -f "libltdl/.libs/libltdlS.c" "libltdl/.libs/libltdl.nm" "libltdl/.libs/libltdl.nmS" "libltdl/.libs/libltdl.nmT"
                    OpenWrt-libtool: link: (cd libltdl/.libs/libltdl.lax/dlopen.a && x86_64-linux-gnu-ar x "/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/.libs/dlopen.a")
                    OpenWrt-libtool: link: gcc -shared  -fPIC -DPIC  libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o libltdl/.libs/libltdl_libltdl_la-lt_error.o libltdl/.libs/libltdl_libltdl_la-ltdl.o libltdl/.libs/libltdl_libltdl_la-slist.o libltdl/.libs/lt__strl.o libltdl/.libs/libltdlS.o  libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o   -ldl -L/home/jie/allwinner/tina-d1-open/out/host/lib -L/home/jie/allwinner/tina-d1-open/out/host/usr/lib  -O2   -Wl,-soname -Wl,libltdl.so.7 -o libltdl/.libs/libltdl.so.7.3.0
                    OpenWrt-libtool: link: (cd "libltdl/.libs" && rm -f "libltdl.so.7" && ln -s "libltdl.so.7.3.0" "libltdl.so.7")
                    OpenWrt-libtool: link: (cd "libltdl/.libs" && rm -f "libltdl.so" && ln -s "libltdl.so.7.3.0" "libltdl.so")
                    OpenWrt-libtool: link: (cd libltdl/.libs/libltdl.lax/lt1-dlopen.a && x86_64-linux-gnu-ar x "/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/libltdl/.libs/dlopen.a")
                    OpenWrt-libtool: link: x86_64-linux-gnu-ar cru libltdl/.libs/libltdl.a  libltdl/loaders/libltdl_libltdl_la-preopen.o libltdl/libltdl_libltdl_la-lt__alloc.o libltdl/libltdl_libltdl_la-lt_dlloader.o libltdl/libltdl_libltdl_la-lt_error.o libltdl/libltdl_libltdl_la-ltdl.o libltdl/libltdl_libltdl_la-slist.o libltdl/lt__strl.o libltdl/.libs/libltdlS.o  libltdl/.libs/libltdl.lax/lt1-dlopen.a/dlopen.o
                    x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
                    OpenWrt-libtool: link: x86_64-linux-gnu-ranlib libltdl/.libs/libltdl.a
                    OpenWrt-libtool: link: rm -fr libltdl/.libs/libltdl.lax libltdl/.libs/libltdl.lax
                    OpenWrt-libtool: link: ( cd "libltdl/.libs" && rm -f "libltdl.la" && ln -s "../libltdl.la" "libltdl.la" )
                    make[6]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    make[5]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    make[4]: Leaving directory '/home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4'
                    touch /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/compile_dir/host/libtool-2.4/.built
                    make[3]: Leaving directory '/home/jie/allwinner/tina-d1-open/tools/libtool'
                    make[2]: Leaving directory '/home/jie/allwinner/tina-d1-open'
                    make[1]: *** [tools/Makefile:133: /home/jie/allwinner/tina-d1-open/out/d1-nezha_min/staging_dir/target/stamp/.tools_install_yyyynyyynyyyyyyynnnyyyyyyyyyyynnyyyyyyyynyyynyyyyy] Error 2
                    make[1]: Leaving directory '/home/jie/allwinner/tina-d1-open'
                    make: *** [/home/jie/allwinner/tina-d1-open/build/toplevel.mk:306:world] 错误 2
                    [2]+  已完成               $T/tools/build/buildserver --path $T
                    
                    #### make failed to build some targets (05:43 (mm:ss)) ####
                    
                    1 条回复 最后回复 回复 引用 分享 0
                    • xiaowenge
                      DOT小文哥 LV 8 @BedRock 最后由 编辑

                      @bedrock lunch的时候选1就是mini

                      BedRock 1 条回复 最后回复 回复 引用 分享 0
                      • BedRock
                        BedRock LV 6 @xiaowenge 最后由 编辑

                        @xiaowenge 修改了两处源码 记录需要注意一下 分别是

                        gdbusmessage.c:2698:30:
                              if (signature_str)
                              tupled_signature_str = g_strdup_printf ("(%s)", signature_str);
                        
                        dbusauth.c 1298
                              if (line == NULL)
                                    goto out;
                                  debug_print ("SERVER: WaitingForBegin, read '%s'", line);
                        
                        1 条回复 最后回复 回复 引用 分享 0
                        • BedRock
                          BedRock LV 6 最后由 编辑

                          再次记录,在编译过程中会出现/tmp 文件删除不掉的情况 需要将tmp文件夹整体 给予777权限 确保make 可以删除 该文件夹和文件夹中的文件

                          有来自于 tmp 的权限不足不能操作的问题 将文件夹所有的权限修改为 777

                          1 条回复 最后回复 回复 引用 分享 0
                          • 1 / 1
                          • First post
                            Last post

                          Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号

                          行为准则 | 用户协议 | 隐私权政策