We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Hi,
Which executable are you trying to run ??
I am using CentOS 7.
If I try arm-linux-gnueabihf-g++ without a file then it runs, I get 'fatal error no input files' but it will execute.
Similarly I can compile some simple test code.
So which exec are you having trouble with please ?
Thanks,
Stuart
Your CentOS host machine may be 32-bit. Make sure uname returns 64-bit.
$ uname -m x86_64