From: Ram Pai <linuxram@us.ibm.com>
To: Jeff Dike <jdike@addtoit.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] [RFC PATCH] fixes for some compilation errors
Date: Wed, 16 Nov 2005 02:42:13 -0800 [thread overview]
Message-ID: <1132137733.5720.17.camel@localhost> (raw)
In-Reply-To: <20051116012309.GB11520@ccure.user-mode-linux.org>
On Tue, 2005-11-15 at 17:23, Jeff Dike wrote:
> On Tue, Nov 15, 2005 at 03:30:06PM -0800, Ram Pai wrote:
> > -extern void *switch_to_tt(void *prev, void *next);
> > +extern void switch_to_tt(void *prev, void *next);
>
> Oops, I hadn't built with CONFIG_MODE_TT enabled in a while.
>
> > -#include <asm/signal.h>
> > +//#include <asm/signal.h>
>
> I now have this as <signal.h> which works here - can you check this?
>
> > +#include "kern_constants.h"
>
> I already have this, I may not have refreshed the patch before pushing it
> out.
>
> > err = stub_syscall3(__NR_setitimer, ITIMER_VIRTUAL,
> > - (long) STUB_DATA(timer), 0);
> > + (long) &from->timer, 0);
>
> What were these doing to you?
>
> I pushed out a fixed patchset - can you recheck?
no. the last patch does not apply cleanly and it gives compilation
errors.
make -j32 arch/um/kernel/skas/clone.o ARCH=um
CC arch/um/kernel/skas/clone.o
arch/um/kernel/skas/clone.c: In function `stub_clone_handler':
arch/um/kernel/skas/clone.c:39: error: aggregate value used where an
integer was expected
make[1]: *** [arch/um/kernel/skas/clone.o] Error 1
make: *** [arch/um/kernel/skas/clone.o] Error 2
RP
>
> Jeff
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
> Register for a JBoss Training Course. Free Certification Exam
> for All Training Attendees Through End of 2005. For more info visit:
> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2005-11-16 10:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-15 23:30 [uml-devel] [RFC PATCH] fixes for some compilation errors Ram Pai
2005-11-16 1:23 ` Jeff Dike
2005-11-16 10:42 ` Ram Pai [this message]
2005-11-16 19:18 ` Jeff Dike
2005-11-17 22:43 ` Ram Pai
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=1132137733.5720.17.camel@localhost \
--to=linuxram@us.ibm.com \
--cc=jdike@addtoit.com \
--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.