[Click] Funny error compiling Click 2.0.1 with kernel module on 3.5.0-22-generic

Eddie Kohler ekohler at gmail.com
Fri Mar 15 20:24:01 EDT 2013


For what it's worth, the current Click head compiles and installs
cleanly on Ubuntu 12.10 x86-64. (3.5.) I had to tweak a couple things
to get this.

I don't recommend using --with-linux=/usr/src/.... Click will default
to getting the sources from /lib/modules, which are more complete than
the --with-linux line.

Eddie


On Fri, Mar 15, 2013 at 6:16 PM, Eddie Kohler <ekohler at gmail.com> wrote:
> Hi David,
>
> We might be able to help. Please attach your config.log.
>
> Eddie
>
>
> On Thu, Mar 14, 2013 at 6:37 PM, David M Iserovich <dmi216 at nyu.edu> wrote:
>> Hi, I'm new to Click and I'm having a lot of fun with it in user-land, but
>> I get a funny error compiling with the linux module on
>>
>> Linux 3.5.0-22-generic #34-Ubuntu SMP Tue Jan 8 21:47:00 UTC 2013 x86_64
>> x86_64 x86_64 GNU/Linux
>>
>> Which is Ubuntu 12.10. My compilation command, after copying out the
>> System.map file to the current directory, and putting the current Debian
>> config from /boot/config-`uname -r`. My exact compilation command is
>>
>> ./configure --with-linux=/usr/src/linux-headers-`uname -r`
>> --with-linux-map=./System.map-`uname -r` --enable-linuxmodule
>>
>> The error is, from the configure output
>>
>> configure: making C++-safe versions of Linux kernel headers (may take a
>> while)
>> Usage: fixincludes.pl -o OUTPUTDIR CFLAGS
>> configure: error:
>> ==============================================
>>
>> fixincludes.pl execution failed.
>>
>> ==============================================
>>
>>
>> which seems like fixinclude.pl is getting badly formatted args for some
>> reason, since it outputs that "Usage:" message.
>>
>> Can anyone help?
>> _______________________________________________
>> click mailing list
>> click at amsterdam.lcs.mit.edu
>> https://amsterdam.lcs.mit.edu/mailman/listinfo/click


More information about the click mailing list