I am trying to build the Kernel 3.7 and there are some files which have to be overwritten when uncompressing. One of the same files, ipt_ECN.c, gives an error stopping the build process. Any suggestions? net/ipv4/netfilter/ipt_ECN.c:20:42: fatal error: linux/netfilter_ipv4/ipt_ECN.h: No such file or directory compilation terminated. make[3]: *** [net/ipv4/netfilter/ipt_ECN.o] Error 1 make[2]: *** [net/ipv4/netfilter] Error 2 make[1]: *** [net/ipv4] Error 2 make: *** [net] Error 2 TnR, Ganesh B ________________________________ From: "kernelnewbies-request@kernelnewbies.org" <kernelnewbies-request@kernelnewbies.org> To: kernelnewbies@kernelnewbies.org Sent: Wednesday, January 2, 2013 10:30 PM Subject: Kernelnewbies Digest, Vol 26, Issue 1 Send Kernelnewbies mailing list submissions to kernelnewbies@kernelnewbies.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies or, via email, send a message with subject or body 'help' to kernelnewbies-request@kernelnewbies.org You can reach the person managing the list at kernelnewbies-owner@kernelnewbies.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Kernelnewbies digest..." Today's Topics: 1. Re: trace_console function definition not found in Linux kernel v3.5 (jiangtao.jit) 2. compile linux kernel 2.6.0 failed! (horse_rivers) ---------------------------------------------------------------------- Message: 1 Date: Wed, 02 Jan 2013 11:45:38 +0800 From: "jiangtao.jit" <jiangtao.jit@gmail.com> Subject: Re: trace_console function definition not found in Linux kernel v3.5 To: "siddharth goel" <siddharth98391@gmail.com> Cc: kernelnewbies <kernelnewbies@kernelnewbies.org> Message-ID: <50e3ad65.8abe440a.56a1.ffffbc73@mx.google.com> Content-Type: text/plain; charset="utf-8" siddharth goel: defined in include/trace/event/printk.h refer to macro TRACE_EVENT_CONDITION(...) 2013-01-02 jiangtao.jit ????siddharth goel ?????2012-12-28 15:43 ???trace_console function definition not found in Linux kernel v3.5 ????"kernelnewbies"<kernelnewbies@kernelnewbies.org> ??? In file kernel/printk.c in Linux Kernel 3.5 there is a function call trace_console(text, 0, len, len); @line 1219 . But I could not find the definition for same. Am I missing any concept ? -- Thanks and Regards, Siddharth Goel