This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

static compile problem with SDK 05.03.03

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?