C.J. Adams-Collier
2009-Nov-17 17:10 UTC
[Xen-devel] building unmodified_drivers on a recent kernel
Hey folks, I''m trying to build unmodified_drivers on a recent kernel (2.6.27.39-0.0.0.2.a1d3483-xen), but I''m failing on platform-pci. Is there a better version to use? Maybe I don''t understand the build instructions. Thanks in advance, C.J. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
C.J. Adams-Collier
2009-Nov-17 21:45 UTC
[Xen-devel] Re: building unmodified_drivers on a recent kernel
I built the 2.6.31.5 kernel from here and got the attached error. I think I''m getting closer... Any hints? http://aur.archlinux.org/packages.php?ID=29023 On Tue, 2009-11-17 at 09:10 -0800, C.J. Adams-Collier wrote:> Hey folks, > > I''m trying to build unmodified_drivers on a recent kernel > (2.6.27.39-0.0.0.2.a1d3483-xen), but I''m failing on platform-pci. Is > there a better version to use? Maybe I don''t understand the build > instructions. > > Thanks in advance, > > C.J. >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jan Beulich
2009-Nov-18 08:58 UTC
Re: [Xen-devel] building unmodified_drivers on a recent kernel
>From the log I would judge that your source tree is a forward ported one,and you try to build the drivers against a kernel that was built for Xen (i.e. CONFIG_XEN enabled) - which makes no sense. You want the unmodified drivers explicitly for anything *but* Xen-enabled configurations. Jan>>> "C.J. Adams-Collier" <cjcollier@gmail.com> 17.11.09 18:10 >>>Hey folks, I''m trying to build unmodified_drivers on a recent kernel (2.6.27.39-0.0.0.2.a1d3483-xen), but I''m failing on platform-pci. Is there a better version to use? Maybe I don''t understand the build instructions. Thanks in advance, C.J. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
C.J. Adams-Collier
2009-Nov-18 15:43 UTC
[Xen-users] Re: building unmodified_drivers on a recent kernel
I wonder if this question would be better received on this list...? On Tue, 2009-11-17 at 13:45 -0800, C.J. Adams-Collier wrote:> I built the 2.6.31.5 kernel from here and got the attached error. I > think I''m getting closer... Any hints? > > http://aur.archlinux.org/packages.php?ID=29023 > > > On Tue, 2009-11-17 at 09:10 -0800, C.J. Adams-Collier wrote: > > Hey folks, > > > > I''m trying to build unmodified_drivers on a recent kernel > > (2.6.27.39-0.0.0.2.a1d3483-xen), but I''m failing on platform-pci. Is > > there a better version to use? Maybe I don''t understand the build > > instructions. > > > > Thanks in advance, > > > > C.J. > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jan Beulich
2009-Nov-19 08:23 UTC
Re: [Xen-devel] building unmodified_drivers on a recent kernel
>>> "C.J. Adams-Collier" <cjac@colliertech.org> 19.11.09 02:17 >>> >I grabbed the .config from the 2.6.18 kernel we''re currently running and >did the ''make oldconfig'' thing. I think I selected sane options. I''ve >attached it in case you have time to review. > >At least the log looks different now... > >Perhaps I''ve got some other mis-configurations in the .config file?Log file and .config don''t match up - there''s no CONFIG_XEN_COMPAT in the config file, yet the log file reports that the symbol is defined in autoconf.h. You may have a stale tree.>Perhaps you have a working one I might be able to try?Just try any of the ones we ship with SLE11 (should be in kernel-source.rpm, but you could also simply grab them from a running kernel''s /proc/config.gz). Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel