I am trying to cross compile mono on SetTopBox (Linux Platform) which
has a MIPS 32-bit architecture. I have tried out different toolchains;
in every case I am able to configure mono, but when I run make
it gives me error. Is it because the GCC version of the toolchain does
not have a version number higher than the GCC version for mono?
For example, if the Mono version is 3.2 and I have GCC version 4.6, what should be the minimum GCC version required for the tool chain that I will be using. Can I use a tool chain with a GCC version less than 4.6 or not?
make
in your question – ali_m