Find the answer to your Linux question:
Results 1 to 3 of 3
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 section 8.1.4. After ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    4

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

    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 section 8.1.4.
    After making the hello.c file,the make file and patching the Kconfig as mentioned,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.


    I am not sure if my kernel is correctly compliled,but I 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

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Usually this error occurs when you are not in the correct directory when launching the command. Verify that the file you are trying to compile, is indeed in your working directory or use the full /path/to/file when you start the compile.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    4
    Hi Mike.Thanx for the response.
    But I think I am in the right directory.
    I am running it from ~/omapkernel/drivers/char/examples which is where i have created the kernel module source file hello.c and the corresponding make file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...