0

I need to build a MIPS RISC embedded Linux with Buildroot. Whe I run

make qemu_mips32r2el_malta_defconfig

on Mac OSX (Catalina), I receive an error that it can't run on x86-64. How can I build a Linux package with Buildroot on Mac? Thanks

Jonas
  • 121,568
  • 97
  • 310
  • 388
tatiana_c
  • 948
  • 7
  • 16
  • 31

2 Answers2

0

Could you give the exact error that you are seeing, by posting the last ~200 lines of the output? Your bug report is too vague to really be answered.

Also, MacOS is generally not really a supported platform for Buildroot. Use a container or VM that runs a regular Linux system to use Buildroot, and you'll save yourself a lot of troubles.

Thomas Petazzoni
  • 5,636
  • 17
  • 25
0

There is a buildroot customized to work for OSx(Mac), which is derived from original buildroot.

Below is the Github link.

https://github.com/generia/buildroot-osx