Well, I don't remember the details, but it posed problems when building Comedi
and/or its RT stuff and my Comedi based RT modules.

Else, I wouldn't have modified rtl.mk after doing make dep :-)

Gerard

Ken Teh wrote:
> 
> I also had the same message with unresolved symbols, but have so far ignored
> them as it has not affected what I'm trying to do, at least I dont think so.
> I presume it's harmless or is it?
> 
> Ken
> 
> On Wed, 21 Mar 2001, Jonas Persson wrote:
> 
> > I examined the Makefiles for RTLinux 3.0 and 2.2 somewhat closely after having 
>problems with unresolved symbols in the modules built by RTLinux 3.0, and found out 
>that in 2.2, the RTLINUX variable actually points to the linux source tree, but in 
>3.0, the RTLINUX variable points to rtlinux itself. Thus, the makefile never finds 
>CONFIG_MODVERSIONS to be true in the following statements:
> >
> > ifdef CONFIG_MODVERSIONS
> > CFLAGS += -DMODVERSIONS -include $(RTLINUX)/include/linux/modversions.h
> > endif
> >
> > This means that you can add CONFIG_MODVERSIONS to your .config file in your 
>rtlinux source tree, or maybe even do the following:
> >
> > include linux/.config
> >
> > in the makefile. I wouldn't do that, a name clash could occur... unlikely, but 
>still possible.
> >
> > The reason for me currently not submitting a patch for this is that I previosly 
>accidentally got the modules to work with kernel 2.4.0 - maybe I just forgot to 
>activate module versioning, maybe I should examine the source code more closely! :-)
> >
> > Comments? What is the best solution?
> >
> > /Jonas
> > ______________________________________________________________________
> >  Jonas Persson                    E-mail: [EMAIL PROTECTED]
> >  Project Manager, M.Sc C.Sc&E     http://www.comsys.se/
> >  Comsys AB (publ)                 Phone: +46-(0)46-286 3051
> >  Forskningsbyn IDEON              Fax: +46-(0)46-286 3505
> >  S-223 70 Lund, Sweden
> >
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to