导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. slamdunk31598
    S
    • 资料
    • 关注 1
    • 粉丝 0
    • 我的积分 139
    • 主题 1
    • 帖子 2
    • 最佳 0
    • 群组 0

    slamdunk31598LV 2

    @slamdunk31598

    139
    积分
    0
    声望
    1
    资料浏览
    2
    帖子
    0
    粉丝
    1
    关注
    注册时间 最后登录

    slamdunk31598 取消关注 关注

    slamdunk31598 发布的最新帖子

    • 回复: T113i_mini_EVM 的SDK编译不过

      我是服了,编译个SDK还要自己改代码吗?
      http://bbs.eeworld.com.cn/thread-1219810-1-1.html
      按照这个改完可以往下跑了,
      另外我有个疑问,我买的是4G eMMC的不是Nand版本的,配置选择的时候也是选择7吗?

      All available board:
         0. evb1
         1. evb1_auto
         2. evb1_auto_nand
         3. evb1_auto_nor
         4. tlt113-evm-emmc
         5. tlt113-evm-nand
         6. tlt113-minievm-emmc
         7. tlt113-minievm-nand
      Choice [tlt113-minievm-emmc]: 7
      
      

      选择7的话是可以编译过了,选择6就编译不过了
      然后又遇到问题:

      strerror-sym.c: In function 'gpg_strerror_sym':
      strerror-sym.c:45:13: warning: implicit declaration of function 'errnos_msgidxof'; did you mean 'msgidxof'? [-Wimplicit-function-declaration]
             idx = errnos_msgidxof (code);
                   ^~~~~~~~~~~~~~~
                   msgidxof
      strerror-sym.c:47:9: error: 'errnos_msgstr' undeclared (first use in this function)
        return errnos_msgstr + errnos_msgidx[idx];
               ^~~~~~~~~~~~~
      strerror-sym.c:47:9: note: each undeclared identifier is reported only once for each function it appears in
      strerror-sym.c:47:25: error: 'errnos_msgidx' undeclared (first use in this function); did you mean 'errnos_msgstr'?
        return errnos_msgstr + errnos_msgidx[idx];
                               ^~~~~~~~~~~~~
                               errnos_msgstr
      make[5]: *** [Makefile:1120: gpg_error-strerror-sym.o] Error 1
      make[5]: *** Waiting for unfinished jobs....
      make[4]: *** [Makefile:648: all] Error 2
      make[3]: *** [Makefile:508: all-recursive] Error 1
      make[2]: *** [Makefile:440: all] Error 2
      make[1]: *** [package/pkg-generic.mk:241: /home/slamdunk/work/Tronlong/LinuxSDK-v1.2/T113-i_v1.0/out/t113_i/tlt113-minievm-emmc/longan/buildroot/build/libgpg-error-1.33/.stamp_built] Error 2
      make: *** [Makefile:96: _all] Error 2
      make: Leaving directory '/home/slamdunk/work/Tronlong/LinuxSDK-v1.2/T113-i_v1.0/buildroot/buildroot-201902'
      
      
      发布在 创龙科技专区
      S
      slamdunk31598
    • T113i_mini_EVM 的SDK编译不过

      T113i_mini_EVM 的SDK编译不过

      创龙给的最新的LinuxSDK-v1.2.tar.gz 编译不过?

      gdbusauth.c: In function '_g_dbus_auth_run_server':
      gdbusauth.c:1302:11: error: '%s' directive argument is null [-Werror=format-overflow=]
       1302 |           debug_print ("SERVER: WaitingForBegin, read '%s'", line);
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cc1: some warnings being treated as errors
      make[6]: *** [Makefile:3633: libgio_2_0_la-gdbusauth.lo] Error 1
      make[6]: *** Waiting for unfinished jobs....
      gdbusconnection.c: In function 'check_initialized':
      gdbusconnection.c:567:8: warning: unused variable 'flags' [-Wunused-variable]
        567 |   gint flags = g_atomic_int_get (&connection->atomic_flags);
            |        ^~~~~
      gdbusmessage.c: In function 'parse_value_from_blob':
      gdbusmessage.c:1712:29: warning: variable 'item' set but not used [-Wunused-but-set-variable]
       1712 |                   GVariant *item;
            |                             ^~~~
      gdbusmessage.c: In function 'append_value_to_blob':
      gdbusmessage.c:2326:24: warning: unused variable 'end' [-Wunused-variable]
       2326 |           const gchar *end;
            |                        ^~~
      gdbusmessage.c: In function 'g_dbus_message_to_blob':
      gdbusmessage.c:2702:30: error: '%s' directive argument is null [-Werror=format-overflow=]
       2702 |       tupled_signature_str = g_strdup_printf ("(%s)", signature_str);
            |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      

      就不能发布一个可以编译过的SDK吗?

      发布在 创龙科技专区
      S
      slamdunk31598