Case closed.

I found that the __assert_fail is not supported in uclibc. Then, I tried to change __assert_fail with __assert and it works. But I'm still curious about using glibc in L4re. I try to compile my program using libgcc but it also doesn't work. Can it cause any problem if I use glibc compiler than any of requires_libs using uclibc compiler? just wondering

irvanda