All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: unmodified drivers build error with 4.0.0-rc4 and 2.6.32 pv-ops
  2010-03-08 22:51 unmodified drivers build error with 4.0.0-rc4 and 2.6.32 pv-ops benco
@ 2010-03-08 22:28 ` Konrad Rzeszutek Wilk
  2010-03-09  7:12 ` Pasi Kärkkäinen
  1 sibling, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-03-08 22:28 UTC (permalink / raw)
  To: benco; +Cc: xen-devel

On Mon, Mar 08, 2010 at 11:51:51PM +0100, benco wrote:
> hello,
> 
> i'm trying to build an unmodified drivers for 2.6.26 kernel (debian lenny),
> but i'm getting the following error:
> 
> export XEN=/usr/src/xen-unstable.hg/xen
> export XL=/usr/src/linux-source-2.6.26
> ./mkbuildtree x86_64
> make -C /lib/modules/2.6.26-2-amd64/build M=$PWD modules
> make: Entering directory /usr/src/linux-headers-2.6.26-2-amd64'
> make[2]: *** No rule to make target
> /usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.o',
> needed by
> /usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/xen-balloon.o'. 
> Stop.
> make[1]: *** [/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon]
> Error 2
> make: *** [_module_/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6]
> Error 2
> make: Leaving directory /usr/src/linux-headers-2.6.26-2-amd64'
> 
> my setup is xen 4.0.0-rc4 and 2.6.32 pv-ops kernel
> 
> i've read that unmodified drivers are not finished yet to work with newer
> kernels but i don't know if it's true or not.

Why do you unmodified drivers? A lot of the Xen front-end drivers are
already in the Linux kernel.
> 
> any suggestions would be appreciated.
> 
> thanks,
> 
> roman
>  
> -- 
> ----------------------------------------------------------------------
>   ,''`.       [benco] | mailto: benco@acid.sk | silc: /msg benco
>  : :' :  -------------------------------------------------------------
>  `. `'           GPG publickey: http://www.acid.sk/pubkey.asc
>    `-      KF  =  0DF6 0592 74D2 F17A DACF  A5C3 1720 CB7C F54C F429
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

* unmodified drivers build error with 4.0.0-rc4 and 2.6.32 pv-ops
@ 2010-03-08 22:51 benco
  2010-03-08 22:28 ` Konrad Rzeszutek Wilk
  2010-03-09  7:12 ` Pasi Kärkkäinen
  0 siblings, 2 replies; 3+ messages in thread
From: benco @ 2010-03-08 22:51 UTC (permalink / raw)
  To: xen-devel

hello,

i'm trying to build an unmodified drivers for 2.6.26 kernel (debian lenny),
but i'm getting the following error:

export XEN=/usr/src/xen-unstable.hg/xen
export XL=/usr/src/linux-source-2.6.26
./mkbuildtree x86_64
make -C /lib/modules/2.6.26-2-amd64/build M=$PWD modules
make: Entering directory /usr/src/linux-headers-2.6.26-2-amd64'
make[2]: *** No rule to make target
/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.o',
needed by
/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/xen-balloon.o'. 
Stop.
make[1]: *** [/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon]
Error 2
make: *** [_module_/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6]
Error 2
make: Leaving directory /usr/src/linux-headers-2.6.26-2-amd64'

my setup is xen 4.0.0-rc4 and 2.6.32 pv-ops kernel

i've read that unmodified drivers are not finished yet to work with newer
kernels but i don't know if it's true or not.

any suggestions would be appreciated.

thanks,

roman
 
-- 
----------------------------------------------------------------------
  ,''`.       [benco] | mailto: benco@acid.sk | silc: /msg benco
 : :' :  -------------------------------------------------------------
 `. `'           GPG publickey: http://www.acid.sk/pubkey.asc
   `-      KF  =  0DF6 0592 74D2 F17A DACF  A5C3 1720 CB7C F54C F429

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

* Re: unmodified drivers build error with 4.0.0-rc4 and 2.6.32 pv-ops
  2010-03-08 22:51 unmodified drivers build error with 4.0.0-rc4 and 2.6.32 pv-ops benco
  2010-03-08 22:28 ` Konrad Rzeszutek Wilk
@ 2010-03-09  7:12 ` Pasi Kärkkäinen
  1 sibling, 0 replies; 3+ messages in thread
From: Pasi Kärkkäinen @ 2010-03-09  7:12 UTC (permalink / raw)
  To: benco; +Cc: xen-devel

On Mon, Mar 08, 2010 at 11:51:51PM +0100, benco wrote:
> hello,
> 
> i'm trying to build an unmodified drivers for 2.6.26 kernel (debian lenny),
> but i'm getting the following error:
> 

Does this blog post help?:
http://wp.colliertech.org/cj/?p=653

-- Pasi

> export XEN=/usr/src/xen-unstable.hg/xen
> export XL=/usr/src/linux-source-2.6.26
> ./mkbuildtree x86_64
> make -C /lib/modules/2.6.26-2-amd64/build M=$PWD modules
> make: Entering directory /usr/src/linux-headers-2.6.26-2-amd64'
> make[2]: *** No rule to make target
> /usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.o',
> needed by
> /usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/xen-balloon.o'. 
> Stop.
> make[1]: *** [/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon]
> Error 2
> make: *** [_module_/usr/src/xen-unstable.hg/unmodified_drivers/linux-2.6]
> Error 2
> make: Leaving directory /usr/src/linux-headers-2.6.26-2-amd64'
> 
> my setup is xen 4.0.0-rc4 and 2.6.32 pv-ops kernel
> 
> i've read that unmodified drivers are not finished yet to work with newer
> kernels but i don't know if it's true or not.
> 
> any suggestions would be appreciated.
> 
> thanks,
> 
> roman
>  
> -- 
> ----------------------------------------------------------------------
>   ,''`.       [benco] | mailto: benco@acid.sk | silc: /msg benco
>  : :' :  -------------------------------------------------------------
>  `. `'           GPG publickey: http://www.acid.sk/pubkey.asc
>    `-      KF  =  0DF6 0592 74D2 F17A DACF  A5C3 1720 CB7C F54C F429
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2010-03-09  7:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08 22:51 unmodified drivers build error with 4.0.0-rc4 and 2.6.32 pv-ops benco
2010-03-08 22:28 ` Konrad Rzeszutek Wilk
2010-03-09  7:12 ` Pasi Kärkkäinen

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.