Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lukasz@Mint18PC ~/Pinebook/boot-tools $make pinebook_ums
- git clone --depth 1 --branch pine64-usb-mass-storage --single-branch https://github.com/ayufan-pine64/u-boot-pine64.git u-boot-pine64
- Cloning into 'u-boot-pine64'...
- remote: Counting objects: 9887, done.
- remote: Compressing objects: 100% (8776/8776), done.
- remote: Total 9887 (delta 1760), reused 3965 (delta 912), pack-reused 0
- Receiving objects: 100% (9887/9887), 15.73 MiB | 5.90 MiB/s, done.
- Resolving deltas: 100% (1760/1760), done.
- Checking connectivity... done.
- make -C u-boot-pine64 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun50iw1p1_config
- make[1]: Entering directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
- Configuring for sun50iw1p1 - Board: sun50iw1p1, Options: SUN50IW1P1
- make[1]: Leaving directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
- make -C u-boot-pine64 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- spl -j
- make[1]: Entering directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
- make[1]: arm-linux-gnueabihf-gcc: Command not found
- /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
- dirname: missing operand
- Try 'dirname --help' for more information.
- GEN include/autoconf.mk.dep
- /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
- GEN include/autoconf.mk
- /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
- make -f spl_make fes
- make -f spl_make boot0
- /home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
- /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
- /home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
- dirname: missing operand
- Try 'dirname --help' for more information.
- /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
- spl_make:10: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
- spl_make:11: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk.dep: No such file or directory
- /home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
- dirname: missing operand
- Try 'dirname --help' for more information.
- spl_make:10: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
- spl_make:11: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk.dep: No such file or directory
- /bin/sh: 1: arm-linux-gnueabihf-gcc: not found/home/lukasz/Pinebook/boot-tools/u-boot-pine64/sunxi_spl/config.mk:4: /home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk: No such file or directory
- dirname: missing operand
- Try 'dirname --help' for more information.
- /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
- make[2]: *** No rule to make target '/home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk'. Stop.
- Makefile:864: recipe for target 'fes' failed
- make[1]: *** [fes] Error 2
- make[1]: *** Waiting for unfinished jobs....
- dirname: missing operand
- Try 'dirname --help' for more information.
- make[2]: *** No rule to make target '/home/lukasz/Pinebook/boot-tools/u-boot-pine64/include/autoconf.mk'. Stop.
- Makefile:862: recipe for target 'boot0' failed
- make[1]: *** [boot0] Error 2
- make[1]: Leaving directory '/home/lukasz/Pinebook/boot-tools/u-boot-pine64'
- Makefile:61: recipe for target 'u-boot-pine64/fes1_sun50iw1p1.bin' failed
- make: *** [u-boot-pine64/fes1_sun50iw1p1.bin] Error 2
Advertisement
Add Comment
Please, Sign In to add comment