1

I am trying to recompile the Linux kernel, but before I do this, I need to configure it. I use the following command to try to do this:

make ARCH=arm CROSS_COMPILE=arm-xilinx-linux-gnueabi- gconfig

where arm-xilinx-linux-gnueabi- is the prefix of the version of gcc I'm using. Unfortunately, instead of popping up the configuration window, this gives me the message:

make: *** No rule to make target `gconfig'.  Stop.

Does anyone know what the problem is?

4

1 回答 1

0

有人在 make xconfig工作make gconfigmake menuconfig

我猜你不在正确的内核目录中。

请再读一遍:HOWTO compile linux kernel

于 2013-04-26T18:56:05.200 回答