This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM64X: Kernel build error

Part Number: PROCESSOR-SDK-AM64X

Tool/software:

The kernel build with default RT config is failing.

The CROSS_COMPILE_64 is set to "linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-"

make ARCH=arm64 CROSS_COMPILE="$CROSS_COMPILE_64" defconfig ti_rt.config
HOSTCC scripts/basic/fixdep
In file included from /home/swathi/defaultti/ti-processor-sdk-linux-rt-am64xx-evm-11.01.05.03/linux-devkit/sysroots/aarch64-oe-linux/usr/include/features-time64.h:21,
from /home/swathi/defaultti/ti-processor-sdk-linux-rt-am64xx-evm-11.01.05.03/linux-devkit/sysroots/aarch64-oe-linux/usr/include/features.h:394,
from /home/swathi/defaultti/ti-processor-sdk-linux-rt-am64xx-evm-11.01.05.03/linux-devkit/sysroots/aarch64-oe-linux/usr/include/sys/types.h:25,
from scripts/basic/fixdep.c:92:
/home/swathi/defaultti/ti-processor-sdk-linux-rt-am64xx-evm-11.01.05.03/linux-devkit/sysroots/aarch64-oe-linux/usr/include/bits/timesize.h:23:10: fatal error: bits/timesize-32.h: No such file or directory
23 | #include <bits/timesize-32.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.