How Can I compile busybox with -Wl,-elf2flt option?

Ian Oliver lists at foxhill.co.uk
Mon Mar 12 07:28:08 PDT 2007


In article <7f24b70f0703092240q2dd1cf69se41e1f0b2e3f64da at mail.gmail.com>, 
Xuefeng Ren wrote:
> When I compile busybox-1.4.0 with my compiler arm-linux-uclibc-gcc,I need to
> create a bflf format executable file.
> How should I add this option when i make my build?

I have a script that does this -
LDFLAGS="-Wl,-elf2flt" EXTRA_CFLAGS="-D__uClinux__ -DBB_NOMMU" make 
busybox_unstripped
mv busybox_unstripped busybox

Ian





More information about the busybox mailing list