Tool/software:
I am trying to create a Debian (Bookworm) Linux kernel for the AM64B system using an amd64 build machine. I am using "github.com/.../master" as a guide on how to build the kernel, using only the "ti-linux-kernel-rt" package. I have setup the system for cross-compilation and have used this system to cross compile to create an arm64 image in another repository. I can see the build using the correct cross compiler for the kernel modules. But I am seeing that the folder for the 'linux-libc-dev' package ('build/bookworm/ti-linux-kernel-rt/ti-linux-kernel-rt_09.02.00.010-rt-1/debian/linux-libc-dev/usr/include/') has a folder call 'x86_64-linux-gnu/asm' which is the build machine's architecture. I am expecting it to pull the "aarch64-linux-gnu/asm" like I see in the kernel build I did on the AM64x system.
I modified the 'run.sh' as shown: