Advertisement
Guest User

Compile error

a guest
Jan 14th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. michaelc@michaelc-iMac:~$ cd /home/michaelc/Desktop/SPH-D710_GB_Kernel
  2. michaelc@michaelc-iMac:~/Desktop/SPH-D710_GB_Kernel$ export CROSS_COMPILE=/home/michaelc/Desktop/arm-2009q3/bin/arm-none-eabi-
  3. michaelc@michaelc-iMac:~/Desktop/SPH-D710_GB_Kernel$ sudo make clean
  4. [sudo] password for michaelc:
  5. make: /opt/toolchains/arm-2009q3/bin/arm-none-linux-gnueabi-gcc: Command not found
  6. michaelc@michaelc-iMac:~/Desktop/SPH-D710_GB_Kernel$ make c1_rev05_na_spr_defconfig
  7. HOSTCC scripts/basic/fixdep
  8. HOSTCC scripts/basic/docproc
  9. HOSTCC scripts/basic/hash
  10. HOSTCC scripts/kconfig/conf.o
  11. scripts/kconfig/conf.c: In function ‘conf_sym’:
  12. scripts/kconfig/conf.c:159:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
  13. scripts/kconfig/conf.c: In function ‘conf_choice’:
  14. scripts/kconfig/conf.c:231:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
  15. scripts/kconfig/conf.c:307:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  16. scripts/kconfig/conf.c: In function ‘conf_askvalue’:
  17. scripts/kconfig/conf.c:105:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  18. HOSTCC scripts/kconfig/kxgettext.o
  19. SHIPPED scripts/kconfig/zconf.tab.c
  20. SHIPPED scripts/kconfig/lex.zconf.c
  21. SHIPPED scripts/kconfig/zconf.hash.c
  22. HOSTCC scripts/kconfig/zconf.tab.o
  23. HOSTLD scripts/kconfig/conf
  24. #
  25. # configuration written to .config
  26. #
  27. michaelc@michaelc-iMac:~/Desktop/SPH-D710_GB_Kernel$ make modules
  28. make: /home/michaelc/Desktop/arm-2009q3/bin/arm-none-eabi-gcc: Command not found
  29. scripts/kconfig/conf -s arch/arm/Kconfig
  30. make: /home/michaelc/Desktop/arm-2009q3/bin/arm-none-eabi-gcc: Command not found
  31. CHK include/linux/version.h
  32. UPD include/linux/version.h
  33. CHK include/generated/utsrelease.h
  34. UPD include/generated/utsrelease.h
  35. Generating include/generated/mach-types.h
  36. CC kernel/bounds.s
  37. /bin/sh: /home/michaelc/Desktop/arm-2009q3/bin/arm-none-eabi-gcc: not found
  38. make[1]: *** [kernel/bounds.s] Error 127
  39. make: *** [prepare0] Error 2
  40. michaelc@michaelc-iMac:~/Desktop/SPH-D710_GB_Kernel$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement