Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. cubie@cubie-VirtualBox:~/sunxi-bsp/u-boot-sunxi$ make mele_a1000 CROSS_COMPILE=arm-linux-gnueabihf-
  2. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  3. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  4. dirname: missing operand
  5. Try `dirname --help' for more information.
  6. Configuring for mele_a1000 - Board: sun4i, Options: SPL
  7. make
  8. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  9. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  10. dirname: missing operand
  11. Try `dirname --help' for more information.
  12. make[1]: Entering directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  13. Generating include/autoconf.mk
  14. /bin/bash: line 3: arm-linux-gnueabihf-gcc: command not found
  15. Generating include/autoconf.mk.dep
  16. /bin/bash: line 3: arm-linux-gnueabihf-gcc: command not found
  17. make[1]: Leaving directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  18. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  19. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  20. dirname: missing operand
  21. Try `dirname --help' for more information.
  22. make[1]: Entering directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  23. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  24. /bin/bash: arm-linux-gnueabihf-ld: command not found
  25. arm-linux-gnueabihf-gcc -DDO_DEPS_ONLY \
  26. -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 \
  27. -o lib/asm-offsets.s lib/asm-offsets.c -c -S
  28. /bin/bash: arm-linux-gnueabihf-gcc: command not found
  29. make[1]: *** [lib/asm-offsets.s] Error 127
  30. make[1]: Leaving directory `/home/cubie/sunxi-bsp/u-boot-sunxi'
  31. make: *** [mele_a1000] Error 2
  32. cubie@cubie-VirtualBox:~/sunxi-bsp/u-boot-sunxi$ echo $PATH
  33. /user/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/user/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/cubie/gcc-linaro-arm-linux-gnueabihf-*_linux/bin/
  34. cubie@cubie-VirtualBox:~/sunxi-bsp/u-boot-sunxi$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement