I have a Linux kernel source. I am building Linux kernel image from that source. Now, I have a userspace application. How do I compile the userspace application for that particular Linux kernel source?
Asked
Active
Viewed 119 times
0
-
2Do you mean driver? Usually you don't build an userspace application for a given kernel but for a given `libc` and architecture. – Arkadiusz Drabczyk Jun 20 '19 at 21:00
-
No, not a driver or kernel module, but a normal userspace application. Yes for some `libc` which is there in a particular Linux kernel. – sal_guy Jun 20 '19 at 21:05