Skip to content

glebm/retrofw-buildroot

 
 

Repository files navigation

RetroFW buildroot

This buildroot can be used to build RetroFW cross-compilation toolchain and the OS image.

Building

First, clone or download the repo and run:

make RetroFW_defconfig BR2_EXTERNAL=retrofw

You only need to run this once.

Then, to build the toolchain, run:

make toolchain

You can also build particular libraries and packages this way, for example to build SDL and SDL_Image:

make sdl sdl_image

To build the OS image, run:

make

NOTE: Set BR2_JLEVEL=0 to compile in parallel.

About

Buildroot for the RetroFW

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 74.1%
  • C 10.0%
  • Shell 6.2%
  • Python 4.9%
  • C++ 1.3%
  • Perl 1.0%
  • Other 2.5%