-
Notifications
You must be signed in to change notification settings - Fork 49
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
Compilation error : Syntax error #4
Comments
this kind of problem can be solved by doing : A had this error too and this solved it: |
I also had tis error : In order to go trough, i did : |
If you are using a Linux distribution, like Ubuntu, CentOS, when you install Kernel header files, it will link /usr/src/linux to /lib/module/{uname -a}/build automatically. If you are using a customised Linux, you may need to do it by yourself. Because some userspace tools (and third party driver installers) can access the source for the running kernel. |
Hey,
I try to test this on ARM A9,
I tried ' sudo make runtests' and i have this error :
scripts/basic/fixdep: 1: scripts/basic/fixdep: Syntax error: end of file unexpected (expected ")")
Do you know what can be the cause ?
The text was updated successfully, but these errors were encountered: