I have a TX2 board runing ubutu 18.04 LTS. I am trying to kernel compile it.
I am following this post here
Everything works fine until this command
make ARCH=arm64 O=$TEGRA_KERNEL_OUT -j4
which gives this error
make ARCH=arm64 O=$TEGRA_KERNEL_OUT -j4
make[1]: Entering directory '/home/admin123/jetson_tx2/kernel/kernel-4.9/jetson_tx2_kernel'
arch/arm64/Makefile:49: LSE atomics not supported by binutils
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
CHK include/config/kernel.release
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
GEN ./Makefile
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
CHK include/generated/uapi/linux/version.h
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
CHK include/generated/utsrelease.h
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
Using .. as source for kernel
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
/lib64/ld-linux-x86-64.so.2: No such file or directory
HOSTCC scripts/kallsyms
CC scripts/mod/empty.o
HOSTCC scripts/pnmtologo
warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
HOSTCC scripts/conmakehash
/lib64/ld-linux-x86-64.so.2: No such file or directory
../scripts/Makefile.build:335: recipe for target 'scripts/mod/empty.o' failed
make[3]: *** [scripts/mod/empty.o] Error 255
../scripts/Makefile.build:649: recipe for target 'scripts/mod' failed
make[2]: *** [scripts/mod] Error 2
make[2]: *** Waiting for unfinished jobs....
/home/admin123/jetson_tx2/kernel/kernel-4.9/Makefile:579: recipe for target 'scripts' failed
make[1]: *** [scripts] Error 2
make[1]: Leaving directory '/home/admin123/jetson_tx2/kernel/kernel-4.9/jetson_tx2_kernel'
Makefile:171: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2
/lib64/ld-linux-x86-64.so.2: No such file or directory
seems to be the error i tried installing required library with no solution
also, this is been done on the TX2 board itself .