https://bugs.kde.org/show_bug.cgi?id=469565
--- Comment #8 from oooo <tym15105753...@gmail.com> --- Indeed, after I uploaded libc-2.30.so in the /lib of arm linux to the local, and then i used the arm-linux-gnueabihf-nm command to read the symbol information in it and found that it was empty tu@ubuntu:~/Software/tmp$ arm-linux-gnueabihf-nm ./libc-2.30.so arm-linux-gnueabihf-nm: ./libc-2.30.so: no symbols following is my locak libc-2.30.so,whihc i also use nm tools to read it symobls tu@ubuntu:~/Software/2.toolchain/gcc-9.1.0-2019.11-x86_64_arm-linux-gnueabihf/gcc-sigmastar-9.1.0-2019.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/libc/lib$ arm-linux-gnueabihf-nm ./libc-2.30.so > ~/Software/tmp/test.s The test.s file contains basic sybmols ------------ 3572 000568c4 t __mallinfo 3573 000568c4 W mallinfo 3574 000559ec t __malloc 3575 000559ec T malloc 3576 00055f2c t __malloc_arena_thread_freeres 3577 00052670 t __malloc_assert 3578 00055044 t malloc_check 3579 00055988 t __malloc_check_init 3580 00052ca4 t malloc_consolidate 3581 0005580c t __malloc_fork_lock_parent 3582 00055900 t __malloc_fork_unlock_child 3583 0005587c t __malloc_fork_unlock_parent 3584 000bc240 T malloc_get_state@GLIBC_2.4 3585 000f0bdc V __malloc_hook 3586 00056e98 t mallochook 3587 00055c14 t malloc_hook_ini ------------ However, the current file system of arm linux is read-only, and certain file read and write permissions have been set. Later, I will try to verify the problem again by modifying LD_LIBRARY_PATH Thanks again for your replys -- You are receiving this mail because: You are watching all bug changes.