Navigation

    全志在线开发者论坛

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

    BOY666LV 3

    @BOY666

    249
    integral
    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    BOY666 Unfollow Follow

    Latest posts made by BOY666

    • Reply: 编译D1-H包时报错#### make failed to build some targets (1 seconds) ####

      @chengwei_peng 好吧,感谢回复

      posted in D1系列-RISC-V
      B
      BOY666
    • Reply: 编译D1-H包时报错#### make failed to build some targets (1 seconds) ####

      @chengwei_peng 感谢回复,但我试了sudo make -j32 FORCE=1还是不行,报错信息如下:

      allwinner@allwinner-VirtualBox:~/tina-D1-H$ sudo make -j32 FORCE=1
      Prerequisite check failed. Use FORCE=1 to override. make[2]: *** [out/host/.prereq-build] Error 1 make[1]: *** [prepare-tmpinfo] Error 2 make: *** [world] Error 2

      另:我用的是手册提供的虚拟机固件:可编译Tina的Oraclr VM VirtualBox Ubuntu14.04虚拟机。导入该虚拟机后是否还需额外的环境配置?

      posted in D1系列-RISC-V
      B
      BOY666
    • Reply: 编译D1-H包时报错#### make failed to build some targets (1 seconds) ####

      @chengwei_peng 试过了,还是不行,sudo执行报错如下:

      allwinner@allwinner-VirtualBox:~/tina-D1-H$ sudo make -j32
      [sudo] password for allwinner: Prerequisite check failed. Use FORCE=1 to override. make[2]: *** [out/host/.prereq-build] Error 1 make[1]: *** [prepare-tmpinfo] Error 2 make: *** [world] Error 2

      posted in D1系列-RISC-V
      B
      BOY666
    • 编译D1-H包时报错#### make failed to build some targets (1 seconds) ####

      source build/envsetup.sh
      lunch
      make -j32
      pack

      求助:按照手册执行以上命令,执行到 make -j32时报错,报错信息如下:

      ===This's tina environment.===
      no need rebuild boot0, the newest file is:
      1669684857.9999551150 2022年11月29日 星期二 09时20分57秒 /home/allwinner/tina-D1-H/lichee/brandy-2.0/spl/nboot/libsun20iw1p1_spinor.o
      no need rebuild uboot, the newest file is:
      1669732423.1330536720 2022年11月29日 星期二 22时33分43秒 /home/allwinner/tina-D1-H/lichee/brandy-2.0/u-boot-2018/u-boot.cfg.configs
      === Start build scp.bin ===
      Platform d1-h Skip marisc.
      [2] 11153
      rm: cannot remove 'tmp/.host.mk': Permission denied
      make[2]: *** [out/host/.prereq-build] Error 1
      make[1]: *** [prepare-tmpinfo] Error 2
      make: *** [world] Error 2
      [2]+ Done $T/tools/build/buildserver --path $T 2> /dev/null 1>&2

      make failed to build some targets (1 seconds)

      查找相似问题(rm: cannot remove 'tmp/.host.mk': Permission denied )的解决方法是给/tina-D1-H赋予777权限,但并未解决。

      另:编译D1-H包时出现的各种问题时应如何google(我在搜索以上报错的[2] 11153时并未得到答案,但他看起来很像是错误号)或查阅什么手册?或许此类问题要凭经验解决?

      posted in D1系列-RISC-V
      B
      BOY666