Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
重建linux API_Linux_Linux Kernel_Debian_Rebuild - Fatal编程技术网

重建linux API

重建linux API,linux,linux-kernel,debian,rebuild,Linux,Linux Kernel,Debian,Rebuild,我需要在debian上编译API测试,但出现以下错误: root@beaglebone:~#/H264_UVC_测试 v1.0.14.0_H264_UVC_TestAP_Multi 您的内核版本:0x30813 TestAP支持内核版本:0x030244 TestAP与当前内核版本不匹配,请重新生成TestAP argc值:1,./H264_UVC_TestAP,(null),SSH_AGENT_PID=2748 打开设备时出错(空):14 我按照以下步骤解决此问题,并使用API加载兼容的内核版

我需要在debian上编译API测试,但出现以下错误:

root@beaglebone:~#/H264_UVC_测试

v1.0.14.0_H264_UVC_TestAP_Multi

您的内核版本:0x30813

TestAP支持内核版本:0x030244

TestAP与当前内核版本不匹配,请重新生成TestAP
argc值:1,./H264_UVC_TestAP,(null),SSH_AGENT_PID=2748
打开设备时出错(空):14

我按照以下步骤解决此问题,并使用API加载兼容的内核版本:

wget-c
tar xvJf linux-3.8.2.tar.xz cd linux-3.8.2
cp/boot/config-3.8.13-bone47.config

出现另一个错误后:

cp:在“/boot/config-3.8.13-bone47-config”之后缺少目标文件操作数


有什么帮助吗?

是的,
cp
命令需要两个参数,所以您需要指定文件的复制位置。比如
cp/boot/config-3.8.13-bone47.config
。还要确保您尝试复制的文件存在(在实际复制之前)。是的,
cp
命令包含两个参数,因此您需要指定复制文件的位置。比如
cp/boot/config-3.8.13-bone47.config
。还要确保您尝试复制的文件存在(在实际复制之前)。