[BusyBox] Re: busybox/uClibc - not finding init - or something else
Mark Turner
mark at edinburgh-shopping.net
Sat Jan 11 05:56:04 UTC 2003
On Friday 10 January 2003 17:32, you wrote:
Thanx,
I have a partial solution :
In the makefile, when changing DO_static=false, to DO_STATIC=true
true is not the same as TRUE, so busybox was still linked dynamically.
if busybox cant load its libraries, ERR File not found is generated by the
loader, which confuses "execve" which simply passes back the "File not found
Error"
but the libraries are there so why not ?
I can get the thing to work using static linked busybox, but that really isn't
the point
Next - I'll try another prog - hello.c and see if I van run this !
Thanx for interest.
Mark
More information about the busybox
mailing list