Advertisement
CalcProgrammer1

kernel build

Dec 18th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. root@Adam-Ubuntu1110-VB:/usr/src/gen8/buildroot# ls
  2. Config.in docs linux Makefile project TODO
  3. dl ext_modules local package target toolchain
  4. root@Adam-Ubuntu1110-VB:/usr/src/gen8/buildroot# make
  5. make[1]: Entering directory `/usr/src/gen8/linux'
  6. make[2]: arm-linux-gcc: Command not found
  7.  
  8. ERROR: Kernel configuration is invalid.
  9. include/linux/autoconf.h or include/config/auto.conf are missing.
  10. Run 'make oldconfig && make prepare' on kernel src to fix it.
  11.  
  12.  
  13. WARNING: Symbol version dump /usr/src/gen8/buildroot/linux/Module.symvers
  14. is missing; modules will have no dependencies and modversions.
  15.  
  16. CC [M] ../ext_modules/tda19989/hdmi/tda998x_cec.o
  17. /bin/sh: arm-linux-gcc: command not found
  18. make[5]: *** [../ext_modules/tda19989/hdmi/tda998x_cec.o] Error 127
  19. make[5]: *** Waiting for unfinished jobs....
  20. CC [M] ../ext_modules/tda19989/hdmi/comps/tmdlHdmiCEC/src/tmdlHdmiCEC.o
  21. /bin/sh: arm-linux-gcc: command not found
  22. make[5]: *** [../ext_modules/tda19989/hdmi/comps/tmdlHdmiCEC/src/tmdlHdmiCEC.o] Error 127
  23. make[4]: *** [../ext_modules/tda19989/hdmi] Error 2
  24. make[3]: *** [../ext_modules/tda19989] Error 2
  25. make[2]: *** [_module_../ext_modules] Error 2
  26. make[1]: *** [sub-make] Error 2
  27. make[1]: Leaving directory `/usr/src/gen8/linux'
  28. make: *** [ext_modules] Error 2
  29. root@Adam-Ubuntu1110-VB:/usr/src/gen8/buildroot#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement