On 31-07-13 22:09, Jerry Stuckle wrote:
> Ben,
>
> I should also add - I doubt there are many people trying to create new
> kernel modules for Debian which aren't being merged into the upstream
> kernel,
There are plenty of out-of-tree modules; that isn't very special.
This should Just Work(TM),
On 7/31/2013 3:46 PM, Ben Hutchings wrote:
On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote:
On 7/31/2013 2:39 PM, Adam D. Barratt wrote:
On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote:
And compiling kernel modules is off-topic for debian-user. It should,
however, be on-topic he
On 7/31/2013 3:46 PM, Ben Hutchings wrote:
On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote:
On 7/31/2013 2:39 PM, Adam D. Barratt wrote:
On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote:
And compiling kernel modules is off-topic for debian-user. It should,
however, be on-topic he
On Wed, 2013-07-31 at 15:05 -0400, Jerry Stuckle wrote:
> On 7/31/2013 2:39 PM, Adam D. Barratt wrote:
> > On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote:
> >> And compiling kernel modules is off-topic for debian-user. It should,
> >> however, be on-topic here.
> >
> > Not really, although
On 7/31/2013 2:39 PM, Adam D. Barratt wrote:
On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote:
And compiling kernel modules is off-topic for debian-user. It should,
however, be on-topic here.
Not really, although I realise the longer description on
https://lists.debian.org/debian-devel/
On Wed, 2013-07-31 at 10:53 -0400, Jerry Stuckle wrote:
> And compiling kernel modules is off-topic for debian-user. It should,
> however, be on-topic here.
Not really, although I realise the longer description on
https://lists.debian.org/debian-devel/ could lead you to that
conclusion. As the s
On 7/31/2013 11:09 AM, Chris Bannister wrote:
On Wed, Jul 31, 2013 at 10:53:33AM -0400, Jerry Stuckle wrote:
And compiling kernel modules is off-topic for debian-user. It
should, however, be on-topic here.
Correct, but you are more likely to be directed to debian-mentors. Try
there.
Chri
On Wed, Jul 31, 2013 at 10:53:33AM -0400, Jerry Stuckle wrote:
>
> And compiling kernel modules is off-topic for debian-user. It
> should, however, be on-topic here.
Correct, but you are more likely to be directed to debian-mentors. Try
there.
--
"If you're not careful, the newspapers will ha
that (it must have been later than I thought last
night :) ).
However, that didn't change the problem. I still get the missing
Makefile message.
Your Makefile works for me with the typo fixed and a trivial mymodule.c:
#include
MODULE_LICENSE("GPL");
Please direct further question
/modules/$(KVERSION)/build M-$(PWD) modules
> > [...]
> >
> > You typed 'M-' instead of 'M='.
> >
> > Ben.
> >
>
> Ben,
>
> Thanks for catching that (it must have been later than I thought last
> night :) ).
>
> Howe
mymodule.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M-$(PWD) modules
[...]
You typed 'M-' instead of 'M='.
Ben.
Ben,
Thanks for catching that (it must have been later than I thought last
night :) ).
However, that didn't change th
On 7/31/2013 2:11 AM, Paul Wise wrote:
On Wed, Jul 31, 2013 at 5:05 AM, Jerry Stuckle wrote:
I'm trying to compile my first module for Debian (right now it doesn't do
anything - one step at a time :) ).
My makefile is:
obj-m = mymodule.o
KVERSION = $(shell uname -r)
Looks like you are talki
On Tue, 2013-07-30 at 23:05 -0400, Jerry Stuckle wrote:
> Hi, all,
>
> I hope this is the right list.
>
> I'm trying to compile my first module for Debian (right now it doesn't
> do anything - one step at a time :) ).
>
> My makefile is:
>
> obj-m = mymodule.o
> KVERSION = $(shell uname -r)
>
On Wed, Jul 31, 2013 at 5:05 AM, Jerry Stuckle wrote:
> I'm trying to compile my first module for Debian (right now it doesn't do
> anything - one step at a time :) ).
>
> My makefile is:
>
> obj-m = mymodule.o
> KVERSION = $(shell uname -r)
Looks like you are talking about a Linux kernel module.
Hi, all,
I hope this is the right list.
I'm trying to compile my first module for Debian (right now it doesn't
do anything - one step at a time :) ).
My makefile is:
obj-m = mymodule.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M-$(PWD) modules
clean:
15 matches
Mail list logo