* xenfs won't compile as a module
@ 2009-03-22 23:48 M A Young
2009-03-23 2:03 ` Jeremy Fitzhardinge
0 siblings, 1 reply; 2+ messages in thread
From: M A Young @ 2009-03-22 23:48 UTC (permalink / raw)
To: Xen-devel
If I set CONFIG_XENFS=m the compile eventually exits with the error
ERROR: "xen_store_interface" [drivers/xen/xenfs/xenfs.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.8QwiQc (%build)
which I think means that there should be an
EXPORT_SYMBOL(xen_store_interface);
line somewhere in xenbus_probe.c
Michael Young
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: xenfs won't compile as a module
2009-03-22 23:48 xenfs won't compile as a module M A Young
@ 2009-03-23 2:03 ` Jeremy Fitzhardinge
0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Fitzhardinge @ 2009-03-23 2:03 UTC (permalink / raw)
To: M A Young; +Cc: Xen-devel
M A Young wrote:
> If I set CONFIG_XENFS=m the compile eventually exits with the error
> ERROR: "xen_store_interface" [drivers/xen/xenfs/xenfs.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
> + exit 1
> error: Bad exit status from /var/tmp/rpm-tmp.8QwiQc (%build)
> which I think means that there should be an
> EXPORT_SYMBOL(xen_store_interface);
> line somewhere in xenbus_probe.c
Thanks for looking at these. I've actually been fixing these module
issues myself, but I'll need to compare things carefully to make sure I
got everything.
J
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-23 2:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-22 23:48 xenfs won't compile as a module M A Young
2009-03-23 2:03 ` Jeremy Fitzhardinge
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.