|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Building XEN 4.1 stable
JP,
'make world' will compile also the 2.6.32.x jeremy's kernel. So, you need a .config file with your kernel options inside the linux-* folder. You can copy from /boot/config-* and add Xen options (see wiki, Xen Pvops).
Hope this helps. 2011/3/27 JP P <storm66@xxxxxxxxxxxxxxxx>
Hello,
When trying to build Xen 4.1 I get an error :
Make world
......
make -C tools clean
make[2]: Entering directory `/RAIDHOME/usr_src/XEN/xen-4.1.0/tools'
make[3]: Entering directory `/RAIDHOME/usr_src/XEN/xen-4.1.0/tools'
make -C check clean
make[4]: Entering directory
`/RAIDHOME/usr_src/XEN/xen-4.1.0/tools/check'
make[4]: *** ../../.config: Is a directory. Stop.
make[4]: Leaving directory `/RAIDHOME/usr_src/XEN/xen-4.1.0/tools/check'
make[3]: *** [subdir-clean-check] Error 2
make[3]: Leaving directory `/RAIDHOME/usr_src/XEN/xen-4.1.0/tools'
make[2]: *** [subdirs-clean] Error 2
make[2]: Leaving directory `/RAIDHOME/usr_src/XEN/xen-4.1.0/tools'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/RAIDHOME/usr_src/XEN/xen-4.1.0'
make: *** [world] Error 2
And that's all.
There is no ".config" file in the Xen tree !
If I create a dummy ".config" at the top level the compile process goes
to end, but I think that the config file could be useful ?
Regards
JP P
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
-- Sergio Roberto Charpinel Jr.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|