Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 784 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 784 Bytes

Anacleto

A basic project automation to build logic and embedded software tools in soc devices.

build:

cd anacleto
./bootstrap
./configure --enable-kconfig
make all

This will prompt you a GUI based on the kconfig configuration tool producing a .config file in the root directory. The actual configuration is provided by autoconf reading the prompted arguments, the environment, and the set up written in .config file in this order. The bootstrap phase is requred to setup the autotools files and to update the project submodules. When the compilation is eventually launched the requred versions of toolchain and linux kernel are downloaded and decompressed in respective folders, then the linux kernel is compiled.