Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ make
- make -C /data2/git/ljalves/media_build/v4l
- make[1]: Entering directory `/data2/git/ljalves/media_build/v4l'
- Updating/Creating .config
- make[2]: Entering directory `/data2/git/ljalves/media_build/linux'
- Applying patches for kernel 3.2.0-4-amd64
- patch -s -f -N -p1 -i ../backports/api_version.patch
- patch -s -f -N -p1 -i ../backports/pr_fmt.patch
- patch -s -f -N -p1 -i ../backports/v3.6_pci_error_handlers.patch
- patch -s -f -N -p1 -i ../backports/v3.2_devnode_uses_mode_t.patch
- Patched drivers/media/dvb-core/dvbdev.c
- Patched drivers/media/v4l2-core/v4l2-dev.c
- Patched drivers/media/rc/rc-main.c
- make[2]: Leaving directory `/data2/git/ljalves/media_build/linux'
- Preparing to compile for kernel version 3.2.0
- ***WARNING:*** You do not have the full kernel sources installed.
- This does not prevent you from building the v4l-dvb tree if you have the
- kernel headers, but the full kernel source may be required in order to use
- make menuconfig / xconfig / qconfig.
- If you are experiencing problems building the v4l-dvb tree, please try
- building against a vanilla kernel before reporting a bug.
- Vanilla kernels are available at http://kernel.org.
- On most distros, this will compile a newly downloaded kernel:
- cp /boot/config-`uname -r` <your kernel dir>/.config
- cd <your kernel dir>
- make all modules_install install
- Please see your distro's web site for instructions to build a new kernel.
- WARNING: This is the V4L/DVB backport tree, with experimental drivers
- backported to run on legacy kernels from the development tree at:
- http://git.linuxtv.org/media-tree.git.
- It is generally safe to use it for testing a new driver or
- feature, but its usage on production environments is risky.
- Don't use it in production. You've been warned.
- VIDEOBUF2_DMA_CONTIG: Requires at least kernel 3.6.0
- IR_GPIO_CIR: Requires at least kernel 3.4.0
- VIDEO_CODA: Requires at least kernel 3.6.0
- VIDEO_MEM2MEM_DEINTERLACE: Requires at least kernel 3.3.0
- VIDEO_SH_VEU: Requires at least kernel 3.9.0
- VIDEO_ADV7183: Requires at least kernel 3.5.0
- VIDEO_TVP514X: Requires at least kernel 3.3.0
- VIDEO_OV9650: Requires at least kernel 3.5.0
- VIDEO_VS6624: Requires at least kernel 3.5.0
- VIDEO_MT9P031: Requires at least kernel 3.6.0
- VIDEO_NOON010PC30: Requires at least kernel 3.5.0
- VIDEO_M5MOLS: Requires at least kernel 3.6.0
- VIDEO_S5K6AA: Requires at least kernel 3.5.0
- VIDEO_S5K4ECGX: Requires at least kernel 3.4.0
- VIDEO_S5C73M3: Requires at least kernel 3.6.0
- Created default (all yes) .config file
- ./scripts/make_myconfig.pl
- make[1]: Leaving directory `/data2/git/ljalves/media_build/v4l'
- make[1]: Entering directory `/data2/git/ljalves/media_build/v4l'
- perl scripts/make_config_compat.pl /lib/modules/3.2.0-4-amd64/source ./.myconfig ./config-compat.h
- creating symbolic links...
- make -C firmware prep
- make[2]: Entering directory `/data2/git/ljalves/media_build/v4l/firmware'
- make[2]: Leaving directory `/data2/git/ljalves/media_build/v4l/firmware'
- make -C firmware
- make[2]: Entering directory `/data2/git/ljalves/media_build/v4l/firmware'
- CC ihex2fw
- Generating vicam/firmware.fw
- Generating ttusb-budget/dspbootcode.bin
- Generating cpia2/stv0672_vp4.bin
- Generating av7110/bootcode.bin
- make[2]: Leaving directory `/data2/git/ljalves/media_build/v4l/firmware'
- Kernel build directory is /lib/modules/3.2.0-4-amd64/build
- make -C ../linux apply_patches
- make[2]: Entering directory `/data2/git/ljalves/media_build/linux'
- Patches for 3.2.0-4-amd64 already applied.
- make[2]: Leaving directory `/data2/git/ljalves/media_build/linux'
- make -C /lib/modules/3.2.0-4-amd64/build SUBDIRS=/data2/git/ljalves/media_build/v4l modules
- make[2]: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'
- CC [M] /data2/git/ljalves/media_build/v4l/bt87x.o
- LD [M] /data2/git/ljalves/media_build/v4l/snd-bt87x.o
- Building modules, stage 2.
- MODPOST 1 modules
- CC /data2/git/ljalves/media_build/v4l/snd-bt87x.mod.o
- LD [M] /data2/git/ljalves/media_build/v4l/snd-bt87x.ko
- make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
- ./scripts/rmmod.pl check
- found 1 modules
- make[1]: Leaving directory `/data2/git/ljalves/media_build/v4l'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement