Hi,
I followed doc mentioned on https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide%2Fkernel_custom.html%23
I can build kernel. But I saw message “arch/arm64/Makefile:49: LSE atomics not supported by binutils” when using command “$ sudo make ARCH=arm64 O=$TEGRA_KERNEL_OUT modules_install INSTALL_MOD_PATH=<top>/Linux_for_Tegra/rootfs/”
Although I can install modules finally without error, will there be any using problem?
I can’t figure the message. Thanks a lot.