I would like to ask you a question. Our department"s project is currently compiled on x86 architecture, various software deployed and installed on centos7, using a lot of software nginx moongodb openssl curl sqlite3, and so on. After compilation, it can run on centos7 or above. Now we need to analyze whether it can run on MIPS machines and what needs to be done?
I analyzed and summarized several points of work as follows:
1. First of all, the compilation environment, must be made into cross-compilation (I just searched, I do not know how to do, online tutorials are mostly aimed at ubuntu, not related to centos. )
2. Secondly, whether the open source software used supports running on the mips architecture (I didn"t see it clearly on the official software website)
3. Are there any tutorials and materials for building a cross-compilation platform for centos7x64?
4. Thank you. If any big brother has done this, please move your fingers and save me
.