On Tue, Jan 31, 2017 at 4:50 AM, Sriram V <[email protected]> wrote: > I am using Android kitkat. I was compiling busybox for android and i > get the following error when i select ifplugd. > > ifplugd.c:38:23: fatal error: linux/mii.h: No such file or directory > > I am compiling with an Android toolchain in android environment. I > also tried with ndk and i get the same error as well. > > I need this application for my usage. Can anyone point me to the right > sources which fixes the error.
I don't get it. Android uses Linux kernel, so for your Android toolchain it should come with the <linux/mii.h> header that you mentioned. Otherwise, how come does it include other Linux headers successfully while for this one it fails? _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
