From c5e4ab7fe6bd21fa2b8af9da39ec20615d2a4c41 Mon Sep 17 00:00:00 2001
From: Rob Landley
- Build a statically linked version of the following "hello world" program - with your cross compiler toolchain. + Init is the first program that runs, so it might be that no programs are + working on your new system because of a problem with your cross-compiler, + kernel, console settings, shared libraries, root filesystem... To rule all + that out, first build a statically linked version of the following "hello + world" program with your cross compiler toolchain:
#include <stdio.h> @@ -371,7 +374,9 @@ int main(int argc, char *argv)Once you've got it working statically linked, try getting it to work dynamically linked. Then read the FAQ entry How - do I build a BusyBox-based system? + do I build a BusyBox-based system?, and the + documentation for BusyBox + init.