Tool/software: Linux
Hi,
The customer needs to add gcc tool and make tool when make rootfs. He added it based on the file system arago-base-tisdk-image-am57xx-evm.tar.xz.
Below are procedures :
1.Unzip the file
2.Unzip gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf.tar.xz under /home/root
3.Add environment under /etc/profile
4.Make SD card
But after enter the system, it said cannot execute binary file: exec format error when use arm-linux-gnueabihf-gcc. Please give some suggestions.