Denys,

I found out the problem later myself.
It was caused by the busybox/include/autoconf.h file that I created when I ran 
"make allnoconfig".
Then I modify the .config manually to turn on  the applets that I wanted.
Apparently, the autoconf.h has all the applet turned off from "make 
allnoconfig' and this override the .config that I modifed.

After I removed the autoconfig.h, the problem went away.
Thank you very much.
Regards,

-Joe

-----Original Message-----
From: Denys Vlasenko [mailto:[email protected]]
Sent: Wednesday, May 27, 2009 5:33 PM
To: [email protected]
Cc: Joe Lau
Subject: Re: BB 1.13.4 applet_names[] is empty


On Wednesday 27 May 2009 01:57, Joe Lau wrote:
> Two years ago, I built BB was BB 1.6.1 successfully and smoothly.
>
> This time I try to built BB 1.13.4 and went into a strange problem.
> It appears that the applet_names[] table is empty - none of the commands that 
> I configured work.
>
> ./busybox date
> date: applet not found
>
> ./busybox
> Fri May 22 22:16:37 UTC 2009
> BusyBox v1.13.4 (2009-05-12 18:29:19 PDT) multi-call binary
> Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko
> and others. Licensed under GPLv2.
> See source distribution for full notice.
>
> Usage: busybox [function] [arguments]...
>    or: function [arguments]...
>
>         BusyBox is a multi-call binary that combines many common Unix
>         utilities into a single executable.  Most people will create a
>         link to busybox for each function they wish to use and BusyBox
>         will act like whatever it was invoked as!
>
> Currently defined functions:  <----- Empty Set
>
> I am sure that I must have made some dump error during BB configuration.
> But I checked my .config file and could not find any thring wrong with it.

Please post your .config
--
vda

DISCLAIMER:
This e-mail and any attachments to it may contain confidential and proprietary 
material and is solely for the use of the intended recipient. Any review, use, 
disclosure, distribution or copying of this transmittal is prohibited except by 
or on behalf of the intended recipient.  If you have received this transmittal 
in error, please notify the sender and destroy this e-mail and any attachments 
and all copies, whether electronic or printed.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to