Sebastian Smolorz wrote:
> Hi Philippe,
> 
> with latest head it is not possible to build the POSIX skin as module. It 
> gives:
> 
> ERROR: "xnarch_divrem_billion" [kernel/xenomai/skins/posix/xeno_posix.ko] 
> undefined!
> 
> Obviously an
> 
> EXPORT_SYMBOL(xnarch_divrem_billion);
> 
> is missing.

Well, no. The definition of xnarh_divrem_billion is in the timeconv.h
header, which should be included in places where this function is
needed. So, what is missing is probably a #include. But Ok, thanks for
taking care of testing 2.5-rc2.

-- 
                                          Gilles


_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to