[VODZ] hickup with strtoll() and vasprintf()

walter harms wharms at bfs.de
Wed May 10 13:55:34 UTC 2006


The only way to make bb work will be providing your own copy of 
(v)asprintf and strtoll.

a quick look at bb (oder copy) shows strtoll in ash.c
and test.c and in test its enabled only with CONFIG_FEATURE_TEST_64.
I guess you can use that for ash.c also (efectivly make it strtol() ).

asprintf can be done with snprintf().

re,
  wh


Bernhard Fischer wrote:
> On Wed, May 10, 2006 at 08:59:38AM -0400, Paul Fox wrote:
> 
>> whoa.  that's gonna make a hell of an embedded system!
>>
>> :-)
> 
> Embedded into the floor 'cause it's soo heavy, yep :)
> 
> Serious. About all of the tools that ship with that setup are a pain to
> use, so having a working familiar set of apps for interactive use is in
> order.
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://busybox.net/cgi-bin/mailman/listinfo/busybox
> 
> 
> 



More information about the busybox mailing list