Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页

    T113 Tina上面增加配置了gstreamer之后,编译会报下面的错误

    编译和烧写问题专区
    2
    3
    1585
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • X
      xiaoxiongsnail LV 3 last edited by

      为什么我在T113 Tina上面增加配置了gstreamer之后,编译会报下面的错误,要怎么解决呢?跪求大佬指点。。。
      afd7a4be1300f21b56144bb6e0d3ce5.png

      D 1 Reply Last reply Reply Quote Share 0
      • D
        dazb3 LV 5 @xiaoxiongsnail last edited by

        @xiaoxiongsnail 你解决了吗?我也有同样的问题

        D 1 Reply Last reply Reply Quote Share 0
        • D
          dazb3 LV 5 @dazb3 last edited by

          我找到了解决方案:

          在 gst1-omx Makefile(位于 t113-sdk/package/multimedia/gst1-omx)中,您需要将 t113 添加到 TARGET_BOARD_PLATFORM

          之前:
          ifeq ($(TARGET_BOARD_PLATFORM),$(filter $(TARGET_BOARD_PLATFORM), r16 r311 r58 r40 g102 r11 r7 r528))
          OMX_COMPILE_TOOL_CHAIN = arm-openwrt-linux
          endif

          之后:
          ifeq ($(TARGET_BOARD_PLATFORM),$(filter $(TARGET_BOARD_PLATFORM), r16 r311 r58 r40 g102 r11 r7 r528 t113))
          OMX_COMPILE_TOOL_CHAIN = arm-openwrt-linux
          endif

          1 Reply Last reply Reply Quote Share 1
          • 1 / 1
          • First post
            Last post

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

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