Part Number: PROCESSOR-SDK-AM64X
Hi
I am compiling Linux Kernel for AM64x Evaluation Board but I am not able to compile the device tree binaries.
When I run
make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- dtbs
I am getting the following error:
In file included from arch/arm64/boot/dts/ti/k3-am654.dtsi:8,
from arch/arm64/boot/dts/ti/k3-am654-base-board.dts:8:
arch/arm64/boot/dts/ti/k3-am65.dtsi:8:10: fatal error: dt-bindings/gpio/gpio.h: No such file or directory
8 | #include <dt-bindings/gpio/gpio.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
But the specific file(dt-bindings/gpio/gpio.h) is present in include folder. What might be the problem? I am using SDK 07_03_01_006.
Thanks
Himansu