From: Jeff Dike <jdike@addtoit.com>
To: Andrew Morton <akpm@osdl.org>
Cc: dhollis@davehollis.com, Jason Lunz <lunz@falooley.org>,
Ollie Wild <aaw@google.com>,
user-mode-linux-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: Re: [uml-devel] [PATCH 2/2] UML - Don't roll my own random MAC generator
Date: Sat, 30 Sep 2006 00:15:59 -0400 [thread overview]
Message-ID: <20060930041559.GE10307@ccure.user-mode-linux.org> (raw)
In-Reply-To: <20060929161616.7e47c453.akpm@osdl.org>
On Fri, Sep 29, 2006 at 04:16:16PM -0700, Andrew Morton wrote:
> arch/um/os-Linux/sys-i386/registers.c: In function 'get_thread_regs':
> arch/um/os-Linux/sys-i386/registers.c:137: error: 'JB_PC' undeclared (first use in this function)
> arch/um/os-Linux/sys-i386/registers.c:137: error: (Each undeclared identifier is reported only once
> arch/um/os-Linux/sys-i386/registers.c:137: error: for each function it appears in.)
> arch/um/os-Linux/sys-i386/registers.c:138: error: 'JB_SP' undeclared (first use in this function)
> arch/um/os-Linux/sys-i386/registers.c:139: error: 'JB_BP' undeclared (first use in this function)
Hmmm, I never tried a cross-build before, but I don't even get this far:
CC arch/um/sys-i386/user-offsets.s
In file included from /usr/include/features.h:352,
from /usr/include/stdio.h:28,
from /home/jdike/linux/2.6/linux-2.6.17/arch/um/sys-i386/user-\offsets.c:1:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
m
I just flew into Ohio and am not in any shape to debug this atm. I'll have
another look tomorrow.
Jeff
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
WARNING: multiple messages have this Message-ID (diff)
From: Jeff Dike <jdike@addtoit.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Ollie Wild <aaw@google.com>,
dhollis@davehollis.com, linux-kernel@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net,
Jason Lunz <lunz@falooley.org>
Subject: Re: [uml-devel] [PATCH 2/2] UML - Don't roll my own random MAC generator
Date: Sat, 30 Sep 2006 00:15:59 -0400 [thread overview]
Message-ID: <20060930041559.GE10307@ccure.user-mode-linux.org> (raw)
In-Reply-To: <20060929161616.7e47c453.akpm@osdl.org>
On Fri, Sep 29, 2006 at 04:16:16PM -0700, Andrew Morton wrote:
> arch/um/os-Linux/sys-i386/registers.c: In function 'get_thread_regs':
> arch/um/os-Linux/sys-i386/registers.c:137: error: 'JB_PC' undeclared (first use in this function)
> arch/um/os-Linux/sys-i386/registers.c:137: error: (Each undeclared identifier is reported only once
> arch/um/os-Linux/sys-i386/registers.c:137: error: for each function it appears in.)
> arch/um/os-Linux/sys-i386/registers.c:138: error: 'JB_SP' undeclared (first use in this function)
> arch/um/os-Linux/sys-i386/registers.c:139: error: 'JB_BP' undeclared (first use in this function)
Hmmm, I never tried a cross-build before, but I don't even get this far:
CC arch/um/sys-i386/user-offsets.s
In file included from /usr/include/features.h:352,
from /usr/include/stdio.h:28,
from /home/jdike/linux/2.6/linux-2.6.17/arch/um/sys-i386/user-\offsets.c:1:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
m
I just flew into Ohio and am not in any shape to debug this atm. I'll have
another look tomorrow.
Jeff
next prev parent reply other threads:[~2006-09-30 4:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-28 18:14 [uml-devel] [PATCH 2/2] UML - Don't roll my own random MAC generator Jeff Dike
2006-09-28 18:14 ` Jeff Dike
2006-09-29 22:18 ` [uml-devel] " Ollie Wild
2006-09-29 22:18 ` Ollie Wild
2006-09-29 22:38 ` [uml-devel] " Andrew Morton
2006-09-29 22:38 ` Andrew Morton
2006-09-29 22:48 ` [uml-devel] " Ollie Wild
2006-09-29 22:48 ` Ollie Wild
2006-09-29 23:16 ` [uml-devel] " Andrew Morton
2006-09-29 23:16 ` Andrew Morton
2006-09-30 4:15 ` Jeff Dike [this message]
2006-09-30 4:15 ` [uml-devel] " Jeff Dike
2006-09-30 3:52 ` Jeff Dike
2006-09-30 3:52 ` Jeff Dike
2006-09-30 4:08 ` [uml-devel] " Andrew Morton
2006-09-30 4:08 ` Andrew Morton
2006-09-30 3:49 ` [uml-devel] " Jeff Dike
2006-09-30 3:49 ` 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=20060930041559.GE10307@ccure.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=aaw@google.com \
--cc=akpm@osdl.org \
--cc=dhollis@davehollis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lunz@falooley.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 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.