Search code examples
mipscross-compilinginstruction-setbuildroot

In buildroot, how to enable deprecated features?


I have to compile C for mips that uses MIPS1 instruction set, but Buildroot no longer supports MIPS1 instruction set (See the bottom of this page: http://buildroot.org/downloads/manual/manual.html).

Could you please let me know how to enable the deprecated feature (i.e., MIPS1 instruction set) in Buildroot?

Any comments would be appreciated.


Solution

  • Build options -> Show packages that are deprecated or obsolete

    Which platform are you working with? It is really strange that you need MIPS1 support.