Hello,
I set up my development environment with Ubuntu 18.04 and linaro toolchain. After compiling and executing a simple hello world app on the target, I want to compile and execute prepared examples. In this context, I follow the steps in the following link ;
But I would like to ask something. Isn’t there custom embedded linux on A5 Cortex ? Is yes, compiler naming convention should be like “arm-linux-gnueabihf-gcc” or “arm-linux-gnueabihf-g++”? But according to the tutorial, “arm-none-eabi-gcc” should be used for compiling. I am new on this platform and a bit confused. Could you please help me to clarify this ambitious points ?
Thanks in advance,
Best Regards