From 9f7f46b5f3259c7e2207ae2d297b7b83bd9fdba5 Mon Sep 17 00:00:00 2001 From: landley Date: Thu, 29 Jun 2006 04:59:11 +0000 Subject: Minor update on init not working. git-svn-id: svn://busybox.net/trunk/busybox@15542 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- docs/busybox.net/FAQ.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index 97a577d52..381059461 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html @@ -349,8 +349,11 @@ within each applet. More build coverage testing.

Busybox init isn't working!

- 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.


-- cgit v1.2.3-55-g6feb