[BusyBox] how can I add mkdosfs in busybox?

Russ Dill Russ.Dill at asu.edu
Tue Dec 2 00:19:10 UTC 2003


On Mon, 2003-12-01 at 05:37, lei xiaofeng wrote:
> Hi to all,
>     I need format my harddisk in my uClinux system, but it is hard to
> me to finish it.
>     I download the file(dosfstools-2.8.src.tar), how can I add the
> mkdosfs function into busybox? or how can I make a executive program
> in uClinux? 
>     I can not compile the dosfstools files OK in my redhat8.0
> linux,why?
>     here is the infomations:
>     [xflei at Streaming-server mkdosfs]$ make
> cc  mkdosfs.o -o mkdosfs
> mkdosfs.o(.text+0x2e): In function `_llseek':
> : undefined reference to `errno'
> collect2: ld returned 1 exit status
> make: *** [mkdosfs] Error 1
>     

hint, compile things with -Wall, you'll get a lot more info. My bet is
that they don't include errno.h

-- 
Russ Dill <Russ.Dill at asu.edu>




More information about the busybox mailing list