<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processorsのトピックmakeing kernel module</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/makeing-kernel-module/m-p/166689#M4640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;#obj-m += hello.o ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- #CC=arm-none-linux-gnueabi-  hello.o:hello.c #$(CROSS_COMPILE) $(CFLAGS) hello.c   KDIR := /usr/src/L2.6.31_09.12.01_SDK_source/IMX-LTIB/ltib/rpm/BUILD/linux-2.6.31/kernel  PWD := $(shell pwd)  all: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules clean: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean   the above is my makefile and my c code is given below  #include /* Needed by all modules */ #include  MODULE_AUTHOR(" Rudra Pratap Singh"); MODULE_LICENSE("GPL");  int init_module(void) { printk(&amp;lt;1&amp;gt; "Hello world 1.\n"); /* * A non 0 return means init_module failed; module can't be loaded. */ return 0; } void cleanup_module(void) { printk(&amp;lt;1&amp;gt; "Goodbye world 1.\n"); }  module_init(init_module); module_exit(cleanup_module); it will shows some errors related to kernel tracepoint.h and marker.h. how to fix this??? please help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 10:37:14 GMT</pubDate>
    <dc:creator>rudrapratapsing</dc:creator>
    <dc:date>2012-06-08T10:37:14Z</dc:date>
    <item>
      <title>makeing kernel module</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/makeing-kernel-module/m-p/166689#M4640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;#obj-m += hello.o ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- #CC=arm-none-linux-gnueabi-  hello.o:hello.c #$(CROSS_COMPILE) $(CFLAGS) hello.c   KDIR := /usr/src/L2.6.31_09.12.01_SDK_source/IMX-LTIB/ltib/rpm/BUILD/linux-2.6.31/kernel  PWD := $(shell pwd)  all: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules clean: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean   the above is my makefile and my c code is given below  #include /* Needed by all modules */ #include  MODULE_AUTHOR(" Rudra Pratap Singh"); MODULE_LICENSE("GPL");  int init_module(void) { printk(&amp;lt;1&amp;gt; "Hello world 1.\n"); /* * A non 0 return means init_module failed; module can't be loaded. */ return 0; } void cleanup_module(void) { printk(&amp;lt;1&amp;gt; "Goodbye world 1.\n"); }  module_init(init_module); module_exit(cleanup_module); it will shows some errors related to kernel tracepoint.h and marker.h. how to fix this??? please help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 10:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/makeing-kernel-module/m-p/166689#M4640</guid>
      <dc:creator>rudrapratapsing</dc:creator>
      <dc:date>2012-06-08T10:37:14Z</dc:date>
    </item>
  </channel>
</rss>

