Advertisement
Guest User

Untitled

a guest
Oct 29th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. green@green-Lenovo-Z51-70 /tmp $ wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.gz
  2. --2017-10-29 11:24:47-- https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.gz
  3. www.kernel.org (www.kernel.org) feloldása… 147.75.205.195, 2604:1380:2000:f000::7
  4. Csatlakozás a következőhöz: www.kernel.org (www.kernel.org)[147.75.205.195]:443… kapcsolódva.
  5. HTTP kérés elküldve, várakozás válaszra… 200 OK
  6. Hossz: 15505007 (15M) [application/x-gzip]
  7. Mentés ide: „backports-20151120.tar.gz”
  8.  
  9. backports-20151120.tar.gz 100%[=============================================================>] 14,79M 1,91MB/s itt: 6,5s
  10.  
  11. 2017-10-29 11:24:53 (2,29 MB/s) -- „backports-20151120.tar.gz” mentve [15505007/15505007]
  12.  
  13. green@green-Lenovo-Z51-70 /tmp $ tar -xf backports-20151120.tar.gz
  14. green@green-Lenovo-Z51-70 /tmp $ cd backports-20151120
  15. green@green-Lenovo-Z51-70 /tmp/backports-20151120 $ make defconfig-ath10k
  16. Generating local configuration database from kernel ... done.
  17. cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o conf.o conf.c
  18. cc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c
  19. cc conf.o zconf.tab.o -o conf
  20. boolean symbol HWMON tested for 'm'? test forced to 'n'
  21. boolean symbol HWMON tested for 'm'? test forced to 'n'
  22. #
  23. # configuration written to .config
  24. #
  25. green@green-Lenovo-Z51-70 /tmp/backports-20151120 $ make
  26. make[5]: 'conf' is up to date.
  27. boolean symbol HWMON tested for 'm'? test forced to 'n'
  28. boolean symbol HWMON tested for 'm'? test forced to 'n'
  29. #
  30. # configuration written to .config
  31. #
  32. Building backport-include/backport/autoconf.h ... done.
  33. CC [M] /tmp/backports-20151120/compat/main.o
  34. In file included from /tmp/backports-20151120/backport-include/backport/backport.h:7:0,
  35. from <command-line>:0:
  36. ./include/asm-generic/qrwlock.h: In function ‘__qrwlock_write_byte’:
  37. /tmp/backports-20151120/backport-include/linux/kconfig.h:25:28: error: implicit declaration of function ‘config_enabled’ [-Werror=implicit-function-declaration]
  38. #define IS_BUILTIN(option) config_enabled(option)
  39. ^
  40. ./include/asm-generic/qrwlock.h:156:26: note: in expansion of macro ‘IS_BUILTIN’
  41. return (u8 *)lock + 3 * IS_BUILTIN(CONFIG_CPU_BIG_ENDIAN);
  42. ^
  43. ./include/asm-generic/qrwlock.h:156:37: error: ‘CONFIG_CPU_BIG_ENDIAN’ undeclared (first use in this function)
  44. return (u8 *)lock + 3 * IS_BUILTIN(CONFIG_CPU_BIG_ENDIAN);
  45. ^
  46. /tmp/backports-20151120/backport-include/linux/kconfig.h:25:43: note: in definition of macro ‘IS_BUILTIN’
  47. #define IS_BUILTIN(option) config_enabled(option)
  48. ^
  49. ./include/asm-generic/qrwlock.h:156:37: note: each undeclared identifier is reported only once for each function it appears in
  50. return (u8 *)lock + 3 * IS_BUILTIN(CONFIG_CPU_BIG_ENDIAN);
  51. ^
  52. /tmp/backports-20151120/backport-include/linux/kconfig.h:25:43: note: in definition of macro ‘IS_BUILTIN’
  53. #define IS_BUILTIN(option) config_enabled(option)
  54. ^
  55. cc1: some warnings being treated as errors
  56. scripts/Makefile.build:294: recipe for target '/tmp/backports-20151120/compat/main.o' failed
  57. make[6]: *** [/tmp/backports-20151120/compat/main.o] Error 1
  58. scripts/Makefile.build:567: recipe for target '/tmp/backports-20151120/compat' failed
  59. make[5]: *** [/tmp/backports-20151120/compat] Error 2
  60. Makefile:1524: recipe for target '_module_/tmp/backports-20151120' failed
  61. make[4]: *** [_module_/tmp/backports-20151120] Error 2
  62. Makefile.build:6: recipe for target 'modules' failed
  63. make[3]: *** [modules] Error 2
  64. Makefile.real:88: recipe for target 'modules' failed
  65. make[2]: *** [modules] Error 2
  66. Makefile:40: recipe for target 'modules' failed
  67. make[1]: *** [modules] Error 2
  68. Makefile:30: recipe for target 'default' failed
  69. make: *** [default] Error 2
  70. green@green-Lenovo-Z51-70 /tmp/backports-20151120 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement