I can't seem to figure out which tool chain I should be using for Cortex-A8 OMAP3503 when cross compiling from CentOS. I figured it would be gcc-arm-8.2-2018.11-x86_64-arm-linux-gnueabihf.tar.xz, but the compiler binary in that wont execute in CentOS.
Thanks in advance for any info.
Your CentOS host machine may be 32-bit. Make sure uname returns 64-bit.
$ uname -m x86_64