Advertisement
Guest User

Untitled

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