-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How I can point the rtl8188eus
build towards the cloned android kernel source instead of the system one?
#285
Comments
Update I tried with:
But I got:
And I am stuck |
hi,
|
Then I switched into GCC via trying:
My folder structure is:
I build the android kernel using:
Then I tried building te driver like this:
And so far I saw the file
How I can make the missing file??? |
i don't think that you have any issues with the |
I try to build the driver for android so I can load it into the emulator. So far I have installed both android sdk, afterwards I have installed ndk using sdk manager:
And I have exported the following environmental variables:
Then I cloned the common kernel:
Then I cloned the driver source:
But I get the error:
As you can see it is pointed towards the system's linux kernel and not towards the android kernel that I have cloned upon. How I can fix this?
The text was updated successfully, but these errors were encountered: