Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. ************************************************************
  2. * EXPORT VARIABLE *
  3. ************************************************************
  4. PRJROOT=/usr/local/src/EB13/kernel
  5. PROJECT_NAME=SPH-D700
  6. HW_BOARD_REV=03
  7. ************************************************************
  8.  
  9. ************************************************************
  10. * MAKE PACKAGES
  11. ************************************************************
  12. * 1. kernel : zImage
  13. * 2. modules
  14. ************************************************************
  15. ************************************************************
  16. * BUILD_KERNEL *
  17. ************************************************************
  18.  
  19. /usr/local/src/EB13/kernel/Kernel /usr/local/src/EB13/kernel
  20. HOSTCC scripts/basic/fixdep
  21. HOSTCC scripts/basic/docproc
  22. HOSTCC scripts/basic/hash
  23. HOSTCC scripts/kconfig/conf.o
  24. HOSTCC scripts/kconfig/kxgettext.o
  25. HOSTCC scripts/kconfig/zconf.tab.o
  26. HOSTLD scripts/kconfig/conf
  27. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../libtinfo.so when searching for -ltinfo
  28. /usr/bin/ld: skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo
  29. /usr/bin/ld: cannot find -ltinfo
  30. collect2: ld returned 1 exit status
  31. make[1]: *** [scripts/kconfig/conf] Error 1
  32. make: *** [victory_03_defconfig] Error 2
  33. HOSTLD scripts/kconfig/conf
  34. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../libtinfo.so when searching for -ltinfo
  35. /usr/bin/ld: skipping incompatible /usr/lib/libtinfo.so when searching for -ltinfo
  36. /usr/bin/ld: cannot find -ltinfo
  37. collect2: ld returned 1 exit status
  38. make[2]: *** [scripts/kconfig/conf] Error 1
  39. make[1]: *** [silentoldconfig] Error 2
  40. make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
  41. make: *** Waiting for unfinished jobs....
  42. CHK include/linux/version.h
  43. /usr/local/src/EB13/kernel
  44. Total compile time is 11 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement