Results 1 to 4 of 4
Hi.I am trying to start on linux device drivers.
I am following the instructions on
Section 8.1.* Device Driver Concepts
Here I was able to proceed till patching the Kconfig ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-24-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 4
make error:Please help.Stuck on this for days now.
Hi.I am trying to start on linux device drivers.
I am following the instructions on
Section 8.1.* Device Driver Concepts
Here I was able to proceed till patching the Kconfig as mentioned.Inorder to configure,I tried to run the
$ make ARCH=ARM CROSS_COMPILE=xscale_be- gconfig
This gave error as:
make: *** No rule to make target `gconfig'. Stop.
EarlierI was able to complie and build the kernel for arm before by cloning the kernel and building from the following link without any error.
https://omapzoom.org/gf/project/omap...ux+OMAP+Kernel
I havent configured the kernel except for the ARM as mentioned in the link above.I am not sure if that is wat is giving the problem.
coolfisa is online now Report Post Edit/Delete Message
- 01-27-2009 #2Just Joined!
- Join Date
- Jan 2009
- Posts
- 4
try CROSS_COMPILER
- 02-14-2009 #3Just Joined!
- Join Date
- Jan 2009
- Location
- Bangalore
- Posts
- 15
make error:Please help.Stuck on this for days now.
hi,
try with xconfig
- 02-24-2009 #4Just Joined!
- Join Date
- Jan 2009
- Location
- Bangalore
- Posts
- 15
make error:Please help.Stuck on this for days now.
Hi,
See that you are running in GUI mode.
otherwise try xconfig


Reply With Quote
