我有一台安装了fedora linux的台式机。我使用的内核是3.9.4。我需要重新编译我的3.9.4内核以支持CAN总线。
我的内核源代码在这里:
[root@localhost 3.9.4-200.fc18.x86_64]# pwd
/usr/src/kernels/3.9.4-200.fc18.x86_64
然后我-- make menuconfig --更改了配置。
在-- make之后出现错误。
[root@localhost 3.9.4-200.fc18.x86_64]# make
make[1]: *** No rule to make target `/usr/src/kern
我尝试在不使用位置设置的情况下连接位置服务,但每当我运行该项目时,它都会给出错误。我提到了下面的代码
public class Practice2 extends Activity implements LocationListener{
private static final String TAG = "Profile";
protected static final int REQUEST_CHECK_SETTINGS = 0x1;
protected LocationManager locationManager;
protected LocationListene
我正在尝试用raspberryPi-ng 1.15.3交叉编译一个(示例)linuxmodule for the crosstool(Arm)。
我得到了以下输出:
markus@markus-R55S:~/Desktop/speakerarm$ make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi-
make -C /lib/modules/3.2.0-35-generic-pae/build SUBDIRS=/home/markus/Desktop/speakerarm modules
make[1]: Entering direct