Alex,
The update of elf2flt should be in tommorow's snapshot.
But it seems to have "segment fault", I shall find out and fix it.
Use the older one, and patch to add elf2flt by hand.
What browser do you use for downloading? The naming .tar.tar is strange.
you should update the file
buildroot/dl/uClibc-0.9.28/libc/misc/internals/__uClibc_main.c
as in the previous post# 6, remove "weak_function" from main().
you should update the uClibc-0.9.28.tar.bz2 in the buildroot/dl dir,
without using "remove file", ie "rm" is not needed, just overwrite it,
cd buildroot/dl
tar jcf uClibc-0.9.28.tar.bz2 uClibc-0.9.28
buildroot/package/busybox/busybox.config
we need static obj, add CONFIG_STATIC=y as in post#6,
## Build Options#
CONFIG_STATIC=y
CONFIG_LFS=y# USING_CROSS_COMPILER is not set
EXTRA_CFLAGS_OPTIONS="-D__uClinux__ -Dfork=vfork"
other steps are correct.
then you should proceed to step 6 of my previous post# 2, to make menuconfig, make.
good luck, and let me know if you have any questions.