I am currently running a simulator which is mounted on a disk. When I am trying to cross compile an application, it always gives me this 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 a lot to rectify it, but in vain. Is there any way how I can get my application to cross compile?