Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. dcxq13
    D
    • Profile
    • Following 0
    • Followers 0
    • my integral 133
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    dcxq13LV 2

    @dcxq13

    133
    integral
    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dcxq13 Unfollow Follow

    Latest posts made by 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

      请问各位大佬 这是哪一步出错了?
      posted in D1系列-RISC-V
      D
      dcxq13
    • Reply: Tina编译出现md5sum错误

      @whycan

      /bin/sh: 1: bison: not found
      

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

      sudo apt-get install bison
      

      这样编译就能成功了

      posted in D1系列-RISC-V
      D
      dcxq13