I have imx6 SABRE platform. I used this link to create Linux image from CodeAurora that is now running on successfully on the imx6 platform.
Task #1 - Download the source code
I am building imx-image-multimedia.
Now I have custom test code I want use to test Wi-Fi modues. I would like to compile this code on the imx6 platform itself. However the Linux OS does not have and gnu compilers that I can find. I would like to simply use g++ or arm-linux-androideabi-g++.
Which compilers are present on the platform or how do you suggest I compile this code?
regards