linux - API compilation error on debian -


i need compile api test on debian, following error appears:

root@beaglebone:~#sudo ./h264 uvc testap

v1.0.14.0_h264 uvc testap multi

your kernel version: 0x30813

testap support kernel version: 0x030244

testap didn't match current kernel version, please rebuild testap

i follow these steps solve issue, , load compatible kernel version api:

  1. wget -c https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.8.2.tar.xz
  2. tar-xvjf linux-3.8.2.tar.xz
  3. cd linux-3.8.2
  4. cp /boot/config-3.8.13-bone47.configblockquote

afther error appears:

cp: missing destination file operand after'/boot/config-3.8.13-bone47-config'

any help?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -