All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] doubt regarding UML instlation please help me.
@ 2007-06-06 11:22 battipatisainagendra Bhavaniprasad
  2007-06-06 12:04 ` Antoine Martin
  2007-06-06 13:06 ` Jeff Dike
  0 siblings, 2 replies; 5+ messages in thread
From: battipatisainagendra Bhavaniprasad @ 2007-06-06 11:22 UTC (permalink / raw)
  To: user-mode-linux-devel

Hello sir,
              This is Prasad working on UML.I have tried running UML
with latest source from www.kernel.org but I could not get.
the problem was as followes....

with 2.6.16 kernel i have given the following commands....

1.make defconfig ARCH=um
2.make ARCH=um

but i am getting an error which is as followes...

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)

make[2]: *** [arch/um/os-Linux/sys-i386/registers.o] Error 1

make[1]: *** [arch/um/os-Linux/sys-i386] Error 2


next i went with the latest kernel i.e..linux-2.6.21.tar.bz2
but when i run command i.e...make ARCH=um

it's going on exexuting the same sequence of things....finally i could
NOT get the linux bin image.


please suggest me which kernel mirror to use which has already uml
patch built in....

waiting for your reply.....

thank you,
rgds,
prasad

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] doubt regarding UML instlation please help me.
  2007-06-06 11:22 [uml-devel] doubt regarding UML instlation please help me battipatisainagendra Bhavaniprasad
@ 2007-06-06 12:04 ` Antoine Martin
  2007-06-06 13:06 ` Jeff Dike
  1 sibling, 0 replies; 5+ messages in thread
From: Antoine Martin @ 2007-06-06 12:04 UTC (permalink / raw)
  To: battipatisainagendra Bhavaniprasad; +Cc: user-mode-linux-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

[snip]
> arch/um/os-Linux/sys-i386/registers.c:139: error: 'JB_BP' undeclared
> (first use in this function)
> 
> make[2]: *** [arch/um/os-Linux/sys-i386/registers.o] Error 1
> 
> make[1]: *** [arch/um/os-Linux/sys-i386] Error 2
> 
> 
> next i went with the latest kernel i.e..linux-2.6.21.tar.bz2
> but when i run command i.e...make ARCH=um
> 
> it's going on exexuting the same sequence of things....finally i could
> NOT get the linux bin image.
> 
> 
> please suggest me which kernel mirror to use which has already uml
> patch built in....
Try this:

http://user-mode-linux.sourceforge.net/work/current/2.6/2.6.17/patches/jmpbuf

Antoine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGZqK6GK2zHPGK1rsRCmiZAJ9dpqlC1yk7Ikc0t1jT3dgKUih2OACeKtW/
zjnT6NYYv8CKgsZalZzpdbU=
=O+VI
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] doubt regarding UML instlation please help me.
  2007-06-06 11:22 [uml-devel] doubt regarding UML instlation please help me battipatisainagendra Bhavaniprasad
  2007-06-06 12:04 ` Antoine Martin
@ 2007-06-06 13:06 ` Jeff Dike
       [not found]   ` <dec0fd580706060632i6ba612bw1c92d96810d610a@mail.gmail.com>
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Dike @ 2007-06-06 13:06 UTC (permalink / raw)
  To: battipatisainagendra Bhavaniprasad; +Cc: user-mode-linux-devel

On Wed, Jun 06, 2007 at 04:52:25PM +0530, battipatisainagendra Bhavaniprasad wrote:
> next i went with the latest kernel i.e..linux-2.6.21.tar.bz2
> but when i run command i.e...make ARCH=um
> 
> it's going on exexuting the same sequence of things....

What same sequence of things?  The JB_* errors?  That's impossible,
since those are gone in 2.6.21.

> please suggest me which kernel mirror to use which has already uml
> patch built in....

Any mirror which carries 2.6.21.

				Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] doubt regarding UML instlation please help me.
       [not found]   ` <dec0fd580706060632i6ba612bw1c92d96810d610a@mail.gmail.com>
@ 2007-06-06 14:54     ` Jeff Dike
       [not found]       ` <dec0fd580706070013y26b4c550o3c47928c1e2d6837@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Dike @ 2007-06-06 14:54 UTC (permalink / raw)
  To: battipatisainagendra Bhavaniprasad; +Cc: uml-devel

On Wed, Jun 06, 2007 at 07:17:45PM +0545, battipatisainagendra Bhavaniprasad wrote:
>                 I have downloaded kernel 2.6.21 merror from following url
> 
>  http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.gz
> 
> the following commands are given.......to run uml
> 
> make defconfig ARCH=um
> 
> make ARCH=um
> 
> when make ARCH=um is given i found that it is in a loop finally i
> could not get "linux" bin file.

The kernel build can't loop.  How about providing a build log instead
of your vague impressions of what it's doing?

				Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] doubt regarding UML instlation please help me.
       [not found]       ` <dec0fd580706070013y26b4c550o3c47928c1e2d6837@mail.gmail.com>
@ 2007-06-07 13:56         ` Jeff Dike
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Dike @ 2007-06-07 13:56 UTC (permalink / raw)
  To: battipatisainagendra Bhavaniprasad; +Cc: uml-devel

On Thu, Jun 07, 2007 at 02:13:10AM -0500, battipatisainagendra Bhavaniprasad wrote:
> this is the log that i found........likewise this gets executed
> repetedlly.......

OK, so it does loop.

> make: Warning: File `/root/Desktop/linux-2.6.21/arch/um/Makefile-os-Linux'
> has modification time 2e+08 s in the future
> make[1]: Warning: File 
> `/root/Desktop/linux-2.6.21/arch/um/Makefile-os-Linux'
> has modification time 2e+08 s in the future
> make[2]: Warning: File `scripts/Makefile.host' has modification time 2e+08 s
> in the future

You didn't mention this timestamp nonsense.

How did you think I was going to provide a fix if you don't provide
any information?

And, have you thought about figuring out what's wrong with your system's
clock, and fixing it?

				Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-07 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 11:22 [uml-devel] doubt regarding UML instlation please help me battipatisainagendra Bhavaniprasad
2007-06-06 12:04 ` Antoine Martin
2007-06-06 13:06 ` Jeff Dike
     [not found]   ` <dec0fd580706060632i6ba612bw1c92d96810d610a@mail.gmail.com>
2007-06-06 14:54     ` Jeff Dike
     [not found]       ` <dec0fd580706070013y26b4c550o3c47928c1e2d6837@mail.gmail.com>
2007-06-07 13:56         ` Jeff Dike

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.