[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] RTAI-1.1 compile problems



Herman Theron wrote:
> 
> Hi
> 
> I hope it is appropriate to send RTAI related questions to this list. If not, is there a list for RTAI?
> 
> I downloaded RTAI-1.1 and a clean Linux kernel 2.2.14, did a "copyto" and the files is changed under the source tree. The kernel compiles without any errors. I can boot this kernel, but as soon as I want to load any rtai modules, it complains about unresolved symbols. I followed the instructions, but can't get it working. Any ideas,  help will be appreciated.
> 
> Cheers
> Herman
>

Hi Herman,

It sounds like your Linux kernel has been compiled with
CONFIG_MODVERSIONS set.  You need to recompile the kernel with this
option turned off and it should fix your problem,

Best regards,

Steve