| View previous topic :: View next topic |
| Author |
Message |
andma
Joined: 18 Dec 2009 Posts: 75
|
Posted: Wed Sep 01, 2010 9:05 am Post subject: Malibu Kernel Plugin 'make install' fails |
|
|
Hi,
I am having some problems when trying to build the Malibu Kernel Plugin. I have done all steps in the LinuxNotes.pdf but when I run 'make install' I get the following error:
| Code: | :/usr/Innovative/KerPlug/linux# make install
makefile:43: target `@LIB_CSRCS@' doesn't match the target pattern
makefile:46: target `@MOD_CSRCS@' doesn't match the target pattern
/sbin/insmod @MOD_TARGET@
insmod: can't read '@MOD_TARGET@': No such file or directory
make: *** [install] Error 1
|
I have tried to figure out what can be causing these errors but I have hit rock bottom and really could need some help.
//Anders |
|
| Back to top |
|
 |
jhenderson Site Admin
Joined: 07 Mar 2006 Posts: 2252 Location: So. Cal. USA
|
Posted: Wed Sep 01, 2010 8:12 pm Post subject: |
|
|
Please describe your target environment:
Linux variant and kernel revision |
|
| Back to top |
|
 |
andma
Joined: 18 Dec 2009 Posts: 75
|
Posted: Wed Sep 01, 2010 9:45 pm Post subject: |
|
|
We're using:
OS: Linux 2.6.31-14-generic x86_64
System: Ubuntu 9.10 |
|
| Back to top |
|
 |
ollie Site Admin
Joined: 20 Feb 2009 Posts: 138
|
Posted: Thu Sep 02, 2010 9:23 am Post subject: |
|
|
| What version of MalibuRed and WinDriver are you using? |
|
| Back to top |
|
 |
andma
Joined: 18 Dec 2009 Posts: 75
|
Posted: Thu Sep 02, 2010 9:07 pm Post subject: |
|
|
I am using the latest 64-bit beta version. It's kind of hard telling what version that is since you're exchanging files in the releases without increasing versions ...
I figured it out anyway ... somehow I had managed to get an old version of the makefile in to the Kerplug/linux directory and it was that one who complained about the @LIB_CSRCS@
When I removed that one I was able to build the driver. |
|
| Back to top |
|
 |
|