I am trying to build OATH Toolkit for MIPS on an x86 system. I want to produce a static build so it would most likely work on any MIPS system.
Just to be more precise the supported ISA on target system are: mips1 mips2 mips32r1 mips32r2
From what I understood I need to prepare a toolchain in order to do this and I successfully configured and build buildroot so now I do have it inside ~/buildroot-2016.08.1/output/target
How am I supposed to use/activate the buildroot in order to build the check put oath-toolkit
code?
Note: I am not forced to use buildroot, so I would consider any alternatives.