Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. $ make menuconfig
  2. find vendors -mindepth 2 '(' -name .svn -prune ')' -o -type f -name Kconfig -print | sed 's:^:source ../:' > vendors/Kconfig
  3. config/mkconfig > Kconfig
  4. KCONFIG_NOTIMESTAMP=1 /home/developer/altera/nios2-linux/uClinux-dist/config/kconfig/mconf Kconfig
  5.  
  6.  
  7. *** End of Linux kernel configuration.
  8. *** Execute 'make' to build the kernel or try 'make help'.
  9.  
  10. make[1]: Entering directory `/home/developer/altera/nios2-linux/uClinux-dist'
  11. KCONFIG_NOTIMESTAMP=1 make ARCH=nios2 CROSS_COMPILE=nios2-linux-gnu- O=/home/developer/altera/nios2-linux/uClinux-dist/linux-2.6.x -C ../linux-2.6 menuconfig
  12. make[2]: Entering directory `/home/developer/altera/nios2-linux/linux-2.6'
  13. GEN /home/developer/altera/nios2-linux/uClinux-dist/linux-2.6.x/Makefile
  14. *** Unable to find the ncurses libraries or the
  15. *** required header files.
  16. *** 'make menuconfig' requires the ncurses libraries.
  17. ***
  18. *** Install ncurses (ncurses-devel) and try again.
  19. ***
  20. make[4]: *** [scripts/kconfig/dochecklxdialog] Error 1
  21. make[3]: *** [menuconfig] Error 2
  22. make[2]: *** [sub-make] Error 2
  23. make[2]: Leaving directory `/home/developer/altera/nios2-linux/linux-2.6'
  24. make[1]: *** [linux_menuconfig] Error 2
  25. make[1]: Leaving directory `/home/developer/altera/nios2-linux/uClinux-dist'
  26. make: *** [menuconfig] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement