Hello,
I try to build Linux kernel from LSDK21.08 on ls1043ardb board.
I cloned sources from https://source.codeaurora.org/external/qoriq/qoriq-components/linux and I checkouted on linu-5.10-rt branch
I'm using personnal toolchain built with buildroot 2021.11. My toolchain worked fine with u-boot lsdk21.08 compilation.
Like the documentation for LSDK21.08 (Configuring and building (nxp.com)), I made :
$ export CROSS_COMPILE=/link/to/my/toolchain/aarch64-linux-
$ export ARCH=arm64
$ make defconfig lsdk.config
$ make
But, I have a lot of compiling error like that :
In file included from arch/arm64/boot/dts/actions/s700-cubieboard7.dts:8:0:
arch/arm64/boot/dts/actions/s700.dtsi:6:48: erreur fatale: dt-bindings/clock/actions,s700-cmu.h : No such file or directory
#include <dt-bindings/clock/actions,s700-cmu.h>
I tried with linux-5.10 branch and I have same problem.
Just in case, of course, I'm on Linux.