Navigation

    全志在线开发者论坛

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

    tina-f133编译失败,走过路过的朋友抽空帮忙看一下!

    编译和烧写问题专区
    4
    4
    1997
    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.
    • C
      chenliefu LV 2 last edited by

      编译报下图中的错误,查看日志文件提示:
      Makefile:42: *** fatal error! sun20iw1p1 is not support by eyesee-mpp!. Stop.
      这是配置不对还是什么问题?
      8545bf45-a4e9-4180-8630-6fea1c692e81-image.png

      1 Reply Last reply Reply Quote Share 0
      • whycan
        whycan晕哥 LV 9 last edited by whycan

        @chenliefu 在 tina-f133编译失败,走过路过的朋友抽空帮忙看一下! 中说:

        eyesee-mpp

        make menuconfig
        找到 eyesee-mpp 先取消编译

        DAIZEBIN 1 Reply Last reply Reply Quote Share 0
        • DAIZEBIN
          DAIZEBIN LV 7 @whycan last edited by

          @whycan 好像取消了编译也还是不行,请问还有别的可能吗

          1 Reply Last reply Reply Quote Share 0
          • C
            chengwei_peng LV 6 last edited by

            其实截图这个不影响的,出现这个问题是这些包的Makefile编写问题,不影响使用其他的。如果看着不爽,可以增加下面的补丁:

            diff --git a/allwinner/eyesee-mpp/dragonboard/Makefile b/allwinner/eyesee-mpp/dragonboard/Makefile
            index df7079852..42c806cca 100755
            --- a/allwinner/eyesee-mpp/dragonboard/Makefile
            +++ b/allwinner/eyesee-mpp/dragonboard/Makefile
            @@ -48,8 +48,6 @@ else ifeq ($(TARGET_CHIP), sun8iw16p1)
                 MPPCFG_CHIP := AW1816
             else ifeq ($(TARGET_CHIP), sun8iw21p1)
                 MPPCFG_CHIP := AW1886
            -else
            -    $(error fatal error! $(TARGET_CHIP) is not support by eyesee-mpp!)
             endif
             export MPPCFG_CHIP
             #config write file method: LINUX_VFS, DIRECT_IO
            diff --git a/allwinner/eyesee-mpp/middleware/Makefile b/allwinner/eyesee-mpp/middleware/Makefile
            index 165aaae97..087cb6b15 100755
            --- a/allwinner/eyesee-mpp/middleware/Makefile
            +++ b/allwinner/eyesee-mpp/middleware/Makefile
            @@ -38,8 +38,6 @@ else ifeq ($(TARGET_CHIP), sun8iw19p1)
                 SRC_CODE_DIR := $(SRC_CODE_DIR)/sun8iw19p1
             else ifeq ($(TARGET_CHIP), sun8iw21p1)
                 SRC_CODE_DIR := $(SRC_CODE_DIR)/sun8iw21
            -else
            -    $(error fatal error! $(TARGET_CHIP) is not support by eyesee-mpp!)
             endif
            
             # This specifies the directory where file depends. when files in it update, increasing compile will be enable.
            @@ -85,8 +83,6 @@ else ifeq ($(TARGET_CHIP), sun8iw19p1)
                 MPPCFG_CHIP := AW1817
             else ifeq ($(TARGET_CHIP), sun8iw21p1)
                 MPPCFG_CHIP := AW1886
            -else
            -    $(error fatal error! $(TARGET_CHIP) is not support by eyesee-mpp!)
             endif
             export MPPCFG_CHIP
             #config log level for compile
            
            1 Reply Last reply Reply Quote Share 0
            • 1 / 1
            • First post
              Last post

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

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