Advertisement
Guest User

Untitled

a guest
Jul 7th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. $ make
  2. make -C /data2/git/ljalves/media_build/v4l
  3. make[1]: Entering directory `/data2/git/ljalves/media_build/v4l'
  4. Updating/Creating .config
  5. make[2]: Entering directory `/data2/git/ljalves/media_build/linux'
  6. Applying patches for kernel 3.2.0-4-amd64
  7. patch -s -f -N -p1 -i ../backports/api_version.patch
  8. patch -s -f -N -p1 -i ../backports/pr_fmt.patch
  9. patch -s -f -N -p1 -i ../backports/v3.6_pci_error_handlers.patch
  10. patch -s -f -N -p1 -i ../backports/v3.2_devnode_uses_mode_t.patch
  11. Patched drivers/media/dvb-core/dvbdev.c
  12. Patched drivers/media/v4l2-core/v4l2-dev.c
  13. Patched drivers/media/rc/rc-main.c
  14. make[2]: Leaving directory `/data2/git/ljalves/media_build/linux'
  15. Preparing to compile for kernel version 3.2.0
  16.  
  17. ***WARNING:*** You do not have the full kernel sources installed.
  18. This does not prevent you from building the v4l-dvb tree if you have the
  19. kernel headers, but the full kernel source may be required in order to use
  20. make menuconfig / xconfig / qconfig.
  21.  
  22. If you are experiencing problems building the v4l-dvb tree, please try
  23. building against a vanilla kernel before reporting a bug.
  24.  
  25. Vanilla kernels are available at http://kernel.org.
  26. On most distros, this will compile a newly downloaded kernel:
  27.  
  28. cp /boot/config-`uname -r` <your kernel dir>/.config
  29. cd <your kernel dir>
  30. make all modules_install install
  31.  
  32. Please see your distro's web site for instructions to build a new kernel.
  33.  
  34. WARNING: This is the V4L/DVB backport tree, with experimental drivers
  35. backported to run on legacy kernels from the development tree at:
  36. http://git.linuxtv.org/media-tree.git.
  37. It is generally safe to use it for testing a new driver or
  38. feature, but its usage on production environments is risky.
  39. Don't use it in production. You've been warned.
  40. VIDEOBUF2_DMA_CONTIG: Requires at least kernel 3.6.0
  41. IR_GPIO_CIR: Requires at least kernel 3.4.0
  42. VIDEO_CODA: Requires at least kernel 3.6.0
  43. VIDEO_MEM2MEM_DEINTERLACE: Requires at least kernel 3.3.0
  44. VIDEO_SH_VEU: Requires at least kernel 3.9.0
  45. VIDEO_ADV7183: Requires at least kernel 3.5.0
  46. VIDEO_TVP514X: Requires at least kernel 3.3.0
  47. VIDEO_OV9650: Requires at least kernel 3.5.0
  48. VIDEO_VS6624: Requires at least kernel 3.5.0
  49. VIDEO_MT9P031: Requires at least kernel 3.6.0
  50. VIDEO_NOON010PC30: Requires at least kernel 3.5.0
  51. VIDEO_M5MOLS: Requires at least kernel 3.6.0
  52. VIDEO_S5K6AA: Requires at least kernel 3.5.0
  53. VIDEO_S5K4ECGX: Requires at least kernel 3.4.0
  54. VIDEO_S5C73M3: Requires at least kernel 3.6.0
  55. Created default (all yes) .config file
  56. ./scripts/make_myconfig.pl
  57. make[1]: Leaving directory `/data2/git/ljalves/media_build/v4l'
  58. make[1]: Entering directory `/data2/git/ljalves/media_build/v4l'
  59. perl scripts/make_config_compat.pl /lib/modules/3.2.0-4-amd64/source ./.myconfig ./config-compat.h
  60. creating symbolic links...
  61. make -C firmware prep
  62. make[2]: Entering directory `/data2/git/ljalves/media_build/v4l/firmware'
  63. make[2]: Leaving directory `/data2/git/ljalves/media_build/v4l/firmware'
  64. make -C firmware
  65. make[2]: Entering directory `/data2/git/ljalves/media_build/v4l/firmware'
  66. CC ihex2fw
  67. Generating vicam/firmware.fw
  68. Generating ttusb-budget/dspbootcode.bin
  69. Generating cpia2/stv0672_vp4.bin
  70. Generating av7110/bootcode.bin
  71. make[2]: Leaving directory `/data2/git/ljalves/media_build/v4l/firmware'
  72. Kernel build directory is /lib/modules/3.2.0-4-amd64/build
  73. make -C ../linux apply_patches
  74. make[2]: Entering directory `/data2/git/ljalves/media_build/linux'
  75. Patches for 3.2.0-4-amd64 already applied.
  76. make[2]: Leaving directory `/data2/git/ljalves/media_build/linux'
  77. make -C /lib/modules/3.2.0-4-amd64/build SUBDIRS=/data2/git/ljalves/media_build/v4l modules
  78. make[2]: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'
  79. CC [M] /data2/git/ljalves/media_build/v4l/bt87x.o
  80. LD [M] /data2/git/ljalves/media_build/v4l/snd-bt87x.o
  81. Building modules, stage 2.
  82. MODPOST 1 modules
  83. CC /data2/git/ljalves/media_build/v4l/snd-bt87x.mod.o
  84. LD [M] /data2/git/ljalves/media_build/v4l/snd-bt87x.ko
  85. make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
  86. ./scripts/rmmod.pl check
  87. found 1 modules
  88. make[1]: Leaving directory `/data2/git/ljalves/media_build/v4l'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement