Hello,
since the lirc_serial module that comes with openSuSE 11 has no transmitter support, i tried to build lirc 0.8.3. When i run configure, i get the following error messages:
checking for Linux kernel sources… /tmp/LIRCMF.im5CW2:27: warning: overriding
commands for target lirc_tell_me_what_cc_is' /tmp/LIRCMF.im5CW2:24: warning: ignoring old commands for target
lirc_tell_me_w
hat_cc_is’
make[2]: *** No rule to make target lirc_tell_me_what_cc_is'. Stop. make[1]: *** [sub-make] Error 2 make: *** [all] Error 2 /tmp/LIRCMF.im5CW2:29: warning: overriding commands for target
lirc_tell_me_wha
t_version_is’
/tmp/LIRCMF.im5CW2:24: warning: ignoring old commands for target lirc_tell_me_w hat_version_is' make[2]: *** No rule to make target
lirc_tell_me_what_version_is’. Stop.
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2
/tmp/LIRCMF.im5CW2:31: warning: overriding commands for target lirc_tell_me_wha t_patchlevel_is' /tmp/LIRCMF.im5CW2:24: warning: ignoring old commands for target
lirc_tell_me_w
hat_patchlevel_is’
make[2]: *** No rule to make target `lirc_tell_me_what_patchlevel_is’. Stop.
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2
./configure: line 22974: test: too many arguments
/lib/modules/2.6.25.5-1.1-default/build/
The Makefile is built but is unusable because it contains this:
kernelcc =
ERROR: Kernel configuration is invalid.
include/linux/autoconf.h or include/config/auto.conf are missing.
Run ‘make oldconfig && make prepare’ on kernel src to fix it.
kerneldir = /lib/modules/2.6.25.5-1.1-default/build/
I did run “make cloneconfig” and “make oldconfig” and “make prepare”.
Any ideas? Any help is greatly appreciated.
Falk