Dear All,
I had tried to learn the busybox and to build a execution image for my test
platform (mips system).
First, I input the following instructions to build the busybox.
make defnoconfig
make CROSS_COMPILE=mips-linux-
The output I got is summarized as below.
-rwxr-xr-x 1 snoopy snoopy 70088 2007-09-30 14:55 busybox
-rw-r--r-- 1 snoopy snoopy 13085 2007-09-30 14:55 busybox_ld.err
-rw-r--r-- 1 snoopy snoopy 0 2007-09-30 14:54 busybox_ld.out
-rwxr-xr-x 1 snoopy snoopy 81413 2007-09-30 14:54 busybox_unstripped
-rw-r--r-- 1 snoopy snoopy 43676 2007-09-30 14:54 busybox_unstripped.map
It seems that I create teh execution file of busybox successfully. But, why is
there a 'busybox_ld.err'? The size of busybox_ld.out is zero. The content of
busybox_ld.err is attachd with this email.
On the other hand, when I redo the above procedure to build the busybox on my
Ubuntu v7.04. The instructions I inputed is summarized as below:
make clean
make defnoconfig
make
The output I got is (1) there's a correct busybox_ld.out; (2) the size of
busybox_ld.err is zero.
Could everyone help me to answer the purpose of busybox_ld.out and busybox_err?
And, why I got a busybox.err in the first building? Thanks a lot.
Best Regards,
Jhyda.
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox