Hi,
There are 2 compilers used in IMX7(ARM Yocto Linux):
arm-poky-linux-gnueabi-gcc
arm-poky-linux-gnueabi-g++
When I build complete image by spending about 2 hours its already downloaded.
But I would like to know how to install this ARM tool chain(cross compiler) directly on PC(Ubuntu/CentOS) and use it as separate compiler in PC instead of with its Image as I mentioned above.
I tired as below but it ends up with error:
[root@localhost ~]# yum install gcc-arm-linux-gnueabihf Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: centos.mirror.iphh.net * epel: ftp.cica.es * extras: centos.copahost.com * ius: archive.linux.duke.edu * updates: mirror.eu.oneandone.net No package gcc-arm-linux-gnueabihf available. Error: Nothing to do
and Its same for
[root@localhost ~]# yum install g++-arm-linux-gnueabihf
Reagrds