linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: matthew henschel <henschel@capaccess.org>
Cc: linux-rt-users@vger.kernel.org
Subject: Re: 3.8.10-rt1 not compiling
Date: Mon, 12 Aug 2013 13:44:47 +0200	[thread overview]
Message-ID: <20130812114447.GE23040@linutronix.de> (raw)
In-Reply-To: <loom.20130809T204344-6@post.gmane.org>

* matthew henschel | 2013-08-09 18:46:15 [+0000]:

>probably a simple fix:
>[output snipped]
>  LD      vmlinux.o
>  MODPOST vmlinux.o
>  GEN     .version
>  CHK     include/generated/compile.h
>  UPD     include/generated/compile.h
>  CC      init/version.o
>  LD      init/built-in.o
>kernel/built-in.o: In function `__tick_nohz_idle_enter':
>tick-sched.c:(.text+0x40db8): undefined reference to
>`softirq_check_pending_idle'
>make: *** [vmlinux] Error 1
>Exit 2

Can you clean your tree and recompile? There seems to be something out
of sync. Both __tick_nohz_idle_enter() and softirq_check_pending_idle()
are behind CONFIG_NO_HZ_COMMON so it is unlikely that in a normal
build you have one symbol but not the other.
I took your config file, removed radeon/R200_cp.bin from it and it built
without a problem.

Sebastian

  reply	other threads:[~2013-08-12 11:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-09 18:46 3.8.10-rt1 not compiling matthew henschel
2013-08-12 11:44 ` Sebastian Andrzej Siewior [this message]
2013-08-12 15:13   ` Matthew Henschel
2013-08-12 15:22     ` Sebastian Andrzej Siewior
2013-08-12 22:04       ` Matthew Henschel

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=20130812114447.GE23040@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=henschel@capaccess.org \
    --cc=linux-rt-users@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).