Replies: 1 comment 5 replies
-
Please provide a way to reproduce the problem, otherwise it's hard to investigate issues. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
devicetree error: unexpected 'interrupt-cells:' length in binding for <Node /soc/interrupt-controller@c000000 in '/home/zephyrproject/zephyr/misc/empty_file.c'> - 2 instead of 1
I am trying to build zephyr for a custom soc+board,I have followed the steps as in the main website.Now i am stuck at this device tree error.
I am targeting a riscv based platform.The interrupt controller is compatible with riscv,plic and it has interrupt cells <1>.
Beta Was this translation helpful? Give feedback.
All reactions