We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can support for Odroid devices be added?
Trying to run "make" results in this error.
make ARCH=aarch64 CROSS_COMPILE= -C /lib/modules/3.14.79/build M=/root/rtl8812au modules make[1]: Entering directory '/usr/src/kernel' Makefile:590: /usr/src/kernel/arch/aarch64/Makefile: No such file or directory make[1]: *** No rule to make target '/usr/src/kernel/arch/aarch64/Makefile'. Stop. make[1]: Leaving directory '/usr/src/kernel' Makefile:1264: recipe for target 'modules' failed make: *** [modules] Error 2
The text was updated successfully, but these errors were encountered:
Use ARCH=arm64
Sorry, something went wrong.
No branches or pull requests
Can support for Odroid devices be added?
Trying to run "make" results in this error.
make ARCH=aarch64 CROSS_COMPILE= -C /lib/modules/3.14.79/build M=/root/rtl8812au modules
make[1]: Entering directory '/usr/src/kernel'
Makefile:590: /usr/src/kernel/arch/aarch64/Makefile: No such file or directory
make[1]: *** No rule to make target '/usr/src/kernel/arch/aarch64/Makefile'. Stop.
make[1]: Leaving directory '/usr/src/kernel'
Makefile:1264: recipe for target 'modules' failed
make: *** [modules] Error 2
The text was updated successfully, but these errors were encountered: