c++ - cc1plus: error while loading shared libraries -
i running simulator mounted on disk. when trying cross compile application, gives me error:
/mnt/mipsroot/cross-tools/bin/../libexec/gcc/mips-unknown-linux-gnu/4.6.3/cc1plus: error while loading shared libraries: libcloog.so.0: cannot open shared object file: no such file or directory
i have tried lot rectify it, in vain. there way how can application cross compile?
[root@canada ~]# yum search cloog redirecting '/usr/bin/dnf search cloog' (see 'man yum2dnf') last metadata expiration check: 0:56:47 ago on thu nov 10 14:11:03 2016. ================================= n/s matched: cloog ================================= cloog.i686 : chunky loop generator cloog.x86_64 : chunky loop generator cloog-devel.i686 : development tools chunky loop generator cloog-devel.x86_64 : development tools chunky loop generator [root@canada ~]# yum install cloog-devel
did ?
Comments
Post a Comment