Skip to content
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

aarch64 isn't supported #93

Open
charliebabbitt1988 opened this issue May 10, 2018 · 1 comment
Open

aarch64 isn't supported #93

charliebabbitt1988 opened this issue May 10, 2018 · 1 comment

Comments

@charliebabbitt1988
Copy link

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

@astsam
Copy link
Owner

astsam commented Aug 7, 2018

Use ARCH=arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants