On Tuesday 29 December 2009 23:57, Doug Clapp wrote:
> In building busybox 1.15.3, I encountered some difficulty building a 
> standalone shell.  Following the directions in the INSTALL file, I 
> executed "make defconfig; make; PATH= ./busybox ash" and found the 
> resulting binary did not operate as a standalone shell.  Setting 
> CONFIG_BUSYBOX_EXEC_PATH=/proc/self/exe did not help.  I found I needed 
> "CONFIG_FEATURE_PREFER_APPLETS=y" and "CONFIG_FEATURE_SH_STANDALONE=y" 
> in the .config file.  These were not set by "make defconfig".  Editing 
> the .config file to include "CONFIG_FEATURE_SH_STANDALONE=y"  did not 
> work; it was reset when I executed "make."   Only setting both resulted 
> in a working standalone shell.  I suggest changing the following piece 
> of the "Quick Start" section of the INSTALL file:
...


Thanks! I updated INSTALL as you suggested. Will be in 1.16.x
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to