---------- Forwarded message ---------- From: Shahbaz Youssefi <[email protected]> Date: Mon, May 16, 2016 at 10:10 PM Subject: Re: [etherlab-users] No symbol version To: Cleverson Deotti <[email protected]>
You probably got warnings during build that the symbols were not found. When you use symbols from another module, such as RTAI's and ecmaster's, you need to set: KBUILD_EXTRA_SYMBOLS = /all/other/Module.symvers This makes the build correctly link with the symbols, so that when you insmod your module, it knows it is ok to use the symbols from the ecmaster module. On Mon, May 16, 2016 at 7:18 PM, Cleverson Deotti <[email protected]> wrote: > I installed ethercat master 1.5.2 at kernel 3.4-9 RTAI , i start ethercat > normaly but when i load the application module, i get : "no symbol version > for function_name" > for all the functions . > what is the problem? > > Best regards. > > Cleverson Deotti > > _______________________________________________ > etherlab-users mailing list > [email protected] > http://lists.etherlab.org/mailman/listinfo/etherlab-users > _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
