Precautions for driver makefile

Source: Internet
Author: User

I recently studied qq2440 and want to perform pose detection for underwater robots. It is very troublesome to use Linux to program device drivers, it is good to find an example on the Internet. copy it for backup.

On PC:

    1. OBJ-M: = Hello. o
    2. Kerneldir: =/lib/modules/$ (shell uname-R)/build
    3. Default:
    4. Make-C $ (kerneldir) M = $ (shell PWD) Modules
    5. Install:
    6. Insmod hello. Ko
    7. Uninstall:
    8. Rmmod hello. Ko
    9. Clean:
    10. Make-C $ (kerneldir) M = $ (shell PWD) clean

On arm:

    1. OBJ-M: = Hello. o
    2. Kerneldir: =/opt/friendlyarmqq2440/ghcodes/kernel-2.6.13 # Corresponds to the kernel directory of your own Development Board
    3. Default:
    4. Make-C $ (kerneldir) M = $ (shell PWD) Modules
    5. Install:
    6. Insmod hello. Ko # www.linuxidc.com
    7. Uninstall:
    8. Rmmod hello. Ko
    9. Clean:
    10. Make-C $ (kerneldir) M = $ (shell PWD) clean

The difference is only in the kernel directory.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.