From: Jarod W. <ja...@wi...> - 2010-12-20 20:40:36
|
On Dec 14, 2010, at 3:54 PM, Rick wrote: > On 12/10/2010 08:03 PM, Rick wrote: >> Hi, >> >> In one of the forums I found a link to the git tree that contains >> lirc_zilog. The tar file generated was linux-2.6-lirc-b079de9.tar.gz. >> I was able to compile the zilog driver against lirc-0.8.7 and kernel >> 2.6.33 using the following: >> >> make -C /lib/modules/`uname -r`/build CONFIG_INPUT_LIRC=m \ >> CONFIG_LIRC_ZILOG=m M=$PWD modules >> >> After doing so, it compiled and created the .ko file but gave warnings. >> Can the warnings be ignored? If not, can someone point me to the >> right place to get the lirc_zilog that will compile under 2.6.33? >> >> Thanks a lot! >> R >> >> Compile output below. >> >> make: Entering directory `/usr/src/linux-2.6.33.7-desktop-2mnb' >> Building modules, stage 2. >> MODPOST 1 modules >> WARNING: "lirc_register_driver" [/usr/src/lirc_zilogstuff/lirc_zilog.ko] >> undefined! >> WARNING: "lirc_unregister_driver" >> [/usr/src/lirc_zilogstuff/lirc_zilog.ko] undefined! >> make: Leaving directory `/usr/src/linux-2.6.33.7-desktop-2mnb' >> >> > > Hi, > > Is the method I used to build the zilog module ok? No. > It only built one > module even though I selected two. Could the source of these warnings > be because I built it on a host that doesn't have IR hardware? No. That happens because your build is incomplete. You need to build lirc_dev as well. -- Jarod Wilson ja...@wi... |