- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I need to develop a kernel module for my system. I dont know how to compile the module with my kernel headers. I searched rocketboards but could not find the answer. Please advice.
Thank you
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Once you build your linux kernel, you can use the following command:
make CROSS_COMPILE=<PATH_TO_YOUR_COMPILER> KERNEL_SRC=<inux-socfpga location>
This will build the custom kernel module for you.
Thank you
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Once you build your linux kernel, you can use the following command:
make CROSS_COMPILE=<PATH_TO_YOUR_COMPILER> KERNEL_SRC=<inux-socfpga location>
This will build the custom kernel module for you.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much. I can compile it now.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page