-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cant Compile #1
Comments
You are getting the error because your are missing the |
in https://github.com/NextThingCo/CHIP-linux/tree/debian/4.4.13-ntc-mlc/arch/arm/boot/dts/include |
It looks like the files are available in include/dt-bindings on that kernel. |
Yes that is correct just copied them and managed to compile without any issues |
Dear Sir
When I try to compile on the GETCHIP board (I didnt try anywhere else) I get this error:
What overlay do you want to compile:
mmc.dts
Compiling mmc.dts
mmc.dts:31:43: fatal error: dt-bindings/pinctrl/sun4i-a10.h: No such file or directory
#include <dt-bindings/pinctrl/sun4i-a10.h>
^
compilation terminated.
Error: mmc.dts:29.9-10 syntax error
FATAL ERROR: Unable to parse input tree
There was an error during compilation
What am I missing, I didnt find anywhere what else should I install in order to compile it successfully.
Can you post some instructions?
The text was updated successfully, but these errors were encountered: