* Do you have your kernel source installed?
rpm -Uvh kernel-source-${YOUR_KERNEL_VERSION}.rpm
* Did you make sure to have a .config file in place?
cd /usr/src/linux-2.4/configs
cp kernel-${YOUR_KERNEL_VERSION}.config ../.config
* Then compile your kernel just for kicks...
cd ..
make dep
make bzImage
make modules
* Now go back and try to compile lirc...
On Fri, 3 Jan 2003 Pedro_Nogueira@... wrote:
> When I do make after setup.sh
> I receive this errors
>
>
> /usr/src/linux-2.4.18-14/scripts/pathdown.sh: line 4: TOPDIR: parameter
> null or
> not set
> make[4]: Entering directory `/usr/src/linux-2.4.18-14'
> make[4]: *** No rule to make target `lirc_serial.o', needed by `modules'.
> Stop.
> make[4]: Leaving directory `/usr/src/linux-2.4.18-14'
> make[3]: *** [lirc_serial.o] Error 2
> make[3]: Leaving directory `/root/lirc-0.6.6/drivers/lirc_serial'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/lirc-0.6.6/drivers'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/lirc-0.6.6'
> make: *** [all] Error 2
>
> Help appreciated
--
Quantum Linux Laboratories - ACCELERATING Business with Linux Technology
* Education |
* Integration | http://www.quantumlinux.com
* Support | chuckw@...
"Those who don't understand UNIX are condemned to reinvent it, poorly."
-- Henry Spencer
|