From: Blaisorblade <blaisorblade@yahoo.it>
To: i.r.wezeman@hetnet.nl
Cc: user-mode-linux-devel@lists.sourceforge.net,
"Jeff Dike" <jdike@addtoit.com>,
"Anton Altaparmakov" <aia21@cam.ac.uk>,
"lkml" <linux-kernel@vger.kernel.org>
Subject: Re: [uml-devel] Re: Partial fix! - Was: Re: [BUG report] UML linux-2.6 latest BK doesn't compile
Date: Sat, 9 Sep 2006 11:31:36 +0200 [thread overview]
Message-ID: <200609091131.36909.blaisorblade@yahoo.it> (raw)
In-Reply-To: <EBD0B8CF381E8B44BB99E8EA137E27C0021AD010@CPEXBE-EML06.kpnsp.local>
On Saturday 09 September 2006 00:25, i.r.wezeman@hetnet.nl wrote:
> Hi there.
>
> I got a error undefined reference to `__bb_init_func' when
> compiling uml with kernel 2.6.17.6, gcc 4.1.1 and glibc-2.4
Ok, that's new. The below mail is about a very similar problem but with an
older Gcc, and since these symbols are provided by gcc, this makes a
difference.
Try removing from arch/um/kernel/gmon_syms.c these 2 lines:
extern void __bb_init_func(void *);
EXPORT_SYMBOL(__bb_init_func);
and recompiling. Better yet, try if adding the weak attribute like below fixes
the problem:
extern void __bb_init_func(void *) __attribute__((weak));
EXPORT_SYMBOL(__bb_init_func);
Another possible thing to check is what happens with CONFIG_STATIC_LINK=y
(edit it by hand and do not enable GPROF for now, that is yet another thing).
> Done: make clean && make distclean && make allmodconfig ARCH=um
> # CONFIG_GPROF is not set
> CONFIG_GCOV=y
This results from allmodconfig? Mmpf, that is not so nice (allmodconfig should
not result in a debug kernel). Even if allmodconfig is not a _smart_ setting
(set to y or m everything).
> #
> # UML-specific options
> #
> # CONFIG_MODE_TT is not set
> # CONFIG_STATIC_LINK is not set
> CONFIG_MODE_SKAS=y
> Build: make linux ARCH=um
>
>
> edit file: uml/arch/um/os-Linux/sys-i386/registers.c
> Ending:
>
> arch/um/kernel/built-in.o:(__ksymtab+0x238): undefined reference to
> `__bb_init_func'
> arch/um/os-Linux/built-in.o: In function `do_syscall_stub':
> arch/um/os-Linux/skas/mem.c:63: undefined reference to
> `get_safe_registers'
> arch/um/os-Linux/built-in.o: In function `copy_context_skas0':
> arch/um/os-Linux/skas/process.c:333: undefined reference to
> `get_safe_registers'
Since it arrives to this point, get_safe_register should be undefined only
because of the previous failure.
> I see it must be solved. So wat is happend now?
>
> Ron Wezeman
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
next prev parent reply other threads:[~2006-09-09 9:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-08 10:09 [BUG report] UML linux-2.6 latest BK doesn't compile Anton Altaparmakov
2005-02-08 10:22 ` Blaisorblade
2005-02-08 10:40 ` Anton Altaparmakov
2005-02-08 17:48 ` [uml-devel] " Blaisorblade
2005-02-08 22:21 ` Jeff Dike
2005-02-08 18:29 ` Jeff Dike
2005-02-08 17:37 ` Blaisorblade
2005-02-08 22:22 ` Jeff Dike
2005-02-14 11:35 ` Partial fix! - Was: " Anton Altaparmakov
2005-02-16 18:27 ` [uml-devel] " Blaisorblade
2005-03-05 19:45 ` Jeff Dike
2005-03-05 18:31 ` Adrian Bunk
2005-03-07 19:44 ` [uml-devel] " Blaisorblade
2005-03-08 0:10 ` Jeff Dike
2005-03-13 20:06 ` Blaisorblade
[not found] ` <EBD0B8CF381E8B44BB99E8EA137E27C0021AD010@CPEXBE-EML06.kpnsp.local>
2006-09-09 9:31 ` Blaisorblade [this message]
2006-09-11 15:27 ` Jeff Dike
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=200609091131.36909.blaisorblade@yahoo.it \
--to=blaisorblade@yahoo.it \
--cc=aia21@cam.ac.uk \
--cc=i.r.wezeman@hetnet.nl \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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