导航

    全志在线开发者论坛

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

    dcxq13LV 2

    @dcxq13

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

    dcxq13 取消关注 关注

    dcxq13 发布的最新帖子

    • 全志d1s新建了一个方案之后编译出错
      code_text
      ``` OBJCOPY u-boot.srec
        OBJCOPY u-boot-nodtb.bin
      '/home/liangweiwei/tina-d1-h/device/config/chips/d1s/configs/my_mq_board/uboot-board.dts' -> '/home/liangweiwei/tina-d1-h/lichee/brandy-2.0/u-boot-2018/arch/riscv/dts/.board-uboot.dts'
        SYM     u-boot.sym
        DTC     arch/riscv/dts/sun20iw1p1-soc-system.dtb
        SHIPPED dts/dt.dtb
        FDTGREP dts/dt-spl.dtb
      ./scripts/dtc/dtc -W no-unit_address_vs_reg -W no-unit_address_format -W no-simple_bus_reg -W no-pwms_property -I dtb -O dts  /home/liangweiwei/tina-d1-h/lichee/brandy-2.0/u-boot-2018/arch/riscv/dts/"sun20iw1p1-soc-system".dtb > u-boot-dtb.dts
        CAT     u-boot-dtb.bin
        COPY    u-boot.dtb
        COPY    u-boot.bin
      'u-boot.bin' -> 'u-boot-sun20iw1p1.bin'
      'u-boot-sun20iw1p1.bin' -> './../../../device/config/chips/d1s/bin/u-boot-sun20iw1p1.bin'
        CFGCHK  u-boot.cfg
      muboot success!
      === Start build scp.bin ===
      Platform d1s Skip marisc.
      [2] 677223
      make[5]: *** d1s_my_mq_board: No such file or directory.  Stop.
      make[4]: *** [Makefile:13: prereq] Error 2
      make[3]: *** [target/Makefile:22: target/allwinner/prereq] Error 2
      make[2]: *** [target/Makefile:15: /home/liangweiwei/tina-d1-h/out/d1s-my_mq_board/staging_dir/target/stamp/.target_prereq] Error 2
      make[1]: *** [/home/liangweiwei/tina-d1-h/build/toplevel.mk:290: prereq] Error 2
      make: *** [/home/liangweiwei/tina-d1-h/build/toplevel.mk:304: world] Error 2
      [2]+  Done                    $T/tools/build/buildserver --path $T 2> /dev/null 1>&2
      
      #### make failed to build some targets (55 seconds) ####
      

      code_text

      请问各位大佬 这是哪一步出错了?
      发布在 MR Series
      D
      dcxq13
    • 回复: Tina编译出现md5sum错误

      @whycan

      /bin/sh: 1: bison: not found
      

      这个错误信息是从哪里看到的?! 我也是遇到了一样的问题 ,但是报错信息里面并没有看到啊
      看了这个贴子 然后 执行

      sudo apt-get install bison
      

      这样编译就能成功了

      发布在 MR Series
      D
      dcxq13