RE: [SLE] Trying to compile lirc 0.7.1 but lots of errors/kernel compile errors
Yeah, I did! Toward the end of the original email, make prepare-all yields: HOSTCC scripts/mod/file2alias.o In file included from scripts/mod/file2alias.c:30: include/linux/mod_devicetable.h:15: error: conflicting types for `kernel_ulong_t' scripts/mod/file2alias.c:18: error: previous declaration of `kernel_ulong_t' make[2]: *** [scripts/mod/file2alias.o] Error 1 make[1]: *** [scripts/mod] Error 2 make: *** [scripts] Error 2 tv:/usr/src/linux # -Khanh
-----Original Message----- From: Anders Johansson [mailto:andjoh@rydsbo.net] Sent: Saturday, June 04, 2005 7:58 PM To: suse-linux-e@suse.com Subject: Re: [SLE] Trying to compile lirc 0.7.1 but lots of errors/kernel compile errors
On Sunday 05 June 2005 01:48, Khanh Tran wrote:
I'm trying to compile lirc 0.7.1 from source.
When I run "make" I get a lot of errors: <snip lots of kernel errors>
You didn't prepare your kernel source
as root, do
cd /usr/src/linux make mrproper make cloneconfig make prepare-all
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (2)
-
Anders Johansson
-
Khanh Tran