2009-07-20 04:23:13 How to test the connector code?
ThangarJ P (INDIA)
Message: 77709
Hi ,
i want to test the connector test code (linux2.6/Documentation/connector)to confirm the netlink functionality.
what are things need to enabled in the make menuconfig to test that example code?
please help me to test that code.
Thanks
QuoteReplyEditDelete
2009-07-20 04:25:16 Re: How to test the connector code?
Mike Frysinger (UNITED STATES)
Message: 77710
there are no config options. you go in there and run `make`.
QuoteReplyEditDelete
2009-07-20 05:05:23 Re: How to test the connector code?
ThangarJ P (INDIA)
Message: 77711
hi Mike,
In which folder we have to run make ?
the file ucon.c has userspace codes.are we need to run this file from userspace?
how can make the cn_test.c file?
please clarify the above
Thanks
QuoteReplyEditDelete
2009-07-20 05:14:58 Re: How to test the connector code?
Mike Frysinger (UNITED STATES)
Message: 77713
cn_test.c is a normal module. build it like any other.
ucon.c is the example userspace app that connects to the example module.
QuoteReplyEditDelete