Poligraf / buildroot202111_retrofw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=board/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

License:Other


Languages

Language:Makefile 70.8%Language:Python 9.8%Language:C 8.0%Language:Shell 6.4%Language:HTML 1.6%Language:C++ 1.0%Language:Perl 0.9%Language:Batchfile 0.3%Language:Yacc 0.3%Language:Lua 0.2%Language:Tcl 0.2%Language:Lex 0.1%Language:CMake 0.1%Language:Arc 0.1%Language:M4 0.1%Language:Java 0.1%Language:Forth 0.0%Language:Dockerfile 0.0%