Hi,
I am devloping on AM335x EVM board and using the ti SDK 05.03.03 package.
I build busybox 1.20.2 with static compile option. When I execute ping with other device hostname, I get an error message as below.
ping: ../sysdeps/unix/sysv/linux/getpagesize.c:32: __getpagesize: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.
It only happen in static compile, because dynamic is worked.
It seems like the glibc has bug in libc.a. Is it possible to only change the libc.a?