Advertisement
Guest User

issues with uboot

a guest
Aug 3rd, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ok well it is vague as to what those issues are, but moving along here's the problem I have when I try to make uboot (the username and password I set to cubie in the image):
  2. root@cubie-VirtualBox:/home/cubie/sunxi-bsp/u-boot-sunxi# make mele_a1000 CROSS_COMPILE=arm-linux-gnueabihf-
  3. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  4. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  5. dirname: missing operand
  6. Try `dirname --help' for more information.
  7. Configuring for mele_a1000 - Board: sun4i, Options: SPL
  8. make
  9. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  10. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  11. dirname: missing operand
  12. Try `dirname --help' for more information.
  13. make[1]: Entering directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  14. Generating include/autoconf.mk
  15. /bin/bash: line 3: arm-linux-gnueabihf-gcc: command not found
  16. Generating include/autoconf.mk.dep
  17. /bin/bash: line 3: arm-linux-gnueabihf-gcc: command not found
  18. make[1]: Leaving directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  19. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  20. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  21. dirname: missing operand
  22. Try `dirname --help' for more information.
  23. make[1]: Entering directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  24. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  25. /bin/bash: arm-linux-gnueabihf-ld: command not found
  26. arm-linux-gnueabihf-gcc -DDO_DEPS_ONLY \
  27. -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -I/home/cubie/sunxi-bsp/u-boot-sunxi/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -Wall -Wstrict-prototypes \
  28. -o lib/asm-offsets.s lib/asm-offsets.c -c -S
  29. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  30. make[1]: *** [lib/asm-offsets.s] Error 127
  31. make[1]: Leaving directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  32. make: *** [mele_a1000] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement