SkillAgentSearch skills...

Buildroot

Buildroot for the RetroFW

Install / Use

/learn @retrofw/Buildroot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated1y ago
Forks7

Languages

Makefile

Security Score

60/100

Audited on Jun 8, 2024

No findings