As for answer:
5 >Well, I currently posted my error message to BBS as follow:
...
CC libc/misc/internals/__uClibc_main.os
CC libc/misc/pthread/weaks.os
CC libc/stdlib/atexit.os
AS lib/crt1.o
AS lib/Scrt1.o
AS lib/crti.o
AS lib/crtn.o
STRIP -x -R .note -R .comment lib/libc.a
AR cr lib/libc.a
AR cr lib/uclibc_nonshared.a
AR cr libc/libc_so.a
LD libuClibc-0.9.28.so
libc/libc_so.a(ioperm.os): In function `__GI_ioperm':
ioperm.c

.text+0x1d0): undefined reference to `__GI_strcmp'
libc/libc_so.a(sigaction.os): In function `sigaction':
sigaction.c

.text+0x3

: undefined reference to `__GI_memcpy'
libc/libc_so.a(getdnnm.os): In function `__GI_getdomainname':
getdnnm.c

.text+0x3

: undefined reference to `__GI_strlen'
libc/libc_so.a(longjmp.os): In function `_longjmp':
longjmp.c

.text+0x34): undefined reference to `__GI___longjmp'
libc/libc_so.a(lockf.os): In function `__GI_lockf':
lockf.c

.text+0x20): undefined reference to `__GI_memset'
libc/libc_so.a(glob.os): In function `collated_compare':
glob.c

.text+0x1e

: undefined reference to `__GI_strcoll'
libc/libc_so.a(regex_old.os): In function `byte_re_match_2_internal':
regex_old.c

.text+0x3f9c): undefined reference to `__GI_memcmp'
libc/libc_so.a(syslog.os): In function `__GI_vsyslog':
syslog.c

.text+0x4a4): undefined reference to `__GI_memmove'
libc/libc_so.a(getttyent.os): In function `__GI_getttyent':
getttyent.c

.text+0x320): undefined reference to `__GI_strncmp'
libc/libc_so.a(popen.os): In function `popen':
popen.c

.text+0xcc): undefined reference to `__GI_vfork'
libc/libc_so.a(rcmd.os): In function `rcmd':
rcmd.c:(.text+0x24

: undefined reference to `__GI_bcopy'
libc/libc_so.a(getpt.os): In function `__bsd_getpt':
getpt.c:(.text+0x20): undefined reference to `__mempcpy'
getpt.c:(.text+0x6c): undefined reference to `__open'
make[2]: *** [lib/libc.so] Error 1
make[2]: Leaving directory `/mnt/hda7/FC3/buildroot/toolchain_build_arm/uClibc'
make[1]: *** [lib/libc.so.0] Error 2
make[1]: Leaving directory `/mnt/hda7/FC3/buildroot/toolchain_build_arm/uClibc'
make: *** [/mnt/hda7/FC3/buildroot/toolchain_build_arm/uClibc/lib/libc.a] Error 2
[root@root buildroot]#
BTW, I just type "make menuconfig " enter into config Menu and select ARM CPU as target but for do nothing , save and exit .
Best regard.