All of lore.kernel.org
 help / color / mirror / Atom feed
From: "venkata jagadish.p" <cpvjagadeesh@gmail.com>
To: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>
Subject: RT patched kernel debugging
Date: Wed, 16 Nov 2005 16:35:31 +0000	[thread overview]
Message-ID: <437B5FD3.7020404@gmail.com> (raw)

Hi all,
I am trying to debug the RT patched kernel with UML. But it is showing 
these errors
My kernel version is 2.6.13 and applied patch-2.6.13-rt14 to this kernel


gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing 
-fno-common -ffreestanding -O2 -fno-omit-frame-pointer 
-fno-optimize-sibling-calls -g -D__arch_um__ -DSUBARCH=\"i386\" 
-Iarch/um/include -I/usr/src/linux-2.6.13/arch/um/kernel/tt/include 
-I/usr/src/linux-2.6.13/arch/um/kernel/skas/include -Dvmap=kernel_vmap 
-Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask 
-fno-unit-at-a-time -U__i386__ -Ui386 -D_LARGEFILE64_SOURCE 
-Wdeclaration-after-statement -Wno-pointer-sign -nostdinc -isystem 
/usr/lib/gcc/i386-redhat-linux/4.0.0/include -D__KERNEL__ -Iinclude -S 
-o arch/um/kernel-offsets.s arch/um/sys-i386/kernel-offsets.c
In file included from arch/um/sys-i386/kernel-offsets.c:3:
include/linux/sched.h: In function ‘set_tsk_need_resched_delayed’:
include/linux/sched.h:1465: error: ‘TIF_NEED_RESCHED_DELAYED’ undeclared 
(first use in this function)
include/linux/sched.h:1465: error: (Each undeclared identifier is 
reported only once
include/linux/sched.h:1465: error: for each function it appears in.)
include/linux/sched.h: In function ‘clear_tsk_need_resched_delayed’:
include/linux/sched.h:1470: error: ‘TIF_NEED_RESCHED_DELAYED’ undeclared 
(first use in this function)
include/linux/sched.h: In function ‘need_resched_delayed’:
include/linux/sched.h:1475: error: ‘TIF_NEED_RESCHED_DELAYED’ undeclared 
(first use in this function)
make: *** [arch/um/kernel-offsets.s] Error 1



             reply	other threads:[~2005-11-16 11:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-16 16:35 venkata jagadish.p [this message]
2005-11-16 13:40 ` RT patched kernel debugging john cooper
2005-11-17  9:38   ` venkata jagadish.p

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=437B5FD3.7020404@gmail.com \
    --to=cpvjagadeesh@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.