Part Number: PROCESSOR-SDK-AM335X
I got the SDK from TI. I have setup env and cross compiler.
linux kernel version is "linux-4.9.69+gitAUTOINC+9ce43c71ae-g9ce43c71ae"
for the config, I use "make tisdk_am335x-evm_defconfig" and "make" .
fail information is
GEN lib/oid_registry_data.c
/home/newrt/share/PDT/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/perl: line 4: /home/newrt/share/PDT/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/perl.real: No such file or directory
I am sure the file in path "/home/newrt/share/PDT/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/perl.real"
I am sure the compiler can access to this file
how should I fix this problem?