Hi,
sdk:
ti-processor-sdk-linux-am335x-evm-06.00.00.07-Linux-x86-Install.bin.
I use export PATH=/home/nancy/sitara-am3358/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin:$PATH to set toolchain, but it seems didn’t work.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
sdk:
ti-processor-sdk-linux-am335x-evm-06.00.00.07-Linux-x86-Install.bin.
I use export PATH=/home/nancy/sitara-am3358/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin:$PATH to set toolchain, but it seems didn’t work.
No, it didn't work. I think it is related to toolchain.
export PATH=/home/nancy/sitara-am3358/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin:$PATH didn't take effect.
So the error message is "your GCC is older than 6.0". Before that, the error message said i have no gcc compiler, so i used apt-get install to install gcc.
In conclusion, it is related to GCC compiler.
What version of Ubuntu are you using? I'm on 18.04 and I have gcc 7.4.0.
Can you update gcc to a newer version and does the error go away?
Thanks.