descriptionOpen Source Appliance Development Kit
homepage URLhttps://openadk.org
repository URLgit://openadk.org/git/openadk
ownerwbx@openadk.org
last changeSun, 19 May 2024 17:34:13 +0000 (19 19:34 +0200)
last refreshTue, 21 May 2024 01:12:39 +0000 (21 03:12 +0200)
content tags
add:
README
OpenADK - An embedded Linux construction kit
============================================

This is a menu based buildsystem for your embedded Linux system.

Before you can start you need to install some software:
- gcc or clang
- g++ or clang++
- binutils 
- make
- tar
- gzip
- perl
- curl or wget
- git
- strings
- c library headers
- ncurses library and header
- zlib library and header

There is a check for the required versions of these software in advance, though.
Most of the needed software for the build process to succeed will
be compiled before the target build starts.

Please use "make menuconfig" to choose your target architecture and
embedded system and configure like you want to.

Simply running 'make' will build the firmware for your embedded system. The
buildsystem will download all sources, build the toolchain, the kernel and all
applications.

Sunshine!
 Waldemar Brodkorb <wbx@openadk.org>
shortlog
32 hours ago Waldemar Brodkorbgit: update to 2.45.1master
2 days ago Waldemar Brodkorbuclibc-ng-test: disable TLS tests for nds32
2 days ago Waldemar Brodkorbnds32: add back support for old toolchain and Linux...
5 days ago Waldemar Brodkorbenable vDSO in supported architectures
8 days ago Waldemar Brodkorblinux: update to 4.19.313
8 days ago Waldemar Brodkorblinux: update to 5.4.275
8 days ago Waldemar Brodkorblinux: update to 5.10.216
8 days ago Waldemar Brodkorblinux: update to 5.15.158
8 days ago Waldemar Brodkorblinux: update to 6.1.90
8 days ago Waldemar Brodkorblinux: update to 6.6.30
9 days ago Waldemar Brodkorbpython3: allow to use libopenssl
9 days ago Waldemar Brodkorbgdb: be verbose
9 days ago Waldemar Brodkorbcreate.sh: default to 512M, it is just faster for most...
10 days ago Waldemar Brodkorbcsky: use time64 by default
12 days ago Waldemar Brodkorbgcc: add 14.1.0
12 days ago Waldemar Brodkorbdropbear: refresh patch for vfork
...
heads
32 hours ago master